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 237323 - NullPointerException at org.netbeans.modules.mylyn.util.MylynUtils.setCredentials
Summary: NullPointerException at org.netbeans.modules.mylyn.util.MylynUtils.setCredent...
Status: RESOLVED DUPLICATE of bug 237173
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 16:01 UTC by misterm
Modified: 2013-10-21 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204661


Attachments
stacktrace (4.16 KB, text/plain)
2013-10-18 16:01 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-10-18 16:01:58 UTC
Build: NetBeans IDE Dev (Build 20131015-1c632380320d)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
tnleeuw: I clicked menu-option to report issue, that caused this exception.

misterm: Help -> Report a issue




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mylyn.util.MylynUtils.setCredentials(MylynUtils.java:89)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.setupProperties(BugzillaRepository.java:583)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.setupTaskRepository(BugzillaRepository.java:566)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.<init>(BugzillaRepository.java:160)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.createRepositoryIntern(NBRepositorySupport.java:161)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.getNBRepository(NBRepositorySupport.java:129)
Comment 1 misterm 2013-10-18 16:01:59 UTC
Created attachment 141269 [details]
stacktrace
Comment 2 Tomas Stupka 2013-10-21 11:56:17 UTC

*** This bug has been marked as a duplicate of bug 237173 ***