-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
I've recently started using idb religiously in my Kotlin projects. Kotlin uses forced nullability and it respects Java (and co.) annotations for nullability and handles it appropriately to force them …
-
**Describe the bug**
When attempting to deserialise some JSON to objects, a segmentation fault occurs when running on iOS (via the `iosX64Test` target)
**To Reproduce**
See https://github.com…
-
### Description of the bug:
In [this change](https://github.com/bazelbuild/intellij/commit/e642f5ff2e227cfb9bc4c544b805926f1b5ae1b8), kotlin coroutine debugging feature was enabled by default in …
-
**Problem Description:**
While working on the project, I encountered version conflicts in the Kotlin Standard Library. Different parts of the project were referencing different versions of the Kotlin…
-
### Describe the bug
When opening GoLand with an existing project, I receive an IDE error popup and stack trace. This happens around 90% of the time when opening a project in a new window, and does n…
-
**Switch from RC to official release, reverify that 1.8 still works and get the branch ready to merge**
Perform the list of sanity checks on your work projects (it mostly consists of basic actions).
…
-
### Cody Version
v5.5.1-nightly
### IDE Information
IntelliJ IDEA 2023.3.3 (Community Edition)
Build #IC-233.14015.106, built on January 25, 2024
Runtime version: 17.0.9+7-b1087.11 aarch64
VM: O…
-
```Java
public class Parent {
private int value;
public int getValue() {
return value;
}
private void setValue(int value) {
this.value = value;
}
}
``…