I have also posted this to [email protected] - with no response.
Sorry if this is not the correct place to post this. I have been searching
for about 2 hours now for an appropriate place, and this is the only place I
seem to have found.
When using the fundbugs-plugin for Maven, I get the following message, and
no analysis is performed:
[INFO] Locale is en
[java] Scanning archives (message truncated for this email)
[java] Pass 2: Analyzing classes (0 / 16) - 00% completeDone with
analysis
[java] The following classes needed for analysis were missing:
[java] java.lang.StringBuilder
[java] java.lang.CharSequence
[java] java.lang.StackTraceElement
[java] java.math.BigDecimal
[java] java.lang.Enum
[java] Missing classes: 5
I have compiled my source using JDK 1.6. Not sure why it cannot find these
core Java classes.
Does anyone have any ideas?
Thanks.
--Mike