-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: All
I have some Java code that looks like this:
if ( foo.endsWith( "\n" ) ) ...
When rendered in the source view for the Cobertura plugin, I see only:
if ( foo.endsWith( "" ) ) ...
Seems like there's some overly aggressive encoding going on there.