Details
Description
I have a file which contains :
// Attributes
/**
- Some decription
*/
private String uDI = null;
In my program (using Qdox 1.6.3) I'm calling:
System.out.println("START");
System.out.println(left.getInitializationExpression());
System.out.println("END");
And I get :
START
// Attributes
null
END
(Including all the blank lines). I was expecting to just get the "null".
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.9 [ 14956 ] | |
Assignee | Robert Scholte [ rfscholte ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
test + fix committed