Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Might be a thread leak problem reading a file into an Array list.

    No, because the code does NOT test if the array from the split() method has 20+ elements before trying to access all those elements. You should always test that your assumptions are correct before...
  2. Re: Might be a thread leak problem reading a file into an Array list.

    At line 867 the index to an array is past the end of the array. The index's value was 11.
    Look at line 867 and see what array is being indexed, and see why the index to that array is past the end of...
Results 1 to 2 of 2