Issue Type: Bug Bug
Affects Versions: 1.1.3
Assignee: Logback dev list
Components: logback-core
Created: 09/Apr/14 8:58 AM
Description:

Thanks.
LOGBACK-969
commits e64dc7a5c30 and dec77397c

after

CharSequenceToRegexMapper.java findMinMaxLengthsInSymbols() return min's value is always

{0}
  DateFormatSymbols symbols = DateFormatSymbols.getInstance();
  String[] symbolArray = symbols.getShortMonths();
  for(String symbol : symbolArray ){
    System.out.println("[]" + symbol);
  }

It look like DateFormatSymbols getShortMonth() , getWeekdays() ... etc..
All of function return array[last] is null

Thanks

Environment:

jdk 1.5
Korean

Project: logback
Priority: Major Major
Reporter: Lee Jeonggeun
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira