Russell Howe created MCOMPILER-384:
--------------------------------------
Summary: Remove null checks in conjunction with instanceof
Key: MCOMPILER-384
URL: https://issues.apache.org/jira/browse/MCOMPILER-384
Project: Maven Compiler Plugin
Issue Type: Improvement
Reporter: Russell Howe
There are a few places where we check for nullity prior to checking type with
instanceof.
These null checks are redundant as per the Java language specification
https://docs.oracle.com/javase/specs/jls/se11/html/jls-15.html#jls-15.20.2
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)