yucemahmut / andronos

Automatically exported from code.google.com/p/andronos
0 stars 0 forks source link

beta.38 crash in ZonePlayer.java:399 getIndexChanged SimpleDateFormat c'tor #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Run version beta.38

Crashes after a few 10s of seconds with IllegalArgumentException: Unknown 
pattern character - 'Y'
This is in this code:

    SimpleDateFormat format = new SimpleDateFormat("'S'YYYY-MM-dd HH:mm:ss");

http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html says 
'Y' is not a valid 
format character and all unspecified characters are reserved. 'y' is valid, 
however.

Original issue reported on code.google.com by pawli...@google.com on 10 Apr 2010 at 10:49

GoogleCodeExporter commented 9 years ago
should be fixed in v39

Original comment by jre...@gmail.com on 10 Apr 2010 at 11:04