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 232095 - NullPointerException at org.netbeans.modules.team.ui.LoginPanel.loginKey
Summary: NullPointerException at org.netbeans.modules.team.ui.LoginPanel.loginKey
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 15:57 UTC by richgunther
Modified: 2013-07-18 02:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201828


Attachments
stacktrace (3.18 KB, text/plain)
2013-07-01 15:57 UTC, richgunther
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richgunther 2013-07-01 15:57:20 UTC
Build: NetBeans IDE Dev (Build 20130701-427a6f01b7d9)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b13
OS: Windows XP

User Comments:
RichGunther: Went to Login under Team > Team Server menu with one ODCS server already configured and logged in, got this excepiton.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.team.ui.LoginPanel.loginKey(LoginPanel.java:278)
   at org.netbeans.modules.team.ui.LoginPanel.login(LoginPanel.java:267)
   at org.netbeans.modules.team.ui.spi.TeamUIUtils.showLogin(TeamUIUtils.java:122)
   at org.netbeans.modules.team.ui.spi.TeamUIUtils.showLogin(TeamUIUtils.java:103)
   at org.netbeans.modules.team.ui.LoginAction.actionPerformed(LoginAction.java:71)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 richgunther 2013-07-01 15:57:21 UTC
Created attachment 136548 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-15 14:09:07 UTC
fixed in core-main #a9bddc9478d6
Comment 3 Quality Engineering 2013-07-18 02:36:41 UTC
Integrated into 'main-silver', will be available in build *201307172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a9bddc9478d6
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #232095 - NullPointerException at org.netbeans.modules.team.ui.LoginPanel.loginKey