microsoft / microsoft/azure-tools-for-java
[IntelliJ][ReportedByUser] Uncaught Exception java.io.UncheckedIOException: java.io.IOException: Overflow: storageId(=8601472881) >MAX_INT even after /4
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
IntelliJ build version: 2024.1.1 IU-241.15989.150
OS: Mac OS X
JDK: JetBrains s.r.o. 17.0.10
Plugin version: 3.88.0-2024.1
Additional Info: None
Parent component:
com.intellij.openapi.wm.impl.IdeRootPane[,0,0,1720x1415,invalid,layout=com.intellij.openapi.wm.impl.IdeRootPane$MyRootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=449,maximumSize=,minimumSize=,preferredSize=]
Error message:
IdeaLoggingEvent[message=null, throwable=java.io.UncheckedIOException: java.io.IOException: Overflow: storageId(=8601472881) >MAX_INT even after /4
at com.intellij.openapi.vfs.newvfs.persistent.FSRecordsImpl.lambda$static$0(FSRecordsImpl.java:148)
at com.microsoft.azure.toolkit.intellij.storage.code.java.ConnectionStringStorageClientAnnotator.annotate(ConnectionStringStorageClientAnnotator.java:56)
Caused by: java.io.IOException: Overflow: storageId(=8601472881) >MAX_INT even after /4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the stack trace in com.microsoft.azure.toolkit.intellij.storage.code.java.ConnectionStringStorageClientAnnotator.annotate and the referenced FSRecordsImpl.java location. Reproduce the IntelliJ plugin failure if possible and determine the handling needed for the reported storageId overflow; done means the uncaught exception no longer occurs for this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java
- Domain
- desktop, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100