Yeikel

Results 183 issues of Yeikel

> If Thread.sleep(...) is called when the current thread holds a lock, it could lead to performance and scalability issues, or even worse to deadlocks because the execution of the...

recipe

```java synchronized (this.mon1) { // threadB can't enter this block to request this.mon2 lock & release threadA synchronized (this.mon2) { this.mon2.wait(); // Noncompliant; threadA is stuck here holding lock on...

recipe

```java private static boolean isTypeAllowed(String type) { return Set.of("types").stream().filter(type::contains).collect(Collectors.toList()).isEmpty(); } private static boolean isTypeAllowed(String type) { return Set.of("types").stream().stream().filter(type::contains).count() == 0 } ``` ```java private static boolean isTypeAllowed(String type) { return...

recipe

Release notes: https://github.com/graphql-java/graphql-java/releases/tag/v22.0

I ran ` ./dependabot test -f tests/smoke-npm-group-multidir.yaml -o tests/smoke-npm-group-multidir.yaml` but that failed with various auth errors The following comment from the readme mentions that you do not accept contributions _You're...

### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/SECURITY.md) and...

good first issue
type/chore
impact/documentation
status/triage/completed