Attempt to convert a Git commit hash to Long #7133
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: IntelliJ
IntelliJ plugin
type: bug
Description of the bug:
I'm getting this stack trace:
The problem lies in this line, which attempts to convert a Git commit hash to Long. First of all, it uses the wrong method. Second, a commit hash is 20 bytes long and won't fit into Java's Long type, which is 8 bytes.
Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This seems to happen during project sync.
Which Intellij IDE are you using? Please provide the specific version.
IntelliJ Idea 243.21565.193
What programming languages and tools are you using? Please provide specific versions.
Java
What Bazel plugin version are you using?
Custom version based on b0466bb
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: