Bug 24190

Summary: JavadocSpecificsWizardPage does not compile with 1.4.1 compiler
Product: [Eclipse Project] JDT Reporter: Sonia Dimitrov <sonia_dimitrov>
Component: UIAssignee: Unknown User <unknown>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: All   
Whiteboard:

Description Sonia Dimitrov CLA 2002-09-27 12:28:30 EDT
The following compile errors are generated in the compilelog.txt during source 
builds with a 1.4.1 jdk compiler:

D:\programs\eclipse-src-2-0-1-9-24
\plugins\org.eclipse.jdt.ui\ui\org\eclipse\jdt\internal\ui\javadocexport\Javadoc
SpecificsWizardPage.java:291: unclosed comment
    [javac] } //JavadocSpecificsWizardPage
    [javac]   ^
    [javac] [parsing completed 10ms]
    [javac] [parsing started
Comment 1 Adam Kiezun CLA 2002-09-30 05:49:59 EDT
1.4 spec says that every single line comment must end with a line terminator
Comment 2 Martin Aeschlimann CLA 2002-10-15 10:26:03 EDT
removed the problematic comments
> 20021015
Comment 3 Unknown User CLA 2002-11-14 08:13:08 EST
verified. JRT.