You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a bug, or maybe more an opportunity to add some error reporting so that it's easier to debug issues:
boolean isSpecialType(String identifier) in CtReferenceImpl calls identifier.isEmpty() and will throw an exception if identifier is null.
An example of when this happens is setSimpleName(null) - maybe that method could have some error checking?
Source code you are trying to analyze/transform
setSimpleName(null)
IknowIshouldn't pass a null - it wasn'tdeliberatebutthrowsaconfusingexception.
Source code for your Spoon processing
No response
Actual output
No response
Expected output
No response
Spoon Version
Latest
JVM Version
java version "17.0.7" 2023-04-18 LTS
What operating system are you using?
Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
Maybe a bug, or maybe more an opportunity to add some error reporting so that it's easier to debug issues:
boolean isSpecialType(String identifier) in CtReferenceImpl calls identifier.isEmpty() and will throw an exception if identifier is null.
An example of when this happens is setSimpleName(null) - maybe that method could have some error checking?
Source code you are trying to analyze/transform
Source code for your Spoon processing
No response
Actual output
No response
Expected output
No response
Spoon Version
Latest
JVM Version
java version "17.0.7" 2023-04-18 LTS
What operating system are you using?
Windows 11
The text was updated successfully, but these errors were encountered: