Re: Findbugs problem by GWT Project.

2012-05-15 Thread gleclaire
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.
>
> 
> org.codehaus.mojo
> findbugs-maven-plugin
> 2.3.2
> 
> 1.6
> com.mycompany.
> 
> 
> 
>
> 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 false
>
>  What 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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Findbugs problem by GWT Project.

2012-05-11 Thread Carlos Alexandro Becker
I am with this problem here too...

On Monday, October 31, 2011 12:37:42 PM UTC-2, Kotuboy wrote:
>
> I have a maven GWT project and i am using findbugs to analyze the code.
>
> 
> org.codehaus.mojo
> findbugs-maven-plugin
> 2.3.2
> 
> 1.6
> com.mycompany.
> 
> 
> 
>
> 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 false
>
>  What 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/-/urdax7AiVsMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Findbugs problem by GWT Project.

2011-11-01 Thread Thomas Broyer
Do you really have no output from findbugs? What if you add 
true (as suggested by the last line your 
copy/pasted)?

We do have:
  true
  true
  true
in our config. I can't remember what each one does and whether they're 
required or even useful, but it works (and by that, I mean that our Jenkins 
job correctly shows us findbugs results)

BTW, this is not an error.

-- 
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/-/FckxCeCJHuMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Findbugs problem by GWT Project.

2011-10-31 Thread Hilco Wijbenga
On 31 October 2011 07:37, Kotuboy  wrote:
> I have a maven GWT project and i am using findbugs to analyze the code.
>
> 
>                 org.codehaus.mojo
>                 findbugs-maven-plugin
>                 2.3.2
>                 
>                     1.6
>                     com.mycompany.
>
>                 
> 
>
> 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 false
>
> What is the difference of findbugs?? What do you recommend?

GWTBridge is in gwt-dev. Did you add that as a dependency? Mind you, I
don't know why FindBugs would need it given your ...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Findbugs problem by GWT Project.

2011-10-31 Thread Kotuboy
I have a maven GWT project and i am using findbugs to analyze the code.


org.codehaus.mojo
findbugs-maven-plugin
2.3.2

1.6
com.mycompany.




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 false

 What 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/-/wR4i3La3lgQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.