[
http://jira.codehaus.org/browse/QDOX-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Siveton updated QDOX-156:
---------------------------------
Attachment: TestQDOX156.java
Small test case:
{noformat}
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";
{noformat}
Result
{noformat}
TEST1="test1"
TEST2=
// TODO: blabla
"test2"
TEST3=
"test3"
TEST4= "test4"
{noformat}
Workaround: using String#trim()
> Wrong whitespace in JavaField#getInitializationExpression()
> ------------------------------------------------------------
>
> Key: QDOX-156
> URL: http://jira.codehaus.org/browse/QDOX-156
> Project: QDox
> Issue Type: Bug
> Affects Versions: 1.9
> Reporter: Vincent Siveton
> Attachments: TestQDOX156.java
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email