-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Maven compiles different then Eclipse for staticConstructor #136
Comments
👤 nick.stolwijk 🕗 Oct 26, 2009 at 15:39 UTC What steps will reproduce the problem?
public class com.example.lombok.model.Car extends java.lang.Object{
public class com.example.lombok.model.Car extends java.lang.Object{ What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. |
👤 reinierz 🕗 Nov 01, 2009 at 23:45 UTC Hey, whoops. Yeah, that's a bug. It's been fixed in v0.9.0. which is about to be released. Fixed in 4eea52f |
👤 reinierz 🕗 Nov 02, 2009 at 00:12 UTC v0.9.0 has been rolled out! Go ahead and tell maven to update your dependencies to v0.9.0. |
End of migration |
projectlombok#88: Delegating to class with generics using @DeleGate annotation projectlombok#136: "Cannot infer arguments" with @requiredargsconstructor projectlombok#157: Intellij fails to infer type for constructor defined with @requiredargsconstructor projectlombok#176: Unchecked warning when using static constructor for @DaTa and @value on parameterized class
Migrated from Google Code (issue 63)
The text was updated successfully, but these errors were encountered: