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 243346 - NullPointerException at org.netbeans.modules.odcs.tasks.issue.ODCSIssue.getPriorityID
Summary: NullPointerException at org.netbeans.modules.odcs.tasks.issue.ODCSIssue.getPr...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 10:19 UTC by Tomas Stupka
Modified: 2014-04-02 01:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208763


Attachments
stacktrace (1.40 KB, text/plain)
2014-03-28 10:19 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-03-28 10:19:18 UTC
Build: NetBeans IDE Dev (Build 20140328-b6f5584d3aab)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
tstupka: tried to expad a query in the Tasks Dashboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.odcs.tasks.issue.ODCSIssue.getPriorityID(ODCSIssue.java:1001)
   at org.netbeans.modules.odcs.tasks.ODCS$2.getPriorityID(ODCS.java:180)
   at org.netbeans.modules.odcs.tasks.ODCS$2.getPriorityID(ODCS.java:175)
   at org.netbeans.modules.bugtracking.RepositoryImpl.getPriorityName(RepositoryImpl.java:322)
   at org.netbeans.modules.bugtracking.IssueImpl.getPriority(IssueImpl.java:300)
   at org.netbeans.modules.bugtracking.tasks.TaskSorter$1.compare(TaskSorter.java:128)
Comment 1 Tomas Stupka 2014-03-28 10:19:19 UTC
Created attachment 146371 [details]
stacktrace
Comment 2 Tomas Stupka 2014-03-31 11:10:42 UTC
fixed in core-main #4e8bbd8992fb
Comment 3 Quality Engineering 2014-04-02 01:39:15 UTC
Integrated into 'main-silver', will be available in build *201404020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4e8bbd8992fb
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #243346 - NullPointerException at org.netbeans.modules.odcs.tasks.issue.ODCSIssue.getPriorityID