[
https://issues.apache.org/jira/browse/ARIES-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605582#comment-14605582
]
Olivier NOUGUIER commented on ARIES-1321:
-----------------------------------------
I'd like to add an unit test to illustrate the issue. But I found this rather
complicated. Is there somebody here who could help me ?
> NPE when calling ServiceLoader.load with a variable
> ---------------------------------------------------
>
> Key: ARIES-1321
> URL: https://issues.apache.org/jira/browse/ARIES-1321
> Project: Aries
> Issue Type: Bug
> Components: SPI Fly
> Affects Versions: spifly-1.0.2
> Reporter: Olivier NOUGUIER
> Priority: Critical
> Attachments: ARIES-1321.diff
>
>
> 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.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)