Closed GoogleCodeExporter closed 9 years ago
This is fixed by revision 3690 in trunk. It's ready for the next release (1.50).
A snapshot build including the fix is available at:
https://javamelody.ci.cloudbees.com/job/javamelody/net.bull.javamelody$javamelod
y-core/
Thanks for the issue.
Original comment by evernat@free.fr
on 28 Feb 2014 at 10:12
thanks for the quick response and fix. i ll try with the snapshot version.
regards.
Original comment by erdem.yi...@gmail.com
on 1 Mar 2014 at 7:59
FindBugs will warn about no-arg toUpperCase(), by the way, but if you
explicitly specified Locale.getDefault() you are on your own.
Original comment by jgl...@cloudbees.com
on 16 Apr 2014 at 7:07
@jglick
Glad to see you here.
Yes, I know Findbugs. Findbugs, PMD and Checkstyle violations are displayed
using Jenkins @ CloudBees:
https://javamelody.ci.cloudbees.com/job/javamelody/
Sonar @ CloudBees would also display that violation. (But Sonar @ CloudBees is
currently not free for opensource projects.)
That's why, I used Locale.getDefault() in this case.
And so, the thing to know is that it is not enough and the upper case of "-" is
"_" in Turkish.
Original comment by evernat@free.fr
on 16 Apr 2014 at 7:25
Original issue reported on code.google.com by
erdem.yi...@gmail.com
on 27 Feb 2014 at 8:04