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 183952

Summary: [69cat] java.lang.NumberFormatException: For input string: ""
Product: connecteddeveloper Reporter: host <host>
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167937
Attachments: stacktrace

Description host 2010-04-12 21:57:01 UTC
Build: NetBeans IDE Dev (Build 201004120251)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
host: On "Find Issues" for JIRA clicked on "Search" with empty query




Stacktrace: 
java.lang.NumberFormatException: For input string: ""
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
   at java.lang.Long.parseLong(Long.java:431)
   at java.lang.Long.parseLong(Long.java:468)
   at org.netbeans.modules.jira.issue.NbJiraIssue.getLastModify(NbJiraIssue.java:357)
   at org.netbeans.modules.jira.repository.JiraRepository$IssueAccessorImpl.getLastModified(JiraRepository.java:717)
   at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCache.setIssueData(IssueCache.java:284)
Comment 1 host 2010-04-12 21:57:05 UTC
Created attachment 97127 [details]
stacktrace
Comment 2 Tomas Stupka 2010-04-14 10:46:45 UTC
what is the jira server version you use?
Comment 3 host 2010-04-14 11:33:15 UTC
Atlassian JIRA  (v4.1#519)
Comment 4 Tomas Stupka 2010-04-14 12:39:05 UTC
> Atlassian JIRA  (v4.1#519)
as suspected. Unfortunately, we do not support 4.1 yet. The reported problem is known to be a side effect.
will see that there is at least a understandable error msg in 6.9 when trying to work with jira 4.x.

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