-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equalsIgnoreCase instead of equals #1
Comments
I will take care of this shortly. |
What a sweet tool Jeremy..... Jim Manico On Nov 20, 2012, at 4:11 AM, Jeremy Long notifications@github.com wrote: I will take care of this shortly. — |
Thanks for reporting this; the issue is now fixed. |
no problem. thanks for the quick response. |
Update from jeremylong/DependencyCheck
fixed trigger compilation and added version number
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
testAnalyze of org.codesecure.dependencycheck.analyzer.JarAnalyzerTest line 75 uses equals for string comparison which fails the "implementation-url" comparison. I've changed that to equalsIgnoreCase and compiled successtully.
The text was updated successfully, but these errors were encountered: