-
-
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
@Delegate generate a <T extends .java.lang.Object> who doen't compile #414
Comments
👤 william.delanoue 🕗 Feb 07, 2012 at 11:44 UTC What steps will reproduce the problem?
import javax.sql.DataSource; import lombok.Delegate; @ RequiredArgsConstructor }
public class DataSourceWrapper implements DataSource {
}
DataSourceWrapper.java:[55,19] illegal start of type What is the expected output? What do you see instead?
there is a ".java.lang.Object" who doesn't compile What version of the product are you using? On what operating system? 10.8, on linux ubuntu 11.10 64b Please provide any additional information below. Datasource is an extends of two interface : the "Wrapper" contains the method
who make lombok in troubles. |
👤 askoning 🕗 Feb 27, 2012 at 20:58 UTC We avoided this problem in most places already. Turns out one slipped through. |
End of migration |
* projectlombok#412: added failing test for @wither and @accessors(fluent=true) * projectlombok#412: fixing WitherProcessor and WitherFieldProcessor so that they do not take into account @accessors(fluent=true)
Migrated from Google Code (issue 341)
The text was updated successfully, but these errors were encountered: