Skip to content

Commit

Permalink
Fix cast exception on invalid class entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Fuhr committed Mar 27, 2024
1 parent 439dda9 commit affa69c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class PackageUseScanner extends ClassVisitor {
} catch (Exception e) {
LOGGER.info("Failed to scan $path", e)
invalidEntries << ("${basePath}/${path}" as String)
return
}
}
} as Closure)
Expand Down

0 comments on commit affa69c

Please sign in to comment.