[jira] [Updated] (ARIES-1321) NPE when calling ServiceLoader.load with a variable

2018-01-12 Thread David Bosschaert (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARIES-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Bosschaert updated ARIES-1321:

Fix Version/s: spifly-1.0.12

> 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
>Assignee: David Bosschaert
>Priority: Critical
> Fix For: spifly-1.0.12
>
> Attachments: ARIES-1321.diff
>
>
> When ServiceLoader is called with a variable (aka not a constant):
> aMethod(Class 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.4.14#64029)


[jira] [Updated] (ARIES-1321) NPE when calling ServiceLoader.load with a variable

2018-01-12 Thread David Bosschaert (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARIES-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Bosschaert updated ARIES-1321:

Fix Version/s: (was: spifly-1.0.10)

> 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
>Assignee: David Bosschaert
>Priority: Critical
> Attachments: ARIES-1321.diff
>
>
> When ServiceLoader is called with a variable (aka not a constant):
> aMethod(Class 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.4.14#64029)


[jira] [Updated] (ARIES-1321) NPE when calling ServiceLoader.load with a variable

2015-05-12 Thread Olivier NOUGUIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARIES-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier NOUGUIER updated ARIES-1321:

Attachment: ARIES-1321.diff

Patch that visit the VarInstruction and forward it to methodVisitor.

 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(ClassT 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)


[jira] [Updated] (ARIES-1321) NPE when calling ServiceLoader.load with a variable

2015-05-12 Thread Olivier NOUGUIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARIES-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier NOUGUIER updated ARIES-1321:

Summary: NPE when calling ServiceLoader.load with a variable  (was: BPE 
when calling ServiceLoader.load with a variable)

 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

 When ServiceLoader is called with a variable (aka not a constant):
 aMethod(ClassT 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)