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 149770 - Wrong error badge after changing method signature
Summary: Wrong error badge after changing method signature
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks: 121950
  Show dependency tree
 
Reported: 2008-10-10 14:02 UTC by Jiri Prox
Modified: 2009-08-13 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (2.93 MB, application/x-compressed)
2008-10-10 14:04 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2008-10-10 14:02:11 UTC
Product Version: NetBeans IDE Dev (Build 20081009092807)
Java: 1.6.0_10-rc2; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

The invalid error badge occure after performing change parameter refactoring
steps to reproduce:
1) open attached freeform project
2) open BoleanComparator
3) invoke change parameter refacotring on public static BooleanComparator getBooleanComparator(boolean trueFirst)

-> there is invalid error badge in TestBooleanComparator
Comment 1 Jiri Prox 2008-10-10 14:04:58 UTC
Created attachment 71553 [details]
sample project
Comment 2 Rastislav Komara 2009-02-03 10:57:21 UTC
Overtake.
Comment 3 Dusan Balek 2009-08-13 16:14:43 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/03fc5a921ad4

Just make sure that "Tools->Options->Editor->Tasklist->Dependencies in Java Tasklist" is set to "Enable" or "Enable
within a Project". Also, there is a small misconfiguration in the attached project: 'src/test' should not have
'src/java' on its classpath. Destination jar files should be put on classpath instead of source roots.