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 27740 - Java files are not badged as out-of-date
Summary: Java files are not badged as out-of-date
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 29239
Blocks:
  Show dependency tree
 
Reported: 2002-10-02 15:05 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (1.02 KB, text/plain)
2002-10-02 15:48 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-10-02 15:05:29 UTC
I created java project and package inside it with
main class. I performed all mentioned actions and
none of them works, OutputWin for all of them says:

Command completed. No files needed to be created,
changed, or deleted.
Finished.

Java file is not badged as modified (needs
compilation). When I executed compilation on a
separate java file I got NullPointerException.
Comment 1 Milan Kubec 2002-10-02 15:06:25 UTC
Build 20021002-1438
Comment 2 Milan Kubec 2002-10-02 15:48:25 UTC
Created attachment 7569 [details]
exc stack trace
Comment 3 Svata Dedic 2002-10-04 17:18:58 UTC
Nodes are not badged, since Looks do not support badging (yet) :-(
Individual files can be compiled now, so degrading priority to P2.
Comment 4 Svata Dedic 2002-11-18 13:13:52 UTC
Compilation works,  badging still does not. 
Changing subject, lowering priority 
Comment 5 Tomas Zezula 2003-07-25 09:40:30 UTC
Badging now works fine (error, main), but the out of date is not solved
by the UI spec and it is not sure if it will be supprorted in the NB
4.0 or not.
The framework for it is prepared in the JavaDataObjectLook.
The added value of the out of date check is not very big, user has to
compile always whole BuildTarget (in most cases all the sources) so it
does not provide any value to her and it is quite expensive operation.
Comment 6 Milan Kubec 2003-08-28 15:45:45 UTC
Verified.
Comment 7 Jan Becicka 2003-11-25 14:19:35 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.