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 252241 - AssertionError at org.netbeans.modules.odcs.tasks.bridge.QueryAccessorImpl.getQueries
Summary: AssertionError at org.netbeans.modules.odcs.tasks.bridge.QueryAccessorImpl.ge...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 08:36 UTC by Martin Balin
Modified: 2015-08-20 17:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217118


Attachments
stacktrace (378 bytes, text/plain)
2015-05-05 08:37 UTC, Martin Balin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Balin 2015-05-05 08:36:59 UTC
Build: NetBeans IDE Dev (Build 201504140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
mbalin: Openining DCS project and expanding Tasks node.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.odcs.tasks.bridge.QueryAccessorImpl.getQueries(QueryAccessorImpl.java:108)
   at org.netbeans.modules.team.server.ui.common.QueryListNode.createChildren(QueryListNode.java:85)
   at org.netbeans.modules.team.commons.treelist.TreeListNode$ChildrenLoader$1.run(TreeListNode.java:365)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 Martin Balin 2015-05-05 08:37:01 UTC
Created attachment 153522 [details]
stacktrace
Comment 2 Quality Engineering 2015-05-12 03:25:08 UTC
Integrated into 'main-silver', will be available in build *201505120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/642beaecf875
User: Tomas Stupka <tstupka@netbeans.org>
Log: Task #252241 - AssertionError at org.netbeans.modules.odcs.tasks.bridge.QueryAccessorImpl.getQueries

added some logging and improved error handling
Comment 3 Quality Engineering 2015-08-20 17:42:29 UTC
Integrated into 'releases/release801', will be available in build *201508201622* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/28a1d56291b6
User: Tomas Stupka <tstupka@netbeans.org>
Log: Task #252241 - AssertionError at org.netbeans.modules.odcs.tasks.bridge.QueryAccessorImpl.getQueries

added some logging and improved error handling