Matthew Janssen

Results 3 issues of Matthew Janssen

**Describe the bug** When using the [GHCreateRepositoryBuilder](https://github.com/hub4j/github-api/blob/main/src/main/java/org/kohsuke/github/GHCreateRepositoryBuilder.java) to create a repo and setting the [visibility](https://github.com/hub4j/github-api/blob/main/src/main/java/org/kohsuke/github/GHRepositoryBuilder.java#L161), the resulting API call fails with the following exception (see below). This happens when any...

bug

Apologies if this has been asked before and apologies for opening an issue for a tangential topic. Is there somewhere we can find documented release notes for some of the...

documentation

We've been getting some code flagged with the `FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY` detector that we believe to be a false positive. Here's an example of the code that causes the flag: ```java public...

needs investigation