Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-1670

[classlib][luni] invalid testcase in ClassTest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • Classlib
    • None

    Description

      The test_getDeclaredMethodLjava_lang_String$Ljava_lang_Class of modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ClassTest.java
      checks if IllegalAccessException is thrown during invokation of private method of inner class. This is bad due to:
      1) the check is invalid, see HARMONY-1309 for details;
      2) The ClassTest is not appropriate for testing reflection, and this is already covered in j.l.reflect.* tests.

      Attachments

        1. H-1670.patch
          0.9 kB
          Alexey Varlamov

        Activity

          People

            mloenko Mikhail Loenko
            varlax Alexey Varlamov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: