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 115752 Details for
Bug 251624
StackOverflowError in org.eclipse.jem.internal.adapters.jdom.JDOMSearchHelp.
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 301
JDOMSrch_RATLC01176635_patch.txt (text/plain), 1.16 KB, created by
Janelle Carroll
on 2008-10-21 17:19:18 EDT
(
hide
)
Description:
patch for 301
Filename:
MIME Type:
Creator:
Janelle Carroll
Created:
2008-10-21 17:19:18 EDT
Size:
1.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jem.workbench >Index: workbench/org/eclipse/jem/internal/adapters/jdom/JDOMSearchHelper.java >=================================================================== >RCS file: /cvsroot/webtools/jeetools/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JDOMSearchHelper.java,v >retrieving revision 1.10 >diff -u -r1.10 JDOMSearchHelper.java >--- workbench/org/eclipse/jem/internal/adapters/jdom/JDOMSearchHelper.java 10 Apr 2007 01:22:55 -0000 1.10 >+++ workbench/org/eclipse/jem/internal/adapters/jdom/JDOMSearchHelper.java 21 Oct 2008 21:04:07 -0000 >@@ -275,10 +275,13 @@ > if (adaptor != null) { > //Ensure the name is qualified which it may not be if an inner class > innerName = getResolvedTypeName(innerName, adaptor.getType(), adaptor.getTypeResolutionCache()); >+ if (qualifiedName.equals(innerName)) { >+ return; >+ } > } > info[1] = innerName; > info[0] = findJavaElement(innerName, javaProject, adaptor); >- if (info[0] == null) >+ if (javaProject.getProject().isAccessible()&& info[0] == null) > findInnerJavaElement(info, javaProject, adaptor); > } > }
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 251624
: 115752