Re: cvs commit: jakarta-bcel/src/java/org/apache/bcel/generic ReferenceType.java

Enver Haase <[email protected]>
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
War wohl so... sorry, hatte noch keine Zeit, mir das anzusehen!

Danke!
Gruss,
Enver


[email protected] wrote:
> mdahm       2003/06/12 00:30:22
> 
>   Modified:    src/java/org/apache/bcel/generic ReferenceType.java
>   Log:
>   Bug fix: tc was same as sc
>   
>   Revision  Changes    Path
>   1.7       +2 -2      jakarta-bcel/src/java/org/apache/bcel/generic/ReferenceType.java
>   
>   Index: ReferenceType.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/generic/ReferenceType.java,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- ReferenceType.java	23 May 2003 07:55:17 -0000	1.6
>   +++ ReferenceType.java	12 Jun 2003 07:30:22 -0000	1.7
>   @@ -175,7 +175,7 @@
>    	/* TC and SC are the same primitive type (§2.4.1).
>    	 */
>    	Type sc = ((ArrayType) this).getElementType();
>   -	Type tc = ((ArrayType) this).getElementType();
>   +	Type tc = ((ArrayType) T).getElementType();
>    
>    	if (sc instanceof BasicType && tc instanceof BasicType && sc.equals(tc))
>    	  return true;
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.