Bug 24190 - JavadocSpecificsWizardPage does not compile with 1.4.1 compiler
Summary: JavadocSpecificsWizardPage does not compile with 1.4.1 compiler
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 trivial (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Unknown User CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-27 12:28 EDT by Sonia Dimitrov CLA
Modified: 2005-01-18 16:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.