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 169259 Details for
Bug 278172
[exceptions] ClassCastException (BaseTypeBinding can't be cast to ReferenceBinding) on incorrect JSDoc
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]
patch for OperatorExpression
278172.patch (text/plain), 1.15 KB, created by
Nitin Dahyabhai
on 2010-05-19 23:44:49 EDT
(
hide
)
Description:
patch for OperatorExpression
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2010-05-19 23:44:49 EDT
Size:
1.15 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.jsdt.core >Index: src/org/eclipse/wst/jsdt/internal/compiler/ast/OperatorExpression.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsdt/plugins/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/ast/OperatorExpression.java,v >retrieving revision 1.21 >diff -u -r1.21 OperatorExpression.java >--- src/org/eclipse/wst/jsdt/internal/compiler/ast/OperatorExpression.java 2 Mar 2010 18:41:26 -0000 1.21 >+++ src/org/eclipse/wst/jsdt/internal/compiler/ast/OperatorExpression.java 20 May 2010 03:40:59 -0000 >@@ -513,7 +513,7 @@ > // table[(T_boolean<<4)+T_short] = T_undefined; > // table[(T_boolean<<4)+T_void] = T_undefined; > table[(T_boolean<<4)+T_JavaLangString] = T_JavaLangString; >- // table[(T_boolean<<4)+T_Object] = T_undefined; >+ table[(T_boolean<<4)+T_JavaLangObject] = T_JavaLangObject; > // table[(T_boolean<<4)+T_double] = T_undefined; > // table[(T_boolean<<4)+T_float] = T_undefined; > table[(T_boolean<<4)+T_boolean] = (Boolean2Boolean<<12)+(Boolean2Boolean<<4)+T_boolean;
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 278172
:
137449
|
137450
|
166271
|
168988
|
169117
|
169259
|
169260