Activity for Jace

  • SB2912 SB2912 posted a comment on discussion Open Discussion

    AutoProxy is generating the C++ Proxy class multiple time for all the dependent class , ideally it should check , if the proxy class that it going to generate already present , then it should skip that generation ( atleast for the basic data types lke String, ArrayList,Map). This will save some time, if repetead generation is stopped for basic data type Detail :- Proxy generation for say File1.java**** 1>Beginning Proxy generation. 1>Proxy generation for java/lang/Object 1>Proxy generation for java/lang/String...

1