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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 6
    • Affects Version/s: 6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: