Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
licenses/ | 22-Nov-2023 | - | 230 | 193 | ||
src/org/mockito/ | 22-Nov-2023 | - | 39,220 | 23,010 | ||
README.TXT | D | 22-Nov-2023 | 472 | 9 | 6 |
README.TXT
1This mockito subproject repackages cglib + asm to avoid problems with conflicting versions. 2 3Unfortunately, jarjar was not able to repackage sources 4therefore I'm using this subproject to repackage cglib+asm. 5We should NEVER modify cglib/asm - sources are here only for the sake of repackaging. 6 7Source was obtained from https://github.com/mockito/mockito/tree/master/cglib-and-asm and cglib+asm 8has been included in the Mockito builds since 2008 in Mockito 1.5. 9