This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 37836 - Java Hierarchy is not updated after Refresh folder action.
Summary: Java Hierarchy is not updated after Refresh folder action.
Status: VERIFIED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 11:13 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-12-08 11:13:45 UTC
Steps to reproduce:

1. mount a filesystem with java sources
2. make some changes in these files externally
3. invoke Refresh folder action on their folders
4. java sources will not be re-parsed

The time interval auto-refresh of filesystem works
right.
Comment 1 Jan Pokorsky 2004-03-03 17:50:59 UTC
You have to bring the focus to editor component.
Comment 2 ehucka 2004-03-04 09:52:18 UTC
I cannot agree. 
If I made update of many java sources by some external tool I have
only one choice to update explorer or Java Code Completion content -
to remount whole filesystem.

Maybe it will solve a new refactoring infrastructure, bug 40755.
Comment 3 Jan Pokorsky 2004-03-04 11:03:33 UTC
In order to update code completion you do not have to remount any
filesystem. You can update it with Tools/Update Code Completions on
whatever folder or filesystem or via Menu/Tools/Code Completion
Database Manager.

Anyway it is out of scope of the java module. Current architecture is
document oriented. You will get the same result with ant script, xml
document, etc. External changes are propagated just in case you bring
the focus into the editor.

I also guess that the implementation of refresh folder does not notify
about file modifications but about new and removed files/folders.
Comment 4 ehucka 2006-03-22 09:44:41 UTC
verified
Comment 5 Quality Engineering 2007-09-20 12:50:43 UTC
Reorganization of java component