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 36486 - IllegalStateException in boolean value
Summary: IllegalStateException in boolean value
Status: VERIFIED DUPLICATE of bug 36446
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-08 09:14 UTC by pzajac
Modified: 2008-12-22 20:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (4.06 KB, text/plain)
2003-10-08 09:15 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-10-08 09:14:38 UTC
[200310060100]
Steps to reproduction:
======================
1) run netbeans with empty user dir 
2) explore examples->texteditor folder
3) Open Tools->Options pannel and disable "Form
module Editor"
(IDE-Configuration->Systems->Modules->Java->Form
Editor)
4) The IllegalStateException is thrown.
Comment 1 pzajac 2003-10-08 09:15:50 UTC
Created attachment 11815 [details]
exception stacktrace
Comment 2 _ tboudreau 2003-10-14 10:31:55 UTC
Will fix ASAP - although it's probably a legitimate case here - the
ISE is an attempt to make it impossible to ever abuse inplace editors,
by enforcing symmetrical calls to connect/clear so nobody can leave an
inplace editor holding a reference to something.

However, it causes problems for the tests, which will fetch renderers
and editors just to see if their contents are correct.  And apparently
it causes the problem here - although this one I will try to diagnose.

*** This issue has been marked as a duplicate of 36446 ***
Comment 3 pzajac 2003-11-11 14:36:08 UTC
verified duplicate