Skip to main content



      Home
Home » Newcomers » Newcomers » FindBugs(FindBugs does not load)
FindBugs [message #508506] Tue, 19 January 2010 04:31 Go to next message
Eclipse UserFriend
Dear all,

I have installed Eclipse Galileo under Fedora 12, and today I tried to install the FindBugs plugin using the update manager with url http://findbugs.cs.umd.edu/eclipse.

Checking the installed software I'm informed that FindBugs feature 1.3.9.20090821 is installed. Looks ok to me...

However, after restarting Eclipse FindBugs does not show up in my project properties. Also not in context-menu on pacakges in project explorer.

Maybe it is not able to load for some reason. Where can I find a plugin logfile or something?? My error log does not say anything about the FindBugs plugin.

Thanks,
Jeebee
Re: FindBugs [message #509010 is a reply to message #508506] Thu, 21 January 2010 01:11 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

maybe this helps: http://www.vogella.de/articles/Findbugs/article.html

Best regards, Lars

--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter


On 19.01.2010 01:31, Jeebee wrote:
> Dear all,
>
> I have installed Eclipse Galileo under Fedora 12, and today I tried to
> install the FindBugs plugin using the update manager with url
> http://findbugs.cs.umd.edu/eclipse
>
> Checking the installed software I'm informed that FindBugs feature
> 1.3.9.20090821 is installed. Looks ok to me...
>
> However, after restarting Eclipse FindBugs does not show up in my
> project properties. Also not in context-menu on pacakges in project
> explorer.
>
> Maybe it is not able to load for some reason. Where can I find a plugin
> logfile or something?? My error log does not say anything about the
> FindBugs plugin.
>
> Thanks,
> Jeebee
Re: FindBugs [message #509356 is a reply to message #509010] Fri, 22 January 2010 03:50 Go to previous messageGo to next message
Eclipse UserFriend
No. Thanks, but that does not help.
The problem is that, right at step 2.2 at your link, I do not have the FindBugs item in the left panel.
That made me think FindBugs does not get loaded correctly.

Kind regards,
JeeBee
Re: FindBugs [message #509480 is a reply to message #509356] Fri, 22 January 2010 09:55 Go to previous messageGo to next message
Eclipse UserFriend
I would assume that Findbugs is then not installed correctly. You might
want to try the Findbugs mailing list for advice.

> JeeBee
Re: FindBugs [message #825451 is a reply to message #509356] Tue, 20 March 2012 17:20 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Were you able to resolve the problem of findbugs not appearing in Eclipse . I was able to get it on right click for the first time then I changed the view in Eclipse and from that point onwards whenever I right click on the project or packages I am not able to get the findbugs option.

Thanks,
Sachin.
Re: FindBugs [message #1719192 is a reply to message #508506] Wed, 06 January 2016 01:00 Go to previous messageGo to next message
Eclipse UserFriend
Hi I have installed FindBugs plug-in. I can see option FindBug in properties. Even code contains bugs, its not listing under Bug info.

My code contains,

String aString = "bob";
b.replace('b', 'p');
if(b.equals("pop")){
System.out.println("done");
}

where i should get error at line "b.replace();", I am not finding this in bug info window.

javascript: insertTag(document.post_form.msg_body, 'index.php/fa/24499/0/', '');

javascript: insertTag(document.post_form.msg_body, 'index.php/fa/24500/0/', '');
Re: FindBugs [message #1719266 is a reply to message #1719192] Wed, 06 January 2016 11:49 Go to previous message
Eclipse UserFriend
On 01/06/2016 06:40 AM, Shruthi K V wrote:
> Hi I have installed FindBugs plug-in. I can see option FindBug in properties. Even code contains bugs, its not listing under Bug info.
>
> My code contains,
>
> String aString = "bob";
> b.replace('b', 'p');
> if(b.equals("pop")){
> System.out.println("done");
> }
>
> where i should get error at line "b.replace();", I am not finding this in bug info window.
>
> javascript: insertTag(document.post_form.msg_body, '');
>
> javascript: insertTag(document.post_form.msg_body, '');

I don't think you should expect to get an answer in this forum. FindBugs
is a plug-in for Eclipse, but not by Eclipse. You'll want to look
elsewhere for support, maybe stackoverflow.com.
Previous Topic:Eclipse 4.5 update sites: Page not found
Next Topic:Problem with color themes
Goto Forum:
  


Current Time: Wed Jul 23 17:49:23 EDT 2025

Powered by FUDForum. Page generated in 0.08611 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top