Re: Findbugs problem by GWT Project.
You either need a full path to the class or end with ".*" if you wish to do all the class at the package level. If you wish to include subpackages use ".-" suffix instead.
See http://findbugs.sourceforge.net/manual/running.html#commandLineOptions
On Monday, October 31, 2011 10:37:42 AM UTC-4, Kotuboy wrote:
I have a maven GWT project and i am using findbugs to analyze the code.--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<targetJdk>1.6</targetJdk>
<onlyAnalyze>com.mycompany.</onlyAnalyze>
</configuration>
</plugin>But I am getting the following error and dont get any result from findbugs. The other plugins are working properly.
[INFO] Fork Value is true
[java] The following classes needed for analysis were missing:
[java] com.google.gwt.core.client.GWTBridge
[java] Missing classes: 2
[INFO] xmlOutput is falseWhat is the difference of findbugs?? What do you recommend?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sXsQFEDS6z8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home