Using less memory and time to figure out if warnings occurred.
This commit is contained in:
parent
76c2e969ac
commit
01e65176d4
4 changed files with 31 additions and 15 deletions
|
@ -49,7 +49,7 @@ public class ACIPTshegBarScanner {
|
|||
System.exit(1);
|
||||
}
|
||||
StringBuffer errors = new StringBuffer();
|
||||
int maxErrors = 250;
|
||||
int maxErrors = 1000;
|
||||
ArrayList al = scanFile(args[0], errors, maxErrors - 1);
|
||||
|
||||
if (null == al) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue