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 269378 - AssertionError: AsyncCompletionTask: query=org.netbeans.modules.jshell.editor.HistoryCompletionProvider$T@ea6df24: query.query(): Result set not finished by resultSet.finish()
Summary: AssertionError: AsyncCompletionTask: query=org.netbeans.modules.jshell.editor...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JShell (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 22:01 UTC by muellermi
Modified: 2017-03-10 02:54 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218360


Attachments
stacktrace (599 bytes, text/plain)
2016-12-16 22:01 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-12-16 22:01:09 UTC
Build: NetBeans IDE Dev (Build 201612160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
NwDx: coding fxml

Alniks: edit javascript in flt file

muellermi: move mouseposition some lines up within java shell

lhochet: manually editing an existing fxml file

JTD: I was commenting a segment of FXML code out of an FXML file when the exception occured. Below is exactly where I got to when the exception was thrown.

                <!    <FXCollections fx:factory="observableArrayList">
                          <String fx:value="Accident" />
                          <String fx:value="Disability" />
                          <String fx:value="Supplemental Health" />
                          <String fx:value="TermLife" />
                        </FXCollections> -->

After the exception was thrown I was able to continue to edit the FXML and complete the edit shown below.

                <!--    <FXCollections fx:factory="observableArrayList">
                          <String fx:value="Accident" />
                          <String fx:value="Disability" />
                          <String fx:value="Supplemental Health" />
                          <String fx:value="TermLife" />
                        </FXCollections> -->

lhochet: attempting to edit a fxml file, precisely adding a <

mkroll: Edit an javafx .fxml file, whantchange <URL value="@xxxxxx.css" /> by pressing STRG+SPACE




Stacktrace: 
java.lang.AssertionError: AsyncCompletionTask: query=org.netbeans.modules.jshell.editor.HistoryCompletionProvider$T@ea6df24: 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:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 muellermi 2016-12-16 22:01:12 UTC
Created attachment 163271 [details]
stacktrace
Comment 2 Svata Dedic 2017-01-09 16:37:08 UTC
All except report 839607 (muellermi) come from other parts of the IDE (I've distributed as separate bugs).

I fixed escape path without finish() in jet-main#a7cde5af8120
Comment 3 Quality Engineering 2017-03-10 02:54:51 UTC
Integrated into 'main-silver', will be available in build *201703100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a7cde5af8120
User: Svata Dedic <sdedic@netbeans.org>
Log: #269378: finish resultset on exit