Phowen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Phowen created a post, AnsweredNoisy NPE warning in Test classes
I 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...