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 269516 - AssertionError: AsyncCompletionTask: query=org.netbeans.freemarker.FTLCompletionProvider$1@7abac21b: query.query(): Result set not finished by resultSet.finish()
Summary: AssertionError: AsyncCompletionTask: query=org.netbeans.freemarker.FTLComplet...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Templates (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-09 16:38 UTC by Alniks
Modified: 2017-01-09 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227619


Attachments
stacktrace (829 bytes, text/plain)
2017-01-09 16:38 UTC, Alniks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alniks 2017-01-09 16:38:54 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-601-on-20160912)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14
OS: Linux

User Comments:
Alniks: edit javascript in flt file




Stacktrace: 
java.lang.AssertionError: AsyncCompletionTask: query=org.netbeans.freemarker.FTLCompletionProvider$1@7abac21b: 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 Alniks 2017-01-09 16:38:56 UTC
Created attachment 163363 [details]
stacktrace