Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,149

    Re: Linked Lists and Nodes

    add some printlns to show what variable has a null value.
  2. Replies
    5
    Views
    1,149

    Re: Linked Lists and Nodes

    Time to do some debugging. Add some more println statements to show the values of variables as the code executes and as the values of variables change.


    Did you find cause for the error and fix...
  3. Replies
    5
    Views
    1,149

    Re: Linked Lists and Nodes

    There is a variable with a null value on line 113. Look at line 113 in the your source and see what variable is null. Then backtrack in the code to see why that variable does not have a valid value....
Results 1 to 3 of 3