Christian Schwarz
Christian Schwarz
Is it possible to release type-tools under MIT-license too? The mockito project (MIT-license) wan't to use typetools to resolve typeparamters from lambda expressions. Actually it is not desired to depend...
It should be possible to run an inspection on all files of a selected project, modul or package. The results should be displayed like that one that is generated by...
## Overview For Frameworks and libraries it is quite common to provide interfaces and classes. But not all interfaces are intended to be implemented by clients, or classes may not...
It would be cool, to be able to Test Eclipse-PlugIns with pitclipse. Currently it doesn't work because pitest is unable to resolve the dependencies.
Provide a executable JAR instead of letting the users compile it by them self.
The current API accepts `int` constants in very many places. The constants belonging to a context are bundled in dedicated interfaces. Thats nice, but when you call a method like...
The generator, produces 4 methods like: ``` getById$Plain$Response():Observable getById$Plain():Observable getById$Json$Response():Observable getById$Json():Observable ``` but we only need one, that should have a signature like: `getById():Observable` Can this be configured somehow? see:...