[
https://issues.jboss.org/browse/ROASTER-59?page=com.atlassian.jira.plugin...
]
George Gastaldi moved FORGE-2208 to ROASTER-59:
-----------------------------------------------
Project: Roaster (was: Forge)
Key: ROASTER-59 (was: FORGE-2208)
Affects Version/s: 2.11.1.Final
(was: 2.13.0.Final)
Component/s: JDT
(was: Addon Development)
Multi-line javadoc not treated correct
--------------------------------------
Key: ROASTER-59
URL:
https://issues.jboss.org/browse/ROASTER-59
Project: Roaster
Issue Type: Bug
Components: JDT
Affects Versions: 2.11.1.Final
Reporter: Michael Schwartz
Priority: Trivial
This code:
public static void copyJavaDoc(JavaDocSource<?> source, JavaDocSource<?>
destination) {
destination.setFullText(source.getFullText());
}
produces for that source:
/**
* The country where this currency is used mostly. This field is just for
* informational purposes and have no effect on any processing.
*/
the following javadoc:
/**
* The country where this currency is used mostly. This field is just forinformational
purposes and have no effect on any processing.
*/
The crlf of the source javadoc is stripped out leading to concatinated words.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)