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

Disconnecting Parameter from AnnotatedElement due compilation errors under JDK8 #373

Merged
merged 1 commit into from
Feb 17, 2014
Merged

Disconnecting Parameter from AnnotatedElement due compilation errors under JDK8 #373

merged 1 commit into from
Feb 17, 2014

Conversation

garcia-jj
Copy link
Member

With inheritance we need to override more methods if using JDK 8, but this methods don't exists in JDK 7. So with this change this class works fine on both environments.

@lucascs
Copy link
Member

lucascs commented Feb 17, 2014

Since you removed the interface, please check which of these methods are not being used anywhere and remove them.

@garcia-jj
Copy link
Member Author

Why remove? The methods can be useful. The proposal for this class is keep compatibilty with Parameter class of JDK 8.

@lucascs
Copy link
Member

lucascs commented Feb 17, 2014

Because nothing is using it => less code to maintain.

Besides, it's very easy to add these methods if needed.

@garcia-jj
Copy link
Member Author

All methods are used, as my Eclipse alerts me.

@lucascs
Copy link
Member

lucascs commented Feb 17, 2014

so 🚌

garcia-jj added a commit that referenced this pull request Feb 17, 2014
Disconnecting Parameter from AnnotatedElement due compilation errors under JDK8
@garcia-jj garcia-jj merged commit a908e43 into caelum:master Feb 17, 2014
@garcia-jj garcia-jj deleted the ot-parameter-jdk8 branch February 17, 2014 20:21
@Turini Turini added this to the 4.0.0-RCF milestone Mar 6, 2014
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

Successfully merging this pull request may close these issues.

3 participants