Changes between Version 177 and Version 178 of j2p
- Timestamp:
- 01/07/25 15:57:59 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v177 v178 77 77 When a method is overloaded, the translator adds {{{@dispatch}}} annotations in the translated code as required by plum. 78 78 79 {{{#!td style="background: #fee" 80 The Plum library is not recognised or handled properly by python mockito (a library needed to support unit testing in python). Therefore mocking overloaded methods does not work. Assuming the code will be tested as well, it is recommended to avoid overloading completely. Other library combinations were also tried but the present combination seems the least worse at this time. 81 }}} 79 82 80 83 {{{#!td style="background: #fee"