8000 Fix missing varparam in super calls by WonderCsabo · Pull Request #1705 · androidannotations/androidannotations · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@WonderCsabo
Copy link
Member

Fixes #1702.

This commits fixes a regression introduced in 240c51e.
We use the dedicated JMethod#varParam() API to add the variable length
parameter, however we only added normal parameters to the super
call. Now we also add the dedicated varparam to the super call as well.
This fixes a regression introduced in 240c51e.
We use the dedicated JMethod#varParam() API to add the varparam to
the overriden method signature, however the `final` modifier was left
out. Now we add the `final` modifier to variable length parameters as
 well.
WonderCsabo added a commit that referenced this pull request Feb 25, 2016
@WonderCsabo WonderCsabo merged commit a4731af into androidannotations:develop Feb 25, 2016
@WonderCsabo WonderCsabo deleted the 1702_varParamMissing branch February 25, 2016 23:20
@WonderCsabo WonderCsabo added this to the 4.0 milestone Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0