Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6179620

Infinite loop in java.beans.ReflectionUtils.getPrivateField(Object,Class,String)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • 6
    • client-libs
    • None
    • b14
    • generic
    • generic

      Bill Pugh writes:

      I wrote a new detector because of some bugs I was seeing by students in
      their second programming course.

      But even good programmers make dumb mistakes.

      More infinite loops in
      ...

        java.beans.ReflectionUtils.getPrivateField(Object,Class,String)

        public static Object getPrivateField(Object instance, Class cls,
      String name) {
               return getPrivateField(instance, cls, name);
           }
      ###@###.### 10/15/04 00:43 GMT

            kereminsunw Konstantin Eremin (Inactive)
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: