Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Package view refresh problems

If you experience situations where the package view will not refresh
properly, like reported in:

     7033 Stale packages view after moving compilation units
     7029 Renaming a Java project doesn't refresh the packages view

First, try to report a bug to JDT/Core. Then as a work-around you can try
to switch to the Navigator view and close/reopen the offending Java
project, and sometimes you will also need to close/reopen the package view
itself.

For bug 7033: close and open the project.
For bug 7029: close and show the packages view

Fixes for 7033 and 7029 are available in a JDT Core patch posted on the JDT
Core project page
(http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/download/jdtcore-patch.zip)

Description of the patch content:
(http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/download/buildnotes_jdt-core.html)



Back to the top