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 255123 - "Needs to be compiled" badge does not go away on this source file
Summary: "Needs to be compiled" badge does not go away on this source file
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 08:41 UTC by MackSix
Modified: 2015-09-09 08:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attached Project (16.50 KB, application/x-zip-compressed)
2015-09-09 08:41 UTC, MackSix
Details
logfile (81.93 KB, text/plain)
2015-09-09 08:42 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2015-09-09 08:41:27 UTC
Created attachment 156002 [details]
Attached Project

1. Import attached project.
2. When CoS is disabled and the 3 source files are compiled, "SimpleGen.java" file shows "Needs to be compiled" badge.

Results: "Needs to be compiled" badge still shows on "SimpleGen.java." 

Expected: "Needs to be compiled" badge goes away.

(Also notice 2 error badge that appears on "SimpleGen.java," lines 5 & 35, every time the file is opened showing duplicate classes when there are none. The badges usually go away after 5 seconds, but occasionally they don't.)


Product Version: NetBeans IDE Dev (Build 201509080002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 MackSix 2015-09-09 08:42:22 UTC
Created attachment 156003 [details]
logfile
Comment 2 MackSix 2015-09-09 08:53:23 UTC
Fix: Name class on line 35 from "SimpGen.java" to "SimpleGen.java" to match file name. All problems go away.