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

ExtractInheritance Gradle task annotations might be ignored #27

Closed
Marcono1234 opened this issue Oct 18, 2018 · 1 comment
Closed

ExtractInheritance Gradle task annotations might be ignored #27

Marcono1234 opened this issue Oct 18, 2018 · 1 comment

Comments

@Marcono1234
Copy link
Contributor

Marcono1234 commented Oct 18, 2018

According to the Gradle documentation of the annotations InputFile and OutputFile the annotations used for the ExtractInheritance task might be ignored:

This annotation should be attached to the getter method in Java or the property in Groovy. Annotations on setters or just the field in Java are ignored.

Therefore the annotations for the fields input and dest should probably be moved to the respective getters instead.

However, I am not that familiar with Gradle and since version 4.8.1 is used and the docs are for 4.10.2, I am not sure if this really applies. Therefore it would be good if someone with more experience could confirm and change it if necessary.

@LexManos
Copy link
Member

Yes, I noticed that while working on FG. Either it never worked, or changed since Abrar wrote the classes I was working off as a reference. This should be fixed.. eventually..

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

2 participants