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 11920 - Window system stores non-String's as system properties
Summary: Window system stores non-String's as system properties
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 17993 (view as bug list)
Depends on:
Blocks: 10260
  Show dependency tree
 
Reported: 2001-05-03 19:12 UTC by Scott Stark
Modified: 2008-12-23 09:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
system/ide.log (3.86 KB, text/plain)
2001-07-20 20:40 UTC, Scott Stark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Stark 2001-05-03 19:12:56 UTC
While doing an F6 from the Editing view of an ant build.xml
file I received the attached ClassCastException. This is
the first time this is happened and is not reproducible.
Comment 1 Scott Stark 2001-05-03 19:13:36 UTC
Created attachment 1300 [details]
system/ide.log
Comment 2 Jesse Glick 2001-05-03 19:34:58 UTC
This is actually a duplicate of your previous #10260 Scott. :-) But I am leaving
it open and changing to core because otherwise we might not remember that it is
not really fixed. The root problem is in core, which does something illegal. Ant
module *usually* works around it. But it can be fooled, if you e.g. press
Execute fast and often enough; there is no way for the module to completely work
around it.
Comment 3 Jan Chalupa 2001-05-05 20:35:47 UTC
Target milestone -> 3.3
Comment 4 Jesse Glick 2001-09-20 11:56:15 UTC
This is still broken in current dev builds. The workaround in Ant
module is still active and used sometimes. Please fix this; it is
dangerous and the workaround cannot be 100% reliable (race condition).
Comment 5 Jesse Glick 2001-09-23 16:50:35 UTC
Revise that: I am taking out the workaround (TargetExecutor.java 1.14)
because Ant 1.4 itself works around it without a race condition. The
code in core is still technically broken however and might affect
someone else.
Comment 6 David Simonek 2001-10-03 15:39:00 UTC
updating subcomponent to window system
Comment 7 _ ttran 2001-11-22 20:12:02 UTC
*** Issue 17993 has been marked as a duplicate of this issue. ***
Comment 8 Jan Chalupa 2001-11-27 11:53:39 UTC
Target milestone -> 3.3.1.
Comment 9 Jan Chalupa 2001-11-27 11:57:08 UTC
Target milestone -> 3.3.1.
Comment 10 Jan Lahoda 2001-12-10 14:50:59 UTC
This probably can be fixed now (using Lookup?), so please try to do
it.
Comment 11 David Simonek 2001-12-11 15:49:40 UTC
accepting...
Comment 12 David Simonek 2001-12-12 14:29:51 UTC
fixed in release33 branch, but it's not possible to use Lookup,
because I would need JNDI Lookup which is not ready yet.
Comment 13 Marian Mirilovic 2002-10-21 12:01:35 UTC
closed