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 229673 - IllegalStateException: Calling Context.exit without previous Context.enter
Summary: IllegalStateException: Calling Context.exit without previous Context.enter
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Emmet (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: serge.che
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 18:11 UTC by michbarsinai
Modified: 2015-02-04 03:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200610


Attachments
stacktrace (361 bytes, text/plain)
2013-05-13 18:11 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2013-05-13 18:11:09 UTC
Build: NetBeans IDE 7.3.1 (Build 201304162201)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.45-b01-451, Java(TM) SE Runtime Environment, 1.6.0_45-b06-451-11M4406
OS: Mac OS X

User Comments:
michbarsinai: Used the preferences dialog to set the tab expansion to "ON".




Stacktrace: 
java.lang.IllegalStateException: Calling Context.exit without previous Context.enter
   at org.mozilla.javascript.Context.exit(Context.java:452)
   at io.emmet.Emmet.reset(Emmet.java:65)
   at org.lorenzos.emmet.EmmetModule$1.preferenceChange(EmmetModule.java:21)
   at java.util.prefs.AbstractPreferences$EventDispatchThread.run(AbstractPreferences.java:1475)
Comment 1 michbarsinai 2013-05-13 18:11:10 UTC
Created attachment 134387 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:31:33 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.