Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1224

method.setPackagePrivate() not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 1.3.3.Final
    • None
    • Hide

      create a method "public void testme() {}"
      find the method "Method<JavaClass> method = javaClass.getMethod("testme");"
      set the modifier "method.setPackagePrivate()"

      Show
      create a method "public void testme() {}" find the method "Method<JavaClass> method = javaClass.getMethod("testme");" set the modifier "method.setPackagePrivate()"

      method.setPackagePrivate() is not working if the method is already set to public

            rhn-support-ggastald George Gastaldi
            mikes2221 Michael Schwartz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: