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 240507 - java.text.ParseException: Unparseable date: "201"
Summary: java.text.ParseException: Unparseable date: "201"
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-15 16:43 UTC by Tomas Stupka
Modified: 2014-01-21 02:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206587


Attachments
stacktrace (4.74 KB, text/plain)
2014-01-15 16:43 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-01-15 16:43:02 UTC
Build: NetBeans IDE Dev (Build 20140115-914db634cfff)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
tstupka: trying to add a start date in a query




Stacktrace: 
java.text.ParseException: Unparseable date: "201"
   at java.text.DateFormat.parse(DateFormat.java:357)
   at org.netbeans.modules.odcs.tasks.query.QueryParameters$ByDateParameter.getDateFrom(QueryParameters.java:992)
   at org.netbeans.modules.odcs.tasks.query.QueryParameters$ByDateParameter.getCriteria(QueryParameters.java:956)
   at org.netbeans.modules.odcs.tasks.query.ODCSQueryController.getQueryString(ODCSQueryController.java:999)
   at org.netbeans.modules.odcs.tasks.query.ODCSQueryController.isChanged(ODCSQueryController.java:1034)
   at org.netbeans.modules.bugtracking.ui.query.QueryTopComponent.propertyChange(QueryTopComponent.java:448)
Comment 1 Tomas Stupka 2014-01-15 16:43:04 UTC
Created attachment 143995 [details]
stacktrace
Comment 2 Tomas Stupka 2014-01-20 16:32:17 UTC
fixed in core-main #2e6efb7717de
Comment 3 Quality Engineering 2014-01-21 02:57:32 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2e6efb7717de
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #240507 - java.text.ParseException: Unparseable date: "201"