Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ExtensionMethod jdk 1.8 fails #782

Closed
lombokissues opened this issue Jul 14, 2015 · 4 comments
Closed

@ExtensionMethod jdk 1.8 fails #782

lombokissues opened this issue Jul 14, 2015 · 4 comments

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 747)

@lombokissues
Copy link
Author

👤 firedev21   🕗 Oct 23, 2014 at 01:09 UTC

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.

@lombokissues
Copy link
Author

👤 firedev21   🕗 Oct 23, 2014 at 01:09 UTC

🔗 test.zip

@lombokissues
Copy link
Author

👤 r.spilker   🕗 Jan 21, 2015 at 01:12 UTC

Thanks for the great report. Will be fixed in the next release.

@lombokissues
Copy link
Author

End of migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant