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 215130 Details for
Bug 378585
NullPointerException in org.eclipse.wst.jsdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierarchy(char[][])
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]
The patch fixes the issue
org.eclipse.wst.jsdt.internal.compiler.lookup.CompilationUnitScope_378585.patch (text/plain), 834 bytes, created by
Victor Rubezhny
on 2012-05-05 13:16:18 EDT
(
hide
)
Description:
The patch fixes the issue
Filename:
MIME Type:
Creator:
Victor Rubezhny
Created:
2012-05-05 13:16:18 EDT
Size:
834 bytes
patch
obsolete
>Index: src/org/eclipse/wst/jsdt/internal/compiler/lookup/CompilationUnitScope.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsdt/plugins/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/lookup/CompilationUnitScope.java,v >retrieving revision 1.63 >diff -u -r1.63 CompilationUnitScope.java >--- src/org/eclipse/wst/jsdt/internal/compiler/lookup/CompilationUnitScope.java 19 Jul 2011 18:43:14 -0000 1.63 >+++ src/org/eclipse/wst/jsdt/internal/compiler/lookup/CompilationUnitScope.java 5 May 2012 17:04:49 -0000 >@@ -665,7 +665,7 @@ > continue nextType; > > } >- if (inferredType.binding != null) >+ if (inferredType.binding != null && inferredType.binding.classScope != null) > inferredType.binding.classScope.connectTypeHierarchy(); > > }
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 378585
:
215128
|
215130