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

Summary: AssertionError at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate$AutoupdateCallback.getServerVersion
Product: connecteddeveloper Reporter: Ondrej Vrabec <ovrabec>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200703
Attachments: stacktrace

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