CC007

Results 56 issues of CC007

**Is your feature request related to a problem? Please describe.** Consider the following method: ```java auto returnTuple() { return "foo", 42, 13.37, (LocalDateTime.now()); } ``` When you want to use...

enhancement

**Describe the bug** The webpage that is hosted at https://manifold.systems doesn't have a certificate for that same domain, but instead lists github.io and github.com (and their subdomains). **To Reproduce** Steps...

bug

**Is your feature request related to a problem? Please describe.** This feature is related to the ability to access/reassign field contents from inside a class, if the field is annotated...

enhancement

### Is your feature request related to a problem? Please describe For compiling java, it would be nice if you could add maven dependencies, so that you don't fully have...

new-libs
request
lang-java

## Why do you need this? My node only has a reachable IPv6 address, so I tried to use `k3sup` with the following command: ``` k3sup install --context --user --ip...

**Rancher Server Setup** - Rancher version: v2.7.0 - Installation option (Docker install/Helm Chart): Helm Chart - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): 1.24.8+k3s1 -...

kind/bug

### Expected behavior Being able to create a GameProfile object with either the id or the name and therefore the following code working: ```java meta.setOwningPlayer(Bukkit.getOfflinePlayer(NOTCH_UUID)); // meta is a SkullMeta...

type: bug
status: accepted

### Bug description Since some time last week, whenever I enable CookieMonster, anything in the browser becomes very unresponsive (refreshing, closing tabs, opening the settings hamburger, etc.). Sometimes it also...

Bug

**Describe the bug** I read that starting spring-cloud 2022.0.0, you can use native compilation. I'm using 2022.0.2 (spring-cloud-starter-openfeign:4.0.2), but when I use an OpenFeign client with native compilation, I get...

bug

If you use the one of your model classes, say User, then `User::all()` will return an `array`, in stead of `static[]`