[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tapestry-dev
Subject:    [jira] Resolved: (TAPESTRY-1410) fail to test
From:       "Jesse Kuhnert (JIRA)" <dev () tapestry ! apache ! org>
Date:       2007-04-30 18:55:16
Message-ID: 31292254.1177959316330.JavaMail.jira () brutus
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/TAPESTRY-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

Jesse Kuhnert resolved TAPESTRY-1410.
-------------------------------------

    Resolution: Fixed

Ok, should be all set now. 

> fail to test GenericsMethodSignatureImpl class.
> -----------------------------------------------
> 
> Key: TAPESTRY-1410
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1410
> Project: Tapestry
> Issue Type: Bug
> Components: Core Components
> Affects Versions: 4.1.2
> Environment: jdk1.5
> Reporter: Jun Tsai
> Assigned To: Jesse Kuhnert
> Priority: Blocker
> Fix For: 4.1.2
> 
> 
> fail to test GenericsMethodSignatureImpl class.
> public class GenericsMethodSignatureImplTest {
> 	public static abstract class BaseTest<T>{
> 		
> 	}
> 	public static abstract class MyTest<T,E>extends BaseTest<T>   {
> 		public abstract E getRelativeObject();
> 		public abstract void setRelativeObject(E e);
> 		
> 	}
> 	
> 	@Test
> 	public void test_generic() {
> 		Class testClass=MyTest.class;
> 		Method[] methods = testClass.getMethods();
> 		for (Method method : methods) {
> 			MethodSignatureImpl msi = new GenericsMethodSignatureImpl(testClass,method);
> 			msi.hashCode();
> 		}
> 	}
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic