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 234949 - NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiHandler$1.propertyChange
Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiHandler$1...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 20:10 UTC by williambacchi
Modified: 2013-09-01 01:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203319


Attachments
stacktrace (5.33 KB, text/plain)
2013-08-24 20:10 UTC, williambacchi
Details
stacktrace (5.33 KB, text/plain)
2013-08-25 04:19 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2013-08-24 20:10:24 UTC
Build: NetBeans IDE Dev (Build 201308202300)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
williambacchi: trying to open a project in java.net




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.kenai.KenaiHandler$1.propertyChange(KenaiHandler.java:111)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at org.netbeans.modules.kenai.api.Kenai.firePropertyChange(Kenai.java:308)
   at org.netbeans.modules.kenai.api.Kenai.login(Kenai.java:304)
   at org.netbeans.modules.kenai.ui.impl.LoginPanelSupportImpl$1.run(LoginPanelSupportImpl.java:89)
Comment 1 williambacchi 2013-08-24 20:10:25 UTC
Created attachment 139183 [details]
stacktrace
Comment 2 williambacchi 2013-08-25 04:19:08 UTC
Created attachment 139196 [details]
stacktrace

testing java.net project tasks
Comment 3 Tomas Stupka 2013-08-29 13:48:50 UTC
fixed in core-main #104ad35fdd49
Comment 4 Quality Engineering 2013-09-01 01:26:24 UTC
Integrated into 'main-silver', will be available in build *201309010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/104ad35fdd49
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #234949 - NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiHandler$1.propertyChange