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 183085 - [69cat] Click Cancel button causes IllegalArgumentException at org.eclipse.mylyn.commons.net.AuthenticationCredentials.<init>
Summary: [69cat] Click Cancel button causes IllegalArgumentException at org.eclipse.my...
Status: RESOLVED DUPLICATE of bug 182919
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 13:57 UTC by Masaki Katakai
Modified: 2010-03-30 10:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167256


Attachments
stacktrace (2.26 KB, text/plain)
2010-03-29 13:57 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-03-29 13:57:12 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
masaki: 1. Help > Report Issue...
2. click Cancel button on Login dialog




Stacktrace: 
java.lang.IllegalArgumentException
   at org.eclipse.mylyn.commons.net.AuthenticationCredentials.<init>(AuthenticationCredentials.java:35)
   at org.netbeans.modules.bugtracking.util.MylynUtils.setCredentials(MylynUtils.java:68)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.setCredentials(BugzillaRepository.java:411)
   at org.netbeans.modules.bugzilla.ReportNBIssueAction.checkLogin(ReportNBIssueAction.java:113)
   at org.netbeans.modules.bugzilla.ReportNBIssueAction$1.run(ReportNBIssueAction.java:83)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369)
Comment 1 Masaki Katakai 2010-03-29 13:57:15 UTC
Created attachment 96209 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-03-30 07:53:01 UTC
reproducible in NB 20100330
Comment 3 Tomas Stupka 2010-03-30 10:40:37 UTC

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