Glenn Boysko wrote:
Hello:
Is there a FAQ about compiling Find Bugs (0.9.0) inside Eclipse 3.1.0 with JDK
1.5?
If I try to compile 0.9.0 with JDK 1.5.0 inside Eclipse, I get 11 compile
errors of the form:
Bound mismatch: The generic method loadPropertyDatabase(DatabaseType, String,
String) of type AnalysisContext is not applicable for the arguments
(FieldStoreTypeDatabase, String, String) since the type FieldStoreTypeDatabase
is not a valid substitute for the bounded parameter <DatabaseType extends
PropertyDatabase<KeyType,Property>>
These are bugs in Eclipse. I believe that they are mostly fixed as of
3.1RC1.
You can always run Ant from within Eclipse, using the build.xml in the
root directory.
-Dave
|
|