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 169117 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]
junit patch
patchFor278172junit (text/plain), 1.09 KB, created by
Chris Jaun
on 2010-05-19 10:27:14 EDT
(
hide
)
Description:
junit patch
Filename:
MIME Type:
Creator:
Chris Jaun
Created:
2010-05-19 10:27:14 EDT
Size:
1.09 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.jsdt.core.tests.compiler >Index: src/org/eclipse/wst/jsdt/core/tests/compiler/regression/BasicResolveTests.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsdt/tests/org.eclipse.wst.jsdt.core.tests.compiler/src/org/eclipse/wst/jsdt/core/tests/compiler/regression/BasicResolveTests.java,v >retrieving revision 1.43 >diff -u -r1.43 BasicResolveTests.java >--- src/org/eclipse/wst/jsdt/core/tests/compiler/regression/BasicResolveTests.java 2 Mar 2010 21:59:36 -0000 1.43 >+++ src/org/eclipse/wst/jsdt/core/tests/compiler/regression/BasicResolveTests.java 19 May 2010 14:26:47 -0000 >@@ -1714,4 +1714,21 @@ > ); > } > >+ public void testbug278172() { >+ this.runNegativeTest( >+ new String[] { >+ "Z.js", >+ "/**\n" + >+ "* @param {boolean} options\n" + >+ "*/\n" + >+ "function foo(options) {\n" + >+ "options = options || {};\n" + >+ "if (!options.bar)\n" + >+ "options.bar = 42;\n" + >+ "}" >+ }, >+ "" >+ ); >+ } >+ > } >\ No newline at end of file
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