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 151860 - sigtest ignores nbjdk.home setting
Summary: sigtest ignores nbjdk.home setting
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 13:56 UTC by Jesse Glick
Modified: 2010-02-03 12:50 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 Jesse Glick 2008-10-30 13:56:56 UTC
Added Fields

org.openide.util.ContextAwareAction:    field public final static java.lang.String
javax.swing.Action.DISPLAYED_MNEMONIC_INDEX_KEY = "SwingDisplayedMnemonicIndexKey"


appears when you compare a build run using JDK 5 for Ant to one run using JDK 6, despite the fact that in the latter
case nbjdk.home is set to a JDK 5 installation.

The sigtest task should probably take a bootclasspath attribute or similar and this should be populated from
${nbjdk.bootclasspath}.

Of course it would be better if sigtest did not track signatures in inherited APIs, including the JDK, at all, unless
the subclass was public/protected when the superclass was not.
Comment 1 Jaroslav Tulach 2009-03-09 17:20:34 UTC
I do not feel there is a strong need to fix this. After the one storm of apichanges, things are working well again.
Comment 2 Jaroslav Tulach 2010-02-03 12:28:42 UTC
Won't be needed until we upgrade to JDK7. Who knows if it will be needed then.
Comment 3 Jesse Glick 2010-02-03 12:50:45 UTC
(In reply to comment #2)
> Won't be needed until we upgrade to JDK7.

Well, until we start running any builds on JDK 7, even if we are still supporting JDK 6.