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 11819 Details for
Bug 44758
Runtime resolve of packages from other project is not possible in conditional breakpoints
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 JavaSourceLookupParticipant
JavaSourceLookupParticipant.patch (text/plain), 986 bytes, created by
Luc Bourlier
on 2004-06-09 14:46:02 EDT
(
hide
)
Description:
patch for JavaSourceLookupParticipant
Filename:
MIME Type:
Creator:
Luc Bourlier
Created:
2004-06-09 14:46:02 EDT
Size:
986 bytes
patch
obsolete
>Index: JavaSourceLookupParticipant.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java,v >retrieving revision 1.5 >diff -u -r1.5 JavaSourceLookupParticipant.java >--- JavaSourceLookupParticipant.java 4 Jun 2004 19:11:41 -0000 1.5 >+++ JavaSourceLookupParticipant.java 9 Jun 2004 18:41:57 -0000 >@@ -31,6 +31,7 @@ > import org.eclipse.jdt.core.JavaModelException; > import org.eclipse.jdt.debug.core.IJavaStackFrame; > import org.eclipse.jdt.debug.core.IJavaThread; >+import org.eclipse.jdt.internal.debug.core.model.JDIReferenceType; > > /** > * A source lookup participant that searches for Java source code. >@@ -96,6 +97,9 @@ > throw e; > } > } >+ } >+ if (object instanceof JDIReferenceType) { >+ return ((JDIReferenceType)object).getSourcePath(); > } > if (object instanceof String) { > // assume it's a file name
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 44758
: 11819