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 10073 - better control of "needs compile badge" needed
Summary: better control of "needs compile badge" needed
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-08 07:17 UTC by Rochelle Raccah
Modified: 2007-09-26 09:14 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 Rochelle Raccah 2001-03-08 07:17:47 UTC
I'm a bit stuck with the new "needs compile badge".  I have Compiler and
JCompilerSupport subclasses which attach a post process validation on to my
JavaDataObject subclasses.  My isUpToDate always returns false since my
validation depends on a number of things which include the presence of other
(unrelated by dependency) files, etc.  However, now I always get extra needs
compile badge.  I would like it to only put that on if the java needs
compilation.  Can I do this?
 
From Svata:
- file a bug that the JavaNode should use protected, overridable method of the
JCompilerSupport to determine up-to-date status (different than isUpToDate).
Then, your overridden version of JCompilerSupport can modify that behaviour as
you wish.
Comment 1 Jan Chalupa 2001-03-12 10:45:56 UTC
Version: 'Dev' -> 3.2
Comment 2 Svata Dedic 2001-03-13 15:02:59 UTC
requestResolveIcons and resolveCompiledBadge made protected so subclasses may 
override the default implementation.
Comment 3 Jan Chalupa 2001-05-05 23:25:30 UTC
Target milestone -> 3.2
Comment 4 Quality Engineering 2003-07-01 13:20:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.