Phowen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Noisy NPE warning in Test classes
AnsweredI have numerous test cases that do something like this: assertThat(foo.getBar().getBaz()).isEqualTo(whatever); But because this is the first access of bar I get the following warning: Method invoca...