You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/04/12 10:30:27 UTC

[jira] Resolved: (HARMONY-330) Harmony contains bad wording

     [ http://issues.apache.org/jira/browse/HARMONY-330?page=all ]
     
Stepan Mishura resolved HARMONY-330:
------------------------------------

    Resolution: Fixed

Thanks Vera,

Fixed in BEANS module at repo revision 393413.

Please check that this fully resolves your problem.


> Harmony contains bad wording
> ----------------------------
>
>          Key: HARMONY-330
>          URL: http://issues.apache.org/jira/browse/HARMONY-330
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vera Aristova
>     Assignee: Stepan Mishura
>     Priority: Minor

>
> Problem details:
> Harmony (revision: 392932) output for the java.beans.beancontext.BeanContextServicesSupport package contains bad wording: "DRL implementation".
> JUnit test to reproduce the problem:
> import junit.framework.TestCase;
> public class BeanContextServicesSupportTest extends TestCase {
> 	public void test_serviceRevokedLjava_beans_beancontext_BeanContextServiceRevokedEvent() {
> 	java.beans.beancontext.BeanContextServicesSupport obj = new java.beans.beancontext.BeanContextServicesSupport();
> 	boolean b = true;
> 	try {
> 		obj.serviceRevoked(null);
> 	} catch (java.lang.NullPointerException t) {
> 		t.printStackTrace();
> 	}
> 	assertTrue(b);
> 	}
> }
> Steps to Reproduce: 
> 1. Build Harmony (check-out on 2006-04-10) j2se subset as described in README.txt. 
> 2. Compile BeanContextServicesSupportTest.java using BEA 1.4 javac 
> > javac -classpath ".;./junit.jar" BeanContextServicesSupportTest.java 
> 3. Run java using compatible VM (J9) 
> > java -showversion BeanContextServicesSupportTest
> output: 
> java version 1.4.2 (subset)
> .DRL implementation
> Time: 0
> OK (1 test)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira