Yeikel

Results 183 issues of Yeikel

We use [Dependency Verification](https://docs.gradle.org/current/userguide/dependency_verification.html) and currently there is no documentation stating which keys are safe Could you please document this? For example,`1.81` [ was signed](https://repo1.maven.org/maven2/com/beust/jcommander/1.81/jcommander-1.81.jar.asc) using [dcba03381ef6c89096acd985ac5ec74981f9cda6](https://keyserver.ubuntu.com/pks/lookup?search=dcba03381ef6c89096acd985ac5ec74981f9cda6&fingerprint=on&op=index) But `1.82` [was...

```java /** * A method that does something. * * @param param1 A description of the parameter */ private void methodThatDoesSomething(final long param1, int param2) { } ``` I'd like...

recipe

I often see Javadocs like: ```java /** * @param a * @param b * @param b * @param c * @return * @throws c */ ``` Where the javadoc simply...

recipe

```java * See : https://docs.couchbase.com/server/current/manage/monitor/monitoring-n1ql-query.html#sys-completed-req ``` ```java * See : ... ```

recipe

We use [Dependency Verification](https://docs.gradle.org/current/userguide/dependency_verification.html) and currently there is no documentation stating which keys are safe Could you please document this? Here are some examples of other projects documenting what key...

This check is currently failing and it adds noise for new pull requests

Starting with 1.1.2, I am seeing the following error: `Execution default of goal org.jsonschema2pojo:jsonschema2pojo-maven-plugin:1.1.2:generate failed: Path not present: $%7BRFC_NUMBER%7D` Example: ```json "variables": { "${RFC_NUMBER}": "", } ``` In this case,...