Bug 244411 - JavadocParser.java: little misspelling problem ! (org.eclipse.wst.jsdt.internal.compiler.parser)
Summary: JavadocParser.java: little misspelling problem ! (org.eclipse.wst.jsdt.inte...
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 3.0.3   Edit
Assignee: Phil Berkland CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-08-18 06:20 EDT by Olivier Oeuillot CLA
Modified: 2010-03-03 11:18 EST (History)
2 users (show)

See Also:


Attachments
A patch (896 bytes, patch)
2008-08-18 06:21 EDT, Olivier Oeuillot CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Oeuillot CLA 2008-08-18 06:20:39 EDT
Build ID: CVS HEAD

Method parseExtends()  line 763

Replace  line 765
"return this.namespace!=null;"
by
"return this.extendsType!=null;"  

Regards,
Olivier.
Comment 1 Olivier Oeuillot CLA 2008-08-18 06:21:17 EDT
Created attachment 110211 [details]
A patch
Comment 2 Phil Berkland CLA 2008-10-17 16:50:17 EDT
Applied the patch. 
Thank you for your contribution.