Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    3,922

    Re: way missing return statement???

    Well basically when you have a return type on a method you must make sure the method returns something unless it throws an exception so even if you have a try catch in there you have to make sure you...
  2. Replies
    7
    Views
    3,922

    Re: way missing return statement???

    In the case where the first return statement won't be reached like for instance in an if you still need to have a return.

    Hope that makes sense.

    // Json
Results 1 to 2 of 2