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 245825 - Missing error badge after externally replacing linked jar
Summary: Missing error badge after externally replacing linked jar
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-20 18:30 UTC by ulfzibis
Modified: 2016-07-07 07:16 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 ulfzibis 2014-07-20 18:30:25 UTC
[ JDK VERSION : 1.7.0_45 ]

STEPS:
   1) Have project with ./lib/A.jar linked relatively via
Project->Libraries->Add JAR/Folder.
   2) All java sources of project compile successful ==> no error badges.
   3) Externally replace the jar by a same named A.jar with little differences
(e.g. renamed methods).
   4) Manually compile a single java file which does no more compile.

ACTUAL:
   3) No error badges showing that some files do not compile.
   4) Compile errors in Output pane, but again no error badges showing that
some files do not compile.

EXPECTED:
   At least after manual compile with errors, error badges should appear.
Comment 1 Martin Balin 2016-07-07 07:16:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss