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 68344 Details for
Bug 128927
[FastView] Problem occurs when "weclome" view be put into "Fast View" bar
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]
Cleaner patch using the new 'getViewReference' method in Perspective
patch(128927) (text/plain), 1.11 KB, created by
Eric Moffatt
on 2007-05-23 10:34:45 EDT
(
hide
)
Description:
Cleaner patch using the new 'getViewReference' method in Perspective
Filename:
MIME Type:
Creator:
Eric Moffatt
Created:
2007-05-23 10:34:45 EDT
Size:
1.11 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/Perspective.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java,v >retrieving revision 1.160 >diff -u -r1.160 Perspective.java >--- Eclipse UI/org/eclipse/ui/internal/Perspective.java 23 May 2007 13:39:36 -0000 1.160 >+++ Eclipse UI/org/eclipse/ui/internal/Perspective.java 23 May 2007 14:33:05 -0000 >@@ -1451,10 +1451,8 @@ > viewID = ViewFactory.extractPrimaryId(viewID); > } > >- IViewReference viewRef = viewFactory.getView(viewID, >- secondaryId); >- WorkbenchPartReference ref = (WorkbenchPartReference) viewRef; >- if (ref == null) { >+ IViewReference viewRef = getViewReference(viewID, secondaryId); >+ if (viewRef == null) { > String key = ViewFactory.getKey(viewID, secondaryId); > WorkbenchPlugin > .log("Could not create view: '" + key + "'."); //$NON-NLS-1$ //$NON-NLS-2$
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 128927
:
66688
| 68344