Community
Participate
Working Groups
I20110310-1119 I tried to create a Javadoc template with name BETA_JAVA7 and this content (properly formatted, i.e. without Bugzilla's additional line breaks): * This is an implementation of an early-draft specification developed under the Java * Community Process (JCP) and is made available for testing and evaluation purposes * only. The code is not compatible with any specification of the JCP. * When I try to insert this into the standard Eclipse header comment at the beginning of line * Contributors: , the result is this: * This is an implementation of an early-draft specification developed under the Java * Community Process (JCP) and is made available for testing and evaluation purposes * only. The code is not compatible with any specification of the JCP. * * Contributors: => first line misses first space => last line has 1 space too much
Broken since 3.2.
Javadoc templates are formatted and indented via special JavaFormatter for templates but that formatter doesn't handle Javadoc indentation at all. There are currently no plans to add that support but we should at least not destroy/touch the given template's indentation. Fixed in HEAD (JavaFormatter.java, rev. 1.56). Available in builds >= N20110317-2000.
> Available in builds >= N20110317-2000. ==> Available in builds >= N20110318-2000.