-
Notifications
You must be signed in to change notification settings - Fork 1
Home
StefanMedeleanu edited this page Jun 22, 2016
·
10 revisions
Welcome to the NullTerminator wiki!
The following is a example of applying the tool on a null check from the FindBugs project:
-
The initial null check

-
The replacement of the null check with the polymorphic call

-
The classes containing the methods created following the refactor process

-
We found 2 places where null should be replaced

-
Finally, we manually replace the null values with an instance of the new null object
