-
### IDE version
IntelliJ IDEA 2023.3.2 (IU-233.13135.103)
### OS
Windows
### Java version
17.0.9
### Plugin version
2.1.4.232
### Error message
java.lang.NullPointerException
### Additional info…
-
Reproduction via docker:
```Dockerfile
FROM archlinux:base
RUN pacman -Syuu --noconfirm jre21-openjdk-headless wget tar
WORKDIR /root
RUN wget https://github.com/varabyte/kobweb-cli/releases/do…
-
-
| --- | --- |
| Bugzilla Link | [374522](https://bugs.eclipse.org/bugs/show_bug.cgi?id=374522) |
| Status | NEW |
| Importance | P5 normal |
| Reported | Mar 16, 2012 11:59 EDT |
| Modified | Dec…
-
Please advise on this issue
```python
Traceback (most recent call last):
File "ClassLoader.java", line 528, in java.lang.ClassLoader.loadClass
java.lang.java.lang.ClassNotFoundException:
T…
-
> Need to put UserManagerTest into AllUnitTests.java apart from that, looks good
AllUnitTests should probably be removed, gradle tasks `test` and `integrationTest` handle this.
_Or…
-
The JDK installed using Homebrew on macOS has an extra 'Homebrew ' string at the end of
the 'OpenJDK Runtime Environment' string, before the build number. This was not recognized,
and the buil…
-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
Licensed to Company
Runtime version: 21.0.4+13-b509.26 aarch64 (JCEF 122.1.9)
VM…
-
Hi raphw,
Since the `java.lang.Thread` is loaded before premain, it seems there is no way to intercept java.lang.Thread:start() via method delegation instead of asm visitor annotation (e.g. `@A…
-
### Current Behavior
In a certain setup (see reproducer) a compile error looks like this (no line information):
```
> Task :compileJava FAILED
cannot find symbol
symbol: class Str
location: cl…