-
-
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
fields using <Generics> breaks @Data #157
Comments
👤 amanic 🕗 Dec 11, 2009 at 07:26 UTC > What steps will reproduce the problem? make the folloging class in eclipse (I think maven and others are also import java.io.Serializable; > 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. eclipse.buildId=M20090917-0800 2009/12/11 9:08:02 AM: Maven Builder: AUTO_BUILD requireFullBuild org.apache.maven.plugin.CompilationFailureException: Compilation failure at Warning java.lang.NullPointerException |
👤 reinierz 🕗 Dec 11, 2009 at 23:49 UTC This error doesn't look related to the generics. It looks more like maven is trying Can you explain exactly what kind of maven integration you have? So, maven plugin |
👤 amanic 🕗 Dec 14, 2009 at 06:01 UTC I attached a sample eclipse maven project that displays the problem. Maven Embedder 3.0.0.200911171109 m2eclipse-dev - http://m2eclipse.sonatype.org/update-dev/ on eclipse-jee-galileo-SR1-linux-gtk-x86_64 thanks for looking at this |
👤 amanic 🕗 Dec 14, 2009 at 06:01 UTC |
👤 nzipsi 🕗 Dec 19, 2009 at 09:42 UTC I'm seeing the same issue, but it only happens with Wildcard generics and 'extends' Thus, private Class< ? > clazz; works fine, but both private Class< ? extends Object> clazz; and will produce severe errors with Lombok. Remove either the '? extends' or 'extends |
👤 reinierz 🕗 Dec 21, 2009 at 13:33 UTC Heh, our tests only test the javac side for now. It's one of the reasons I do want to make lombok work with ecj, You can also grab the edge build: https://projectlombok.org/download-edge.html - which now incudes this fix. |
👤 amanic 🕗 Dec 21, 2009 at 14:21 UTC thanks! |
👤 shervin.asgari 🕗 May 31, 2010 at 12:07 UTC I have the same problem. Seems like the edge worked. When is 0.93 final coming out? |
👤 reinierz 🕗 Aug 18, 2010 at 18:51 UTC Re-opening due to bug report on 0.9.3 on the groups. http://groups.google.com/group/project-lombok/browse_thread/thread/4836ed7d424fa2c1﹟ |
👤 reinierz 🕗 Jun 06, 2011 at 19:36 UTC Haven't heard any new reports on this and we still can't reproduce it. Assumed fixed. |
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 84)
The text was updated successfully, but these errors were encountered: