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 242953 Details for
Bug 434612
JDIModelPresentation can remove IDebugModelPresentation in implements section
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 to remove IDebugModelPresentation from implements section
Bug 434612 - JDIModelPresentation can remove IDebugModelPresentation in implements section.patch (text/plain), 1.25 KB, created by
Sarika Sinha
on 2014-05-12 02:45:12 EDT
(
hide
)
Description:
Patch to remove IDebugModelPresentation from implements section
Filename:
MIME Type:
Creator:
Sarika Sinha
Created:
2014-05-12 02:45:12 EDT
Size:
1.25 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.debug.ui >diff --git ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java >index b0b7b60..85b0574 100644 >--- ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java >+++ ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2012 IBM Corporation and others. >+ * Copyright (c) 2000, 2014 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -103,7 +103,7 @@ > * Determines how to display java elements, including labels, images and editors. > * @see IDebugModelPresentation > */ >-public class JDIModelPresentation extends LabelProvider implements IDebugModelPresentation, IColorProvider, IDebugModelPresentationExtension { >+public class JDIModelPresentation extends LabelProvider implements IDebugModelPresentationExtension, IColorProvider { > > /** > * Qualified names presentation property (value <code>"DISPLAY_QUALIFIED_NAMES"</code>).
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 434612
: 242953