Bug 38424

Summary: Mistake on Web site
Product: [Eclipse Project] JDT Reporter: Tom Chothia <tomc>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 1.0   
Target Milestone: 3.0 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Tom Chothia CLA 2003-06-04 14:31:13 EDT
On the page:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/howto/generate%20parser/generateParser.html

Point 4, at the bottom, I think the class:

   org.eclipse.jdt.internal.compiler.parser.TerminalSymbols.

Should in fact be: 

   org.eclipse.jdt.internal.compiler.parser.TerminalTokens
Comment 1 Tom Chothia CLA 2003-06-04 15:51:00 EDT
Oh, and point 5 should be:

... jar:. Up...

not

... jar;. Up...
Comment 2 Tom Chothia CLA 2003-06-04 15:51:20 EDT
Oh, and point 5 should be:

... jar:. Up...

not

... jar;. Up...
Comment 3 David Audel CLA 2003-06-13 05:45:06 EDT
Fixed.
Comment 4 David Audel CLA 2003-07-16 05:04:19 EDT
Verified.