Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttoyonaga committed Feb 24, 2025
1 parent 9ad216f commit 9fe8e5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private TypeInfo collectTypeInfo(boolean flushpoint) {

private void visitClass(TypeInfo typeInfo, Class<?> clazz) {
if (clazz != null && addClass(typeInfo, clazz)) {
visitClassLoader(typeInfo, clazz.getClassLoader());
visitPackage(typeInfo, clazz.getPackage(), clazz.getModule());
visitClass(typeInfo, clazz.getSuperclass());
}
Expand Down

0 comments on commit 9fe8e5d

Please sign in to comment.