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 194200 - Applets tab in Javacard project properties windows not working. Scanning for Applet subclasses forever.
Summary: Applets tab in Javacard project properties windows not working. Scanning for ...
Status: RESOLVED DUPLICATE of bug 189912
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 00:21 UTC by sdive
Modified: 2011-01-13 14:43 UTC (History)
1 user (show)

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 sdive 2011-01-11 00:21:22 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201011082200)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_23
Runtime = Java HotSpot(TM) Client VM 19.0-b09
Comment 1 Petr Jiricka 2011-01-11 16:11:28 UTC
Hi, could you please try whether this is working correctly in a recent nightly build of NetBeans 7.0: http://bits.netbeans.org/netbeans/trunk/nightly/ ? Thanks.
Comment 2 _ tboudreau 2011-01-11 16:47:50 UTC
Sounds like a classpath issue, but would need to see a log file.

Scanning happens in the background, and uses javac's API and a very simple tree visitor which just visits all classes on the source classpath looking for subclasses of Applet (and the visitor should be properly cancelled if the UI is closed).  So, probably something is either wrong with the classpath or with the platform - or the source classpath somehow got pointed at the root of a filesystem or something.  Or scanning is blocked because something else is keeping the javac infrastructure busy.

Would need to see at least a log file to have any idea.

I'm happy to help, but given that I haven't worked for Sun / Oracle in 6 months, assigning P1s to me may not be the best idea :-)
Comment 3 sdive 2011-01-11 17:21:29 UTC
The scanning function is now working fine; no more freezes.

However, modifications done in the GUI are not saved to applet.xml and deployment.xml files.

Rgds.
Comment 4 Jan Lahoda 2011-01-13 08:26:52 UTC
The original problem is most likely duplicate of bug #189912.
Comment 5 _ tboudreau 2011-01-13 14:43:27 UTC

*** This bug has been marked as a duplicate of bug 189912 ***