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 249223 - AssertionError: worng amount of stored query data 1 in query P1 v
Summary: AssertionError: worng amount of stored query data 1 in query P1 v
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-09 09:58 UTC by Tomas Stupka
Modified: 2014-12-10 04:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214009


Attachments
stacktrace (1.12 KB, text/plain)
2014-12-09 09:58 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-12-09 09:58:43 UTC
Build: NetBeans IDE Dev (Build 20141209-28ae5a2b786d)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b20
OS: Mac OS X

User Comments:
tstupka: after nb start




Stacktrace: 
java.lang.AssertionError: worng amount of stored query data 1 in query P1 v
   at org.netbeans.modules.bugzilla.BugzillaConfig.getQuery(BugzillaConfig.java:132)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.getQueriesIntern(BugzillaRepository.java:457)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.getQueries(BugzillaRepository.java:407)
   at org.netbeans.modules.bugzilla.BugzillaRepositoryProvider.getQueries(BugzillaRepositoryProvider.java:90)
   at org.netbeans.modules.bugzilla.BugzillaRepositoryProvider.getQueries(BugzillaRepositoryProvider.java:56)
   at org.netbeans.modules.bugtracking.RepositoryImpl.getQueries(RepositoryImpl.java:289)
Comment 1 Tomas Stupka 2014-12-09 09:58:45 UTC
Created attachment 150981 [details]
stacktrace
Comment 2 Tomas Stupka 2014-12-09 10:10:44 UTC
also that the assert msg has an typo - "worng"
Comment 3 Tomas Stupka 2014-12-09 10:40:48 UTC
contents of bugzilla.properties got corrupt

will fix the msg
Comment 4 Tomas Stupka 2014-12-09 10:46:40 UTC
fixed in core-main #c1f53c787f72
Comment 5 Quality Engineering 2014-12-10 04:02:02 UTC
Integrated into 'main-silver', will be available in build *201412100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c1f53c787f72
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #249223 - AssertionError: worng amount of stored query data 1 in query P1 v