-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
None
See the attached comparison of original and instrumented code:
A problem is as follows:
- Clover has a UnicodeDecodingReader class which translates 6-letter character sequences "\uNNNN" into a single UTF16 character
- this is used to correctly tokenize code identifiers (IDENT) written in non-ascii characters (a variable with German umlaut for instance)
In this specific example, some "\uNNNN" sequences were translated inside comments, and some characters were "swallowed". So for instance a fragment:
{@code \u}
ends with "java: illegal unicode escape".
Related issues:
Form Name |
---|
[CLOV-1431] JDK8 sources fail to compile when instrumented by Clover
Remote Link | Original: This issue links to "Page (Extranet)" [ 73385 ] |
Workflow | Original: New Clover Workflow [ 898251 ] | New: New Clover Workflow - Restricted [ 1475212 ] |
Workflow | Original: Clover Workflow [ 896623 ] | New: New Clover Workflow [ 898251 ] |
Workflow | Original: reviewflow [ 619497 ] | New: Clover Workflow [ 896623 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 73385 ] | New: This issue links to "Page (Extranet)" [ 73385 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 73385 ] | New: This issue links to "Page (Extranet)" [ 73385 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 73385 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: To be reviewed [ 10026 ] | New: Resolved [ 5 ] |
Status | Original: Implemented [ 10025 ] | New: To be reviewed [ 10026 ] |