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 258279 - NullPointerException at org.netbeans.modules.team.server.LoginPanel$LoginCallable$1.actionPerformed
Summary: NullPointerException at org.netbeans.modules.team.server.LoginPanel$LoginCall...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-08 00:23 UTC by pjseoane
Modified: 2016-04-06 01:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222900


Attachments
stacktrace (7.13 KB, text/plain)
2016-03-08 00:23 UTC, pjseoane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pjseoane 2016-03-08 00:23:38 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
pjseoane: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.team.server.LoginPanel$LoginCallable$1.actionPerformed(LoginPanel.java:328)
   at org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1379)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 pjseoane 2016-03-08 00:23:40 UTC
Created attachment 158778 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-05 08:31:56 UTC
fixed in jet-main #3add2eed92a1
Comment 3 Quality Engineering 2016-04-06 01:45:56 UTC
Integrated into 'main-silver', will be available in build *201604060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3add2eed92a1
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258279 - NullPointerException at org.netbeans.modules.team.server.LoginPanel$LoginCallable$1.actionPerformed