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

Trap during Scrollbar.class introspection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.0
    • client-libs
    • x86
    • windows_nt



      Name: gm110360 Date: 09/21/2001


      java version "1.4.0-beta2"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
      Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
      Operation System: Windows NT (4.0)


      Trap during Scrollbar.class introspection :

      "internal error while merging PDs"

      java.lang.Error: PropertyDescriptor: internal error while merging PDs
      at java.beans.PropertyDescriptor. (PropertyDescriptor.java:346)
      at
      java.beans.Introspector.processPropertyDescriptors(Introspector.java:587)
      at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:514)
      at java.beans.Introspector.getBeanInfo(Introspector.java:342)
      at java.beans.Introspector.getBeanInfo(Introspector.java:179)
      at java.beans.Introspector.getBeanInfo(Introspector.java:122)
      at i.main(i.java:76)

          public static void main(java.lang.String[] args)
             {
              try
                 {
                  Introspector.getBeanInfo(java.awt.Scrollbar.class);
                 }
              catch (java.lang.Throwable exc)
                 {
                  exc.printStackTrace();
                 }
      (Review ID: 132358)
      ======================================================================

            bchristi Brent Christian
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: