FindBugs [message #508506] |
Tue, 19 January 2010 04:31  |
Eclipse User |
|
|
|
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 #1719266 is a reply to message #1719192] |
Wed, 06 January 2016 11:49  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.08611 seconds