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

[classlib] [beans] java.beans.Introspector.getBeanInfo doesn't works well and throws NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0M8
    • 5.0M9
    • Classlib
    • None
    • Moderate

    Description

      Conduct the given a test case [1] below on RI and HARMONY.
      RI works well, while HARMONY will throw a NullPointerException [2].
      The exception is throw in StandardBeanInfo during the merging of properties from MockParent ang MockChild classes.

      [1] Test Case
      public class IntrospectorTest extends TestCase {
      public static class MockParent {
      public void setValue(int v)

      { // do nothing }
      public void setValue(int v, String s) { // do nothing }

      }
      public static class MockChild extends MockParent {
      public void setValue(int v)

      { // do nothing }

      }
      public void test_Introspector() throws Exception

      { BeanInfo beanInfo = Introspector.getBeanInfo(MockChild.class); }

      }
      [2] NPE Stack Trace:
      java.lang.NullPointerException
      at java.beans.StandardBeanInfo.mergeProps(StandardBeanInfo.java:295)
      at java.beans.StandardBeanInfo.mergeBeanInfo(StandardBeanInfo.java:209)
      at java.beans.Introspector.getBeanInfoImpl(Introspector.java:282)
      at java.beans.Introspector.getBeanInfoImplAndInit(Introspector.java:347)
      at java.beans.Introspector.getBeanInfo(Introspector.java:162)
      at IntrospectorTest.test_MockObject(IntrospectorTest.java:27)

      Attachments

        1. HARMONY-6038.diff
          4 kB
          Kevin Zhou

        Activity

          People

            Unassigned Unassigned
            zhoukevin Kevin Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 24h
                24h
                Remaining:
                Remaining Estimate - 24h
                24h
                Logged:
                Time Spent - Not Specified
                Not Specified