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 221255 - AssertionError: AsyncCompletionTask: query=org.netbeans.modules.javafx2.editor.FXMLCompletion2$Q@271b04d8: query.query(): Result set not finished by resultSet.finish()
Summary: AssertionError: AsyncCompletionTask: query=org.netbeans.modules.javafx2.edito...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 224280 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-01 13:44 UTC by Stepan Zebra
Modified: 2012-12-28 19:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194392


Attachments
stacktrace (690 bytes, text/plain)
2012-11-01 13:44 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-11-01 13:44:49 UTC
Build: NetBeans IDE Dev (Build 201211010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b11
OS: Windows 7

User Comments:
stezeb: Product Version: NetBeans IDE Dev (Build 201211010001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b11
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

typed "&" as an attribute value in FXML




Stacktrace: 
java.lang.AssertionError: AsyncCompletionTask: query=org.netbeans.modules.javafx2.editor.FXMLCompletion2$Q@271b04d8: query.query(): Result set not finished by resultSet.finish()
   at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:225)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Stepan Zebra 2012-11-01 13:44:51 UTC
Created attachment 126918 [details]
stacktrace
Comment 2 Stepan Zebra 2012-11-01 13:47:30 UTC
additionaly, whole IDE froze when I tried to continue typynig after the &
Comment 3 Svata Dedic 2012-11-06 09:06:21 UTC
Changeset: 243d89b42c30
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-11-06 10:06
Message:   Handled character entities in attributes.
Comment 4 Quality Engineering 2012-11-07 03:39:38 UTC
Integrated into 'main-golden', will be available in build *201211070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/243d89b42c30
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #221255 - AssertionError: AsyncCompletionTask: query=org.netbeans.modules.javafx2.editor.FXMLCompletion2$Q@271b04d8: query.query(): Result set not finished by resultSet.finish(): fixed
Handled character entities in attributes.
Comment 5 Svata Dedic 2012-12-28 19:37:37 UTC
*** Bug 224280 has been marked as a duplicate of this bug. ***