Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: ArrayList problem, getList and returning. help wanted

    I'd recommend that you toss that code and start over. Its {}s are completely messed up.

    When entering code make sure that the { that starts a method definition has a } to go with it.
    When...
  2. Re: ArrayList problem, getList and returning. help wanted

    Making the code readable will help others read and understand what the code is trying to do.
    Messy code makes it hard to read and understand. I'd assume that it would take < 5 minutes to edit the...
  3. Re: ArrayList problem, getList and returning. help wanted

    The formatting of the posted code needs work. The {}s don't look right.
    Statements inside of {}s should be indented to make the code easier to read and understand.
Results 1 to 3 of 3