akshattandon / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

@ExtensionMethod jdk 1.8 fails #747

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. attach file source code  eclipse maven  project
2. error message :  "The method isExtension(Path, String...) in the type 
PathExtension is not applicable for the arguments (Path, String, String, 
String) Test.java   /test/src/main/java/test    line 15 Java Problem"
3. pom.xml 11 line 
fail : "<jdk.version>1.8</jdk.version>" 
success : "<jdk.version>1.7</jdk.version>"
4. method signature
error: isExtension(Path, String)
error: isExtension(Path, long)
success : isExtension(Path)
success : isExtension(Path, Path)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows 7 64bit
Lombok v1.14.8 
Oracle jdk 1.8

Eclipse Java EE IDE for Web Developers.
Version: Luna Release (4.4.0)
Build id: 20140612-0600

Please provide any additional information below.

Original issue reported on code.google.com by firede...@gmail.com on 23 Oct 2014 at 1:09

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the great report. Will be fixed in the next release.

Original comment by r.spilker on 21 Jan 2015 at 1:12