Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] What is "Got chah"?

Hi, Mik, sorry I can't reproduce using a small test case. It only comes up
when I compile my 3000 class project. It happens when type casting an
object from a "get" call on "hashtable", something like the following:

TypeCode p =(TypeCode)history.get(new Integer(indirectionPos));

And here is the compiler line and output:
C:\eclipse\workspace\job>c:\aspectj1.1\bin\ajc @default.lst
C:\eclipse\workspace\job\com\ooc\OB\ValueReader.java:696 Got chah!
C:\eclipse\workspace\job\com\ooc\OB\ValueReader.java:722 Got chah!
C:\eclipse\workspace\job\com\ooc\PortableInterceptor\IORInfo_impl.java:80
Got chah!
C:\eclipse\workspace\job\com\ooc\PortableInterceptor\IORInfo_impl.java:158
Got chah!

Anyways, it is only a warning, nothing detrimental. Just wondering what it
means.

Charles 

On Tue, 15 Jul 2003, Mik Kersten wrote:

> I was hoping to be entertained by the offending code, but couldn't find the
> string "chah" anywhere in our sources.  Please verify that this is the exact
> string that you saw, and that the message did not come from a "declare
> warning".  If possible produce a minimal test case and submit it at:
> http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ
> 
> Cheers,
> 
> Mik
> 
> --
> http://kerstens.org/mik
>  
> > -----Original Message-----
> > From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-
> > admin@xxxxxxxxxxx] On Behalf Of Charles Zhang
> > Sent: Sunday, July 13, 2003 9:18 PM
> > To: aspectj-users@xxxxxxxxxxx
> > 
> > This comes out of aspectj compiler as a warning. What is it?
> > 
> > Charles
> > 
> > 
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 
> 



Back to the top