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 130607 Details for
Bug 232500
TVT34:TCT288: PLK: Content of maximized 'Details' view disappears
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
232500.txt (text/plain), 969 bytes, created by
Paul Fullbright
on 2009-04-01 15:36:53 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Paul Fullbright
Created:
2009-04-01 15:36:53 EDT
Size:
969 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jpt.ui >Index: src/org/eclipse/jpt/ui/internal/selection/DefaultJpaSelectionManager.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jpa/components/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/selection/DefaultJpaSelectionManager.java,v >retrieving revision 1.4 >diff -u -r1.4 DefaultJpaSelectionManager.java >--- src/org/eclipse/jpt/ui/internal/selection/DefaultJpaSelectionManager.java 14 May 2008 15:52:48 -0000 1.4 >+++ src/org/eclipse/jpt/ui/internal/selection/DefaultJpaSelectionManager.java 1 Apr 2009 19:36:33 -0000 >@@ -143,7 +143,7 @@ > void checkForNoEditors() { > IWorkbenchPage activePage = window.getActivePage(); > if ((activePage == null) >- || (activePage.getActiveEditor() == null)) { >+ || (activePage.getEditorReferences().length == 0)) { > select(DefaultJpaSelection.NULL_SELECTION, null); > } > }
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 232500
: 130607