Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | TestQDOX156.java [ 40801 ] |
| Assignee | Robert Scholte [ rfscholte ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.10 [ 15020 ] | |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 1.9.1 [ 15252 ] | |
| Fix Version/s | 1.10 [ 15020 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
Small test case:
public static final String TEST1 = "test1"; // TODO: blabla public static final String TEST2 = "test2"; public static final String TEST3 = "test3"; public static final String TEST4 = "test4";Result
TEST1="test1" TEST2= // TODO: blabla "test2" TEST3= "test3" TEST4= "test4"Workaround: using String#trim()