Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 178538 Details for
Bug 324416
JSDT cannot correctly parse jQuery 1.4.2 files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
proposed patch to treat undefined as a regular identifier and not a keyword (does not update syntax coloring)
undefined-ScannerOnly.patch (text/plain), 889 bytes, created by
Nitin Dahyabhai
on 2010-09-09 13:40:35 EDT
(
hide
)
Description:
proposed patch to treat undefined as a regular identifier and not a keyword (does not update syntax coloring)
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2010-09-09 13:40:35 EDT
Size:
889 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.jsdt.core >Index: src/org/eclipse/wst/jsdt/internal/compiler/parser/Scanner.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsdt/plugins/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/parser/Scanner.java,v >retrieving revision 1.17 >diff -u -r1.17 Scanner.java >--- src/org/eclipse/wst/jsdt/internal/compiler/parser/Scanner.java 29 Apr 2009 04:12:41 -0000 1.17 >+++ src/org/eclipse/wst/jsdt/internal/compiler/parser/Scanner.java 9 Sep 2010 17:39:37 -0000 >@@ -3647,7 +3647,7 @@ > && (data[++index] == 'n') > && (data[++index] == 'e') > && (data[++index] == 'd')) { >- return TokenNameundefined; >+ return TokenNameIdentifier; > } > } //no goto in java are allowed, so why java removes this keyword ??? > return TokenNameIdentifier;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 324416
:
178148
| 178538 |
182052