Paulo Lobo

Results 17 issues of Paulo Lobo

We do not have documentation on how qulice works. This kind of documentation would help developers to improve qulice. Some examples: - how does qulice integrates all check tools? -...

scope

I can't generate checkstyle, PMD or findbugs reports on qulice execution. Is there some way of doing this? I'm planning to load these reports on some CI tools and it...

scope

Since we advertise IntelliJ IDEA IDE, we should provide a plugin where we could show cohesion metrics in code view or project tree, something like jacoco intellij plugin.

`jpeek` should generate user-friendly reports in HTML format. This could be a continuation to https://github.com/yegor256/jpeek/issues/10 : if this is already implemented, `README.md` should be updated to document how generating HTML...

We should have an CI server which would run `jpeek` analysis. It would behave like most CI tools (travis, circleci, appveyor, etc) Proposed features: - github / gitlab webhook integration:...

Github introduced draft pull requestssome time ago: https://github.blog/2019-02-14-introducing-draft-pull-requests/. This allows to create PRs in a draft status, indicating that they are not ready for review yet. We need to provide...

scope
role/DEV

For #1526: - added `SmartPull.isDraft` method, which returns a pull request draft state - added test to the method

scope
role/REV

`RestResponse.assertBody` behavior is broken: it is checking all the Response string when it should only check the body part of string. This makes impossible for testing when we got an...

bug
scope

For #1264 : Test if rultor does not ask for merge confirmation by ARC on pull request made by ARC - Added test that checks if rultor does not ask...

scope

I'm having a hard time to find the class some `MethodInvocation` belongs to. For example, I have the following: ``` class ClassToCall { public void someMethod() { .... } }...