You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/04/23 18:43:49 UTC

[GitHub] [tomcat] markt-asf commented on pull request #283: Remove implicit unboxing

markt-asf commented on pull request #283:
URL: https://github.com/apache/tomcat/pull/283#issuecomment-618583682


   Thank you. That prompted me to figure out why I got the warning in the text editor but not in the problems tab. I now have ~1,500 errors and warnings to look at. But I'll merge this first. At least it will be one less ;)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [GitHub] [tomcat] markt-asf commented on pull request #283: Remove implicit unboxing

Posted by Mark Thomas <ma...@apache.org>.
On 23/04/2020 19:43, GitBox wrote:
> 
> markt-asf commented on pull request #283:
> URL: https://github.com/apache/tomcat/pull/283#issuecomment-618583682
> 
> 
>    Thank you. That prompted me to figure out why I got the warning in the text editor but not in the problems tab. I now have ~1,500 errors and warnings to look at. But I'll merge this first. At least it will be one less ;)

I'm down to less than 1000 after filtering out the output directory
which was causing some double counting.

You'll see I've fixed some generics issues and worked on the MBean
descriptors.

Next on my list are the various HTML warnings and errors.

It does look like some of these are false positives caused by the test
JSPs we have with deliberate errors in them. There may be too many to
exclude easily - although we could go down the route of a naming
convention for invalid test JSPs so validation can more easily skip
them. Something to think about.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org