Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
spifly-1.0.2
-
None
Description
When ServiceLoader is called with a variable (aka not a constant):
aMethod(Class<T> type ){
ServiceLoader.load(type).
}
Then the weaver result in a NPE in TCCLMethodVisitor because lastLDCType is null.
Patch provided.
Attachments
Attachments
Issue Links
- links to