Javier A. Ortiz created SUREFIRE-2202: -----------------------------------------
Summary: NullPointerException if super class is an Interface Key: SUREFIRE-2202 URL: https://issues.apache.org/jira/browse/SUREFIRE-2202 Project: Maven Surefire Issue Type: Bug Components: TestNG support Affects Versions: 3.1.2 Reporter: Javier A. Ortiz Code is throwing a NPE when clazz.getSuperClass() returns null on the previous iteration. As per the JavaDocs: {code:java} If this {@code Class} represents either the {@code Object} class, an interface, a primitive type, or void, then null is returned.{code} Current code doesn't handle this case. -- This message was sent by Atlassian Jira (v8.20.10#820010)