> > Hi Tim, > > I propose we just remove line 180. What do you think? > I agree with you. I have attached a patch for this including removing line > 180 and a test case. Thanks. > > > [classlib][beans] java.beans.EventSetDescriptor(String, Class<?> , > MethodDescriptor[], Method, Method) throws a NullPointerException while RI > doesn't > > > > ------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > Key: HARMONY-6206 > > URL: https://issues.apache.org/jira/browse/HARMONY-6206 > > Project: Harmony > > Issue Type: Bug > > Components: Classlib > > Affects Versions: 5.0M9 > > Reporter: Kevin Zhou > > Fix For: 5.0M10 > > > > Attachments: HARMONY-6206.diff > > > > Original Estimate: 48h > > Remaining Estimate: 48h > > > > Given a test case [1], it throws a java.lang.NullPointerException on > HARMONY but successfully creates a EventSetDescriptor object on RI. > > [1] Test Case: > > public void test_EventSetDescriptor_Constructor() throws Exception { > > EventSetDescriptor eventSetDescriptor = new > EventSetDescriptor((String) null, (Class<?>) null, new MethodDescriptor[] { > null, null }, (Method) null, (Method) null); > > } > > [2] > > java.lang.NullPointerException > > at java.beans.EventSetDescriptor.<init>(EventSetDescriptor.java:180) > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
