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 110373 Details for
Bug 242762
[common navigator] newly created project disappears in Project Explorer
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]
Fix
242762_maintenance_patch.txt (text/plain), 1.06 KB, created by
Markus Keller
on 2008-08-19 13:37:18 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2008-08-19 13:37:18 EDT
Size:
1.06 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java,v >retrieving revision 1.12 >diff -u -r1.12 JavaNavigatorContentProvider.java >--- ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java 14 Dec 2007 16:17:17 -0000 1.12 >+++ ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java 19 Aug 2008 17:36:56 -0000 >@@ -317,7 +317,7 @@ > > protected void postAdd(final Object parent, final Object element, Collection runnables) { > if (parent instanceof IJavaModel) >- super.postAdd(((IJavaModel) parent).getWorkspace(), element, runnables); >+ super.postAdd(((IJavaModel) parent).getWorkspace().getRoot(), element, runnables); > else if (parent instanceof IJavaProject) > super.postAdd( ((IJavaProject)parent).getProject(), element, runnables); > else
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 242762
: 110373