javacode gen remnants

2006-07-19 Thread Nadir Amra
I plan on removing stuff that is related to the generation of java code - I assume this was just an oversight in not being removed previously. For example, in TypeMap we have java keywords array. And in WrapperUtils we have getPackegeName4QualifiedNameetc. Simplify, simplify, simplify :-)

Re: javacode gen remnants

2006-07-19 Thread Adrian Dick
Hi, Nadir, I'm all for simplification ... but just one thought Is there anyway the getPackageName4QualifiedName methods could be used to exploit C++ namespaces, as I know others have asked for in the past. That said, I suspect there would be quite a lot of work elsewhere to properly

Re: javacode gen remnants

2006-07-19 Thread Nadir Amra
I think we can re-introduce if need be. I do not think the current use would benefit support for C++ namespaces and the method itself is very simple. Thanks. Nadir K. Amra Adrian Dick [EMAIL PROTECTED] wrote on 07/19/2006 10:51:52 AM: Hi, Nadir, I'm all for simplification ... but just