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 229854 - AssertionError at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate$AutoupdateCallback.getServerVersion
Summary: AssertionError at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate...
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 12:47 UTC by Ondrej Vrabec
Modified: 2013-06-02 01:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200703


Attachments
stacktrace (1.46 KB, text/plain)
2013-05-16 12:47 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-05-16 12:47:14 UTC
Build: NetBeans IDE Dev (Build 20130510-fb9d6c10dcaa)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

User Comments:
ovrabec: right after the IDE started




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate$AutoupdateCallback.getServerVersion(BugzillaAutoupdate.java:131)
   at org.netbeans.modules.bugtracking.util.AutoupdateSupport.checkAndNotify(AutoupdateSupport.java:120)
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkAndNotify(BugzillaAutoupdate.java:94)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.checkAutoupdate(BugzillaExecutor.java:558)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:114)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:102)
Comment 1 Ondrej Vrabec 2013-05-16 12:47:15 UTC
Created attachment 134517 [details]
stacktrace
Comment 2 Tomas Stupka 2013-05-31 14:51:38 UTC
fixed in core-main #925b2ff3465f
Comment 3 Quality Engineering 2013-06-02 01:08:36 UTC
Integrated into 'main-golden', will be available in build *201306012301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/925b2ff3465f
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #229854 - AssertionError at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate$AutoupdateCallback.getServerVersion