Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5786

isValid() in WSIBPValidator should check method signature

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0
    • 2.7.12, 3.0.1
    • Tooling
    • None
    • Moderate

    Description

      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())

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            pfrandsen Peter Frandsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: