|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: Findbugs 1.1.1 Eclipse Settings - msg#00016
List: java.findbugs.general
Brian Cole wrote:
PS. Do we at least all agree that the .fbwarnings file does indeed
belong in .metadata?
Yes.
Michael
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
RE: re: Findbugs 1.1.1 Eclipse Settings
I also vote for the change.
Daniel
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the
intended recipient only. Access, disclosure, copying, distribution, or
reliance on any of it by anyone else is prohibited and may be a criminal
offence. Please delete if obtained in error and email confirmation to the
sender.
Next Message by Date:
click to view message preview
RE: Analyze only option for ant task
I'm using the auxclasspath and still seeing warnings about classes that
couldn't be included (yet see them in the classpath)...
-----Original Message-----
From: David Hovemeyer [mailto:david.hovemeyer@xxxxxxxxx]
Sent: Tuesday, October 03, 2006 5:37 PM
To: EJ Ciramella
Cc: findbugs-discuss@xxxxxxxxxxxxxxxxxx
Subject: Re: [FB-Discuss] Analyze only option for ant task
Are you specifying the third-party jar using an
<auxclasspath> element, or a <class> element?
If the former (auxclasspath), and you are seeing FindBugs
warnings, it's a bug and we should fix it.
If the latter (class), then try converting it to an
<auxclasspath> element.
-Dave
On 9/29/06, EJ Ciramella <ejciramella@xxxxxxxxxxxx> wrote:
> Is there a way to specify what package I'd like findbugs to look at?
>
> It keeps reporting on classes that are in a 3rd party jar.
>
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@xxxxxxxxxxxxxxxxxx
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>
Previous Message by Thread:
click to view message preview
RE: re: Findbugs 1.1.1 Eclipse Settings
I also vote for the change.
Daniel
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the
intended recipient only. Access, disclosure, copying, distribution, or
reliance on any of it by anyone else is prohibited and may be a criminal
offence. Please delete if obtained in error and email confirmation to the
sender.
Next Message by Thread:
click to view message preview
re: Findbugs 1.1.1 Eclipse Settings
As you may have already noticed, the location of the .fbprefs file
has reverted back to the root directory of each project. So 1.1.1-rc1
was the only release in which .fbprefs was outside of the project
directory.
Several of you have mentioned that it should actually be stored in
the project's .settings directory. I like that idea, but I'm having
trouble finding any Eclipse documentation to corroborate this. The
code in org.eclipse.core.internal.resources.ProjectPreferences
creates/reads/writes files in the .settings directory, but the
FindBugs plugin doesn't use the Eclipse preference APIs. Do Eclipse
conventions permit the FindBugs plugin to place a custom file in
the .settings directory? (I see no API to retrieve the directory or
its name, but I could certainly hard-code ".settings" into the path
and choose a file name that is unlikely to conflict with anything.)
If anyone has links to Eclipse documentation in this area, I'd love
to see them. I've had trouble finding decent Eclipse documentation.
In any case, from now through the final 1.1.1 release the location
of .fbprefs will be as described in the first paragraph. I apologize
for any trouble you had with 1.1.1-rc1.
(As for the .fbwarnings file, it moved into workspace .metadata
starting with 1.1.1-rc1 and will remain there.)
-brian
|
|