the types in AuditorImpl are still "int", changing them to "long" should fix this
Eg: "if (totalLength(=long) > maxTotalSize(=int)) {" may cause trouble
LG added a comment - 04/07/10 06:39 PM the types in AuditorImpl are still "int", changing them to "long" should fix this
Eg: "if (totalLength(=long) > maxTotalSize(=int)) {" may cause trouble
Hi LG,
Any comments about this issue? Is it still valid?
daryl