[Jcrontab-developers] revision1.48 has a bug at "org.jcrontab.data.FileSource"
Brought to you by:
iolalla
From: <zh...@gm...> - 2007-04-23 09:09:06
|
Thanks for your working. The version "Revision: 1.48 " has a bug at org.jcrontab.data.FileSource, It's line number is 252. Current content is "int size = (thelist.length +1 );" I thought it should look like this: "int size = (thelist.length +beans.length );" Otherwise it will be cast the ArrayIndexOutOfBoundsException at line 263. Best regards! zhujian |