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 233009 - wrong task id when loading task with children
Summary: wrong task id when loading task with children
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 14:49 UTC by Tomas Stupka
Modified: 2013-07-20 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-18 14:49:16 UTC
Product Version = NetBeans IDE Dev (Build 20130718-96893f92c66f)
Operating System = Mac OS X version 10.8.3 running on x86_64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

org.eclipse.core.runtime.CoreException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "21,87"
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getCloudDevResults(CloudDevClient.java:208)
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getTaskById(CloudDevClient.java:268)
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevTaskDataHandler.getTaskData(CloudDevTaskDataHandler.java:70)
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevRepositoryConnector.getTaskData(CloudDevRepositoryConnector.java:64)
	at org.netbeans.modules.mylyn.util.GetTaskDataCommand.execute(GetTaskDataCommand.java:80)
	at org.netbeans.modules.odcs.tasks.ODCSExecutor.execute(ODCSExecutor.java:78)
	at org.netbeans.modules.odcs.tasks.util.ODCSUtil.getTaskData(ODCSUtil.java:185)
	at org.netbeans.modules.odcs.tasks.util.ODCSUtil.getTaskData(ODCSUtil.java:174)
	at org.netbeans.modules.odcs.tasks.repository.ODCSRepository.getIssue(ODCSRepository.java:309)
	at org.netbeans.modules.odcs.tasks.issue.SubtaskTableModel.data(SubtaskTableModel.java:94)
	at org.netbeans.modules.odcs.tasks.issue.SubtaskTableModel.<init>(SubtaskTableModel.java:61)
	at org.netbeans.modules.odcs.tasks.issue.IssuePanel$8.run(IssuePanel.java:663)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Tomas Stupka 2013-07-18 15:47:36 UTC
fixed in core-main #ba02c84e0011
Comment 2 Quality Engineering 2013-07-20 02:10:40 UTC
Integrated into 'main-silver', will be available in build *201307192300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ba02c84e0011
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #233009 - wrong task id when loading task with children