[logback-dev] svn commit: r2172 - in logback/trunk: logback-classic/src/main/java/ch/qos/logback/classic/pattern logback-classic/src/test/java/ch/qos/logback/classic/pattern logback-core/src/main/java/ch/qos/logback/core

Thorbjoern Ravn Andersen ravn at runjva.com
Fri Feb 27 15:34:05 CET 2009


noreply.ceki at qos.ch skrev:
> The critical change is
>     int[] lengthArray = new int[ClassicConstants.MAX_DOTS];
> instead of
>     int[] lengthArray = new int[ClassicConstants.MAX_DOTS+1];
>
> The current MAX_DOTS limit has been increased from 12 to 16. However,
>   
Why the bound?  If using an ArrayList instead of int[]'s they will grow 
as appropriate?

-- 
  Thorbjørn Ravn Andersen  "...plus... Tubular Bells!"



More information about the logback-dev mailing list