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 139274 - code correction doesn't update correctly
Summary: code correction doesn't update correctly
Status: RESOLVED DUPLICATE of bug 147000
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks: 121950
  Show dependency tree
 
Reported: 2008-07-08 15:42 UTC by hen5823
Modified: 2009-08-06 15:28 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 hen5823 2008-07-08 15:42:26 UTC
I am working on 2 projects simultaneously.  One of the projects references the other. If I make changes to the project
being referenced, for example by changing the arguments for the constructor, and then clean and build the project, the
editor does not seem to automatically notice that the constructor has changed.  When I change the constructor call in
the project doing the referencing, it tells me that it can't find that constructor.  It still seems to build and run
without any problems, but the editor continues to show it as an error.  Generally, if I manually follow the class
reference through, it realizes that it needs to update the reference, but the error doesn't seem to go away any other way.
Comment 1 Dusan Balek 2008-07-21 12:26:38 UTC
Reassigning.
Comment 2 Rastislav Komara 2009-02-03 10:56:01 UTC
Overtake.
Comment 3 Dusan Balek 2009-08-06 15:28:29 UTC
Already fixed in dev build. Just change the 'Dependencied in Java tasklist' to 'Enabled' in
Tools->Options->Editor->Tasklist.

*** This issue has been marked as a duplicate of 147000 ***