Romain Rochegude
Romain Rochegude
Is it possible to get a unique class to manage extra injection for all the classes annotated with `@IntentBuilder`? In the same way that the `FragmentArgs` class of the [eponymous...
Currently, Java-NoOp generates methods with default data type values. On some case, it could be interesting to throw an exception to notify that it's a no-op object and it's not...
Is it possible to add a support to start Activity from a Fragment? According to the following [documentation](http://developer.android.com/reference/android/support/v4/app/Fragment.html#startActivity%28android.content.Intent%29). Actually, sometimes, it can be useful to start an Activity (and occasionally...
As suggested here: https://github.com/classgraph/classgraph/issues/427#issuecomment-625252698 Dissociate: - `BuildClassDiagramTask` a raw `CustomTask` implementation without `AbstractClass` - `PluggableBuildClassDiagramTask` to be wired be the plugin and execute by default by `buildClassDiagram` task - `StandaloneBuildClassDiagramTask`...
I'd like to programmatically (de)activate the debugging (and notification), for example by turning a switch "debug mode" in settings. As there is a method `Pluto.initialize(context)`, it could be a `Pluto.terminate(context)`...
Hi, I'm trying to setup qulice in a Maven project using submodules, with the following tree view: ``` my_project/ ├── common/ │ └── pom.xml ├── some_utils/ │ └── pom.xml ├──...
Hi, I fixed all the Findbugs and PMD related issues in my source code. But now, while running `mvn qulice:check`, I'm facing an issue. Here is my configuration in `pom.xml`:...