Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,065

    Re: Method not being applied

    Please post updated code.



    What evidence do you have to support this? Have you added println's to try and debug the code?
  2. Replies
    6
    Views
    1,065

    Re: Method not being applied

    On quick glance, you should first check your variable and conditional scoping (eg brackets). For instance


    if ( false ){
    System.out.println("First");
    System.out.println("Second"); ...
Results 1 to 2 of 2