Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:java 1.6 / Maven 2.2
-
Number of attachments :
Description
Hi,
I wrote a simple interface :
public interface RonanTest
{ boolean doSomething(long [] p); // NOT OK ! }And with this interface Paranamer didn't found the parameter name of the method !
----------------------------
With this one, it's ok !
public interface RonanTest
{ boolean doSomething(long p); // OK ! }Did I miss something ?
Probably a bug as you say. Can you git-clone the source and add a test-case ?
https://github.com/paul-hammant/paranamer