From: Flavio L. <fl...@gm...> - 2008-02-14 11:00:57
|
Dear Cristobal, I will give a shot a answering the first question. > I'm using GenPeer and I see that now it have some options. My question is: > There is any diference between use mangled names or not use it? When you use mangled names the name of the method in the peer encodes the types of the arguments. If you do not have overloaded methods in the class you are generating a peer for, then there is practically no difference. However, if you have two different overloadings (which satisfy certain characteristic), then you need to use overloading. Example: The class you want to generate a peer for has the following methods: void Add(String s); and void Add(Integer i); If you do not use mangled names they would be mapped to the same function is the peer, which would not work. This is because in the peer String and Integer would both be object references. I hope this is helpful. Let me know if you have any questions. Regards, -Flavio Lerda > > and Second, > > at my work i need all the information on JPF that can get, > > there is a way of access to information about Bytecode Factories? > > the browser brings me the following error: > > 1. Server: javapathfinder.sourceforge.net > 2. URL path: /Bytecode_Factories.html > 3. Error notes: File does not exist: > /home/groups/j/ja/javapathfinder/htdocs/Bytecode_Factories.html > 4. Error type: 404 > 5. Request method: GET > 6. Request query string: > 7. Time: 2008-02-14 02:48:41 PST (1202986121) > > > thanks in advance > > > > ________________________________ > Todo ruedas: información práctica y todo el glamour del mundo del motor. MSN > Estilo y Tendencias > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Javapathfinder-user mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javapathfinder-user > > -- Google Talk: fl...@gm... MSN Messenger: fl...@gm... Skype: flerda |