[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat on Android

2014-01-24 Thread Sebb (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated LANG-954:
--

Summary: uncaught PatternSyntaxException in FastDateFormat on Android  
(was: uncaught PatternSyntaxException in FastDateFormat)

 uncaught PatternSyntaxException in FastDateFormat on Android
 

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler
  Labels: datetime
 Fix For: 3.3, Patch Needed


 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 {code}
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 {code}
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat on Android

2014-01-24 Thread Sebb (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated LANG-954:
--

Fix Version/s: (was: Patch Needed)

 uncaught PatternSyntaxException in FastDateFormat on Android
 

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler
  Labels: datetime
 Fix For: 3.3


 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 {code}
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 {code}
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat

2014-01-20 Thread Bruno P. Kinoshita (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita updated LANG-954:


Labels: datetime  (was: )

 uncaught PatternSyntaxException in FastDateFormat
 -

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler
  Labels: datetime
 Fix For: 3.3, Patch Needed


 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat

2014-01-20 Thread Sebb (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated LANG-954:
--

Description: 
When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
Android project of mine, throwing uncaught regular expression exceptions for 
simple formats like -MM-dd'T'.

{code}
Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
(\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
at java.util.regex.Pattern.compileImpl(Native Method)
at java.util.regex.Pattern.compile(Pattern.java:400)
at java.util.regex.Pattern.init(Pattern.java:383)
at java.util.regex.Pattern.compile(Pattern.java:374)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
at org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
at 
org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
{code}

more stack traces in this Jenkins output: 
http://ci.cgeo.org/job/c-geo/1686/console

  was:
When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
Android project of mine, throwing uncaught regular expression exceptions for 
simple formats like -MM-dd'T'.

Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
(\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
at java.util.regex.Pattern.compileImpl(Native Method)
at java.util.regex.Pattern.compile(Pattern.java:400)
at java.util.regex.Pattern.init(Pattern.java:383)
at java.util.regex.Pattern.compile(Pattern.java:374)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
at org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
at 
org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)

more stack traces in this Jenkins output: 
http://ci.cgeo.org/job/c-geo/1686/console


 uncaught PatternSyntaxException in FastDateFormat
 -

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler
  Labels: datetime
 Fix For: 3.3, Patch Needed


 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 {code}
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 {code}
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat

2014-01-19 Thread Michael Keppler (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Keppler updated LANG-954:
-

Description: 
When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
Android project of mine, throwing uncaught regular expression exceptions for 
simple formats like -MM-dd'T'.

Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
(\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
at java.util.regex.Pattern.compileImpl(Native Method)
at java.util.regex.Pattern.compile(Pattern.java:400)
at java.util.regex.Pattern.init(Pattern.java:383)
at java.util.regex.Pattern.compile(Pattern.java:374)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
at org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
at 
org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
at 
org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)

more stack traces in this Jenkins output: 
http://ci.cgeo.org/job/c-geo/1686/console

  was:
When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
Android project of mine, throwing uncaught regular expression exceptions for 
simple formats like -MM-dd'T'.

Causd by: java.util.rg.PattrnSyntaEption: U_ILLEGAL_ARGUMENT_ERROR
(\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
at java.util.rg.Pattrn.ompilImpl(Nativ Mthod)
at java.util.rg.Pattrn.ompil(Pattrn.java:400)
at java.util.rg.Pattrn.init(Pattrn.java:383)
at java.util.rg.Pattrn.ompil(Pattrn.java:374)
at org.apah.ommons.lang3.tim.FastDatParsr.init(FastDatParsr.java:148)
at org.apah.ommons.lang3.tim.FastDatParsr.init(FastDatParsr.java:104)
at org.apah.ommons.lang3.tim.FastDatFormat.init(FastDatFormat.java:370)
at org.apah.ommons.lang3.tim.FastDatFormat$1.ratInstan(FastDatFormat.java:91)
at org.apah.ommons.lang3.tim.FastDatFormat$1.ratInstan(FastDatFormat.java:88)
at org.apah.ommons.lang3.tim.FormatCah.gtInstan(FormatCah.java:82)
at org.apah.ommons.lang3.tim.FastDatFormat.gtInstan(FastDatFormat.java:148)

more stack traces in this Jenkins output: 
http://ci.cgeo.org/job/c-geo/1686/console


 uncaught PatternSyntaxException in FastDateFormat
 -

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler

 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-954) uncaught PatternSyntaxException in FastDateFormat

2014-01-19 Thread Benedikt Ritter (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter updated LANG-954:
-

Fix Version/s: Patch Needed
   3.3

 uncaught PatternSyntaxException in FastDateFormat
 -

 Key: LANG-954
 URL: https://issues.apache.org/jira/browse/LANG-954
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.2.1
 Environment: Android 2.1
Reporter: Michael Keppler
 Fix For: 3.3, Patch Needed


 When updating from lang 3.1.0 to 3.2.1 FastDateFormat stopped working on an 
 Android project of mine, throwing uncaught regular expression exceptions for 
 simple formats like -MM-dd'T'.
 Caused by: java.util.regex.PatternSyntaxException: U_ILLEGAL_ARGUMENT_ERROR
 (\p{IsNd}++)\Q-\E(\p{IsNd}++)\Q-\E(\p{IsNd}++)\QT\E
 at java.util.regex.Pattern.compileImpl(Native Method)
 at java.util.regex.Pattern.compile(Pattern.java:400)
 at java.util.regex.Pattern.init(Pattern.java:383)
 at java.util.regex.Pattern.compile(Pattern.java:374)
 at org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:148)
 at 
 org.apache.commons.lang3.time.FastDateParser.init(FastDateParser.java:104)
 at 
 org.apache.commons.lang3.time.FastDateFormat.init(FastDateFormat.java:370)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:91)
 at 
 org.apache.commons.lang3.time.FastDateFormat$1.createInstance(FastDateFormat.java:88)
 at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:82)
 at 
 org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:148)
 more stack traces in this Jenkins output: 
 http://ci.cgeo.org/job/c-geo/1686/console



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)