Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    19
    Views
    2,052

    Re: Weird problem with my linkedlist

    Here's a technique that will be helpful. Add a toString() method to the Node class so when you print a reference to it, it will show all the data in the Node object.

    Another hint: add ID Strings...
  2. Replies
    19
    Views
    2,052

    Re: Weird problem with my linkedlist

    If you have an interactive debugger try using that.
    Otherwise add lots of printlns to show the value of all the variables as the code executes to see what it is doing.
    If you understand what the...
  3. Replies
    19
    Views
    2,052

    Re: Weird problem with my linkedlist

    Have you found out why the variable is null yet?
  4. Replies
    19
    Views
    2,052

    Re: Weird problem with my linkedlist

    Why is the variable at line 46 null?
  5. Replies
    19
    Views
    2,052

    Re: Weird problem with my linkedlist

    Please post the full text of the error message.

    Look at the line where the error occurs and find the variable with the null value. Then backtrack in the code to see why that variable does not have...
Results 1 to 5 of 5