This repository was archived by the owner on Oct 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
XTTE1020 error w/ html report; missing class "apply" #90
Comments
It looks to me like the html transform doesn't know how to handle errors for bug types which span multiple classes, such as NM_CONFUSING where the error is that two classes have methods that differ by capitalization. I don't remember enough about xml transforms to fix it. I'll open a Spotbugs issue later. I'm having issues with spotbugs ignoring my findbugs exclude files, so I want to track that down first to see what else might be affected by this after I exclude NM_CONFUSING
|
There's already an existing spotbugs issue for the html problem, which I've updated. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I'm testing my PR[1] port from findbugs which allowed findbugs/spotbugs to handle arbitrarily large argument lists with ant/CLI against my application. I've been using this code with findbugs for years, and it was easy to port it to spotbugs.
However. there's a couple of odd errors being returned.[2] I've verified that the same ant task running findbugs instead of spotbugs still works so it's not a bad environment.
The first error seems to be a problem with the html report. Changing it to "xml" doesn't generate the error.
The second issue is a vague error, maybe warning, that doesn't tell me what's wrong:
For what it's worth, my ant task call is here:
[1]
Allow any ant task or command-line user to specify large values or many arguments #1098
spotbugs/spotbugs#1098
[2]
The text was updated successfully, but these errors were encountered: