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 10856 - Show compile status option has no effect on already displayed nodes
Summary: Show compile status option has no effect on already displayed nodes
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-30 07:23 UTC by Jan Chalupa
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 Jan Chalupa 2001-03-30 07:23:54 UTC
Steps to reproduce:

1. Make sure that Project | Settings... | Java Sources | Show compile status is 
set to 'True'.
2. Mount a filesystems with .java files, expand a couple of packages so that 
the Java nodes are visible, the compile status should be indicated with a 
pattern displayed next to the node's icon.
3. Switch Project | Settings... | Java Sources | Show compile status to 'False'
4. The compile status indication does not disappear. The option settings 
applies to newly parsed files only.
Comment 1 Svata Dedic 2001-04-02 15:26:09 UTC
Not to newly parsed, but to those files whose icon is constructed fresh - or 
updated for some reason (errors, ...)
However having the nodes notice immediately the setting change can be 
difficult even now, icons for nodes in the same folder are processed in 
pseudo-random order and that needs to be solved too.

Comment 2 Svata Dedic 2001-04-03 08:23:01 UTC
Changing  component to code
Comment 3 Svata Dedic 2001-04-19 13:53:25 UTC
Fixed by registry of living JavaNodes - when the suer changes the option, 
nodes are notified and update their icons.
Comment 4 Svata Dedic 2001-04-20 17:31:59 UTC
Merged.
Comment 5 Jan Chalupa 2001-04-27 18:22:24 UTC
Verified in [release32-38].
Comment 6 Jan Chalupa 2001-05-05 23:24:02 UTC
Target milestone -> 3.2
Comment 7 Quality Engineering 2003-07-01 13:15:20 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.