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 209553 - NullPointerException at java.lang.String.<init>
Summary: NullPointerException at java.lang.String.<init>
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 04:05 UTC by alaksundar
Modified: 2012-03-20 12:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185238


Attachments
stacktrace (3.63 KB, text/plain)
2012-03-14 04:05 UTC, alaksundar
Details
stacktrace (3.63 KB, text/plain)
2012-03-20 08:47 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alaksundar 2012-03-14 04:05:44 UTC
Build: NetBeans IDE Dev (Build 201203110400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: I open dialog report Issue and on  this dialog clic on cancel.

GUEST: Going to Help > Report Issue... and then clicking cancel on the login box generates this.

shuaidi010: ??->???? ????????????????




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.<init>(String.java:194)
   at org.netbeans.modules.bugzilla.util.MylynUtils.setCredentials(MylynUtils.java:77)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.setCredentials(BugzillaRepository.java:393)
   at org.netbeans.modules.bugzilla.ReportNBIssueAction.checkLogin(ReportNBIssueAction.java:122)
   at org.netbeans.modules.bugzilla.ReportNBIssueAction$1.run(ReportNBIssueAction.java:90)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
Comment 1 alaksundar 2012-03-14 04:05:47 UTC
Created attachment 116698 [details]
stacktrace
Comment 2 Tomas Stupka 2012-03-19 09:38:44 UTC
fixed in core-main #e3259b56ca35
Comment 3 mps77 2012-03-20 08:47:19 UTC
Created attachment 116902 [details]
stacktrace

cancel bugzilla login
Comment 4 Quality Engineering 2012-03-20 12:51:59 UTC
Integrated into 'main-golden', will be available in build *201203200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e3259b56ca35
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #209553 - NullPointerException at java.lang.String.<init>