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 - [69cat] java.lang.NumberFormatException: For input string: ""
Summary: [69cat] java.lang.NumberFormatException: For input string: ""
Status: RESOLVED DUPLICATE of bug 183953
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 21:57 UTC by host
Modified: 2010-04-14 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167937


Attachments
stacktrace (4.01 KB, text/plain)
2010-04-12 21:57 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***