Skip to content

Commit

Permalink
Merge pull request #151 from Olli-Lolli/fix-closure-cast-exception
Browse files Browse the repository at this point in the history
Fix cast exception on invalid class entries
  • Loading branch information
hakanai authored Apr 15, 2024
2 parents 439dda9 + affa69c commit c32d653
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 c32d653

Please sign in to comment.