2 This instanceof test will always return true (unless the value being tested is null).
3 Although this is safe, make sure it isn't
4 an indication of some misunderstanding or some other logic error.
5 If you really want to test the value for being null, perhaps it would be clearer to do
6 better to do a null test rather than an instanceof test.