We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b995a9 commit bab6678Copy full SHA for bab6678
test-app/build-tools/android-metadata-generator/src/src/com/telerik/metadata/bcl/ClassInfo.java
@@ -39,6 +39,10 @@ private void init() {
39
}
40
boolean found = false;
41
String fullClassName = this.getClassName(clazz.getClassNameIndex());
42
+ if (fullClassName == null) {
43
+ return;
44
+ }
45
+
46
for (Attribute a : clazz.getAttributes()) {
47
if (a instanceof InnerClasses) {
48
InnerClass[] i = ((InnerClasses) a).getInnerClasses();
0 commit comments