Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » FindBugs(FindBugs does not load)
FindBugs [message #508506] Tue, 19 January 2010 09:31 Go to next message
Jeebee  is currently offline Jeebee Friend
Messages: 3
Registered: January 2010
Junior Member
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 06:11 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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 08:50 Go to previous messageGo to next message
Jeebee  is currently offline Jeebee Friend
Messages: 3
Registered: January 2010
Junior Member
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 14:55 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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 21:20 Go to previous messageGo to next message
Sachin Paradkar is currently offline Sachin ParadkarFriend
Messages: 1
Registered: March 2012
Junior Member
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 06:00 Go to previous messageGo to next message
Shruthi K V is currently offline Shruthi K VFriend
Messages: 1
Registered: January 2016
Junior Member
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 16:49 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

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: Thu Apr 25 21:16:06 GMT 2024

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

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

Back to the top