Dmytro Kashyn
Dmytro Kashyn
`osgi` and `aspectj` annotations(?) are not recognized by `ijar` and logs are flooded with the noise
### Description of the bug: `ijar` produces extra logging that just floods the output without any real value. That message is originating from https://github.com/bazelbuild/bazel/blob/472b96d48a2030921e035d8894a5417bf14be852/third_party/ijar/classfile.cc#L1595 and it seems like different treatment...
### Description of the bug: ``` Error:Cannot run program....bazel" (in directory "/...."): error=7, Argument list too long Error:Querying blaze targets building project source files failed. ``` With: ``` Computing VCS...
### Description of the bug: Bazel `build` current state ``` [65,456 / 65,465] PackageZip ...rcejar.jar; 20129s remote ``` when there is no such issue observed this run takes less than...
Allow to defuse `-XepDisableAllChecks` by `-XepEnableAllChecks` if it is present in javacopts later.
We have a particular toolchain config that contains `-XepDisableAllChecks` to speed build up a little. We want to be able to enable checks for certain targets but providing extra javacopt...
### Description of the bug: Just try to enable analysis for some big project. The same issue as in https://github.com/bazelbuild/intellij/issues/6478 ### Which category does this issue belong to? Intellij ###...
### Description of the bug: ### Which category does this issue belong to? _No response_ ### What's the simplest, easiest way to reproduce this bug? Please provide a minimal example...
### Description of the bug: For this to be the case the origin branch is supposed to have changes that are not merged/rebased into the current branch. After having the...
### Description of the bug: There is a misalignment with Bazel plugin and IJ platform when `.ijwb` `baseDir` for the project denying git enablement automatically. There are no roots detected...
### Description of the bug: Stacktrace looks like just text and there is no way to click on it to get to particular class ### What's the simplest, easiest way...
Add an option to skip copying remote cache entries into the disk cache when using a combined cache
### Description of the feature request: Duplication of all of RemoteCache entries requires too much local disk space. While DiskCache is beneficial for local rebuilds, it would be great to...