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 246872 - NullPointerException at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProject
Summary: NullPointerException at org.netbeans.modules.team.server.ui.common.OneProject...
Status: VERIFIED 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: 2014-09-04 09:47 UTC by Tomas Pavek
Modified: 2014-09-17 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211588


Attachments
stacktrace (5.13 KB, text/plain)
2014-09-04 09:47 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-09-04 09:47:22 UTC
Build: NetBeans IDE Dev (Build ODCS-371-on-20140904)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
tpavek: After start with clean user dir created a new server (qa-dev), changed its synchronization to "Selected Project", and logged in. Does not seem to happen with the default auto synchronization.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProject(OneProjectDashboard.java:315)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.projectById(OneProjectDashboard.java:310)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProjects(OneProjectDashboard.java:294)
   at org.netbeans.modules.team.server.ui.common.DashboardSupport.getProjects(DashboardSupport.java:140)
   at org.netbeans.modules.odcs.ui.dashboard.OdcsProjectNode.isInDashboard(OdcsProjectNode.java:418)
   at org.netbeans.modules.odcs.ui.dashboard.OdcsProjectNode.scheduleUpdateTasks(OdcsProjectNode.java:353)
Comment 1 Tomas Pavek 2014-09-04 09:47:24 UTC
Created attachment 149033 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-04 15:32:44 UTC
fixed in core-main #f192cb74448b
Comment 3 Quality Engineering 2014-09-06 04:54:52 UTC
Integrated into 'main-silver', will be available in build *201409060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f192cb74448b
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #246872 - NullPointerException at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProject
Comment 4 Tomas Pavek 2014-09-10 17:22:02 UTC
Verified in current trunk (build from default branch).
Comment 5 Quality Engineering 2014-09-17 12:13:47 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/b19a2a8d3209
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #246872 - NullPointerException at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProject