Brian:
Thanks for your response.
> longer answer: FindBugs itself uses annotations but is "compiled for"
> 1.4 via
> javac -source 1.5 -target jsr14
> This approach may or may not meet your needs. It certainly won't if
> you need
> your source to be compatible with 1.3/1.4.
We are debating this now--whether we can drop support for 1.3.
> longest answer: Well, what method do you propose for doing this?
These would be a select number of methods in our code base (perhaps 5-10) that
we want to ensure are checked for non-nullness.
I was hoping that we could specify a properties file or command line argument
that contained the method name, signature, return type and use that define what
methods we want analyzed.
Thanks for verifying that this is not currently possible in a 1.3 code base
using Find Bugs. We can consider dropping 1.3 and compiling our code to jsr14.
Alternatively, we can subclass one of your detectors to load the list of
target methods through a means other than annotation.
Thanks,
Glenn
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss