[
https://issues.apache.org/jira/browse/CXF-5786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-5786.
------------------------------
Resolution: Fixed
Fix Version/s: 3.0.1
2.7.12
Assignee: Daniel Kulp
> isValid() in WSIBPValidator should check method signature
> ---------------------------------------------------------
>
> Key: CXF-5786
> URL: https://issues.apache.org/jira/browse/CXF-5786
> Project: CXF
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: 3.0.0
> Reporter: Peter Frandsen
> Assignee: Daniel Kulp
> Priority: Minor
> Fix For: 2.7.12, 3.0.1
>
>
> WSIBPValidator.isValid() does not check method signature before calling
> "check*" method through reflection.
> Also, the check m.getModifiers() == Member.PUBLIC is always false so should
> be removed. The call getClass().getMethods() only returns public members, and
> if it was needed the check for public should be
> Modifier.isPublic(m.getModifiers())
--
This message was sent by Atlassian JIRA
(v6.2#6252)