Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE-like exception for optional projectview import file entry #6752

Closed
dkashyn-sfdc opened this issue Sep 11, 2024 · 0 comments
Closed

NPE-like exception for optional projectview import file entry #6752

dkashyn-sfdc opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels

Comments

@dkashyn-sfdc
Copy link
Contributor

Description of the bug:

try_import is unable to properly process optional files during auto-import flow.

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.

  1. Create project view template with try_import: non-existent.projectview
  2. Auto-import that project

Which Intellij IDE are you using? Please provide the specific version.

Intellij

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

latest

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

2024-09-10 21:25:18,988 [   1913]   INFO - #c.j.r.u.UnattendedHostStarter - message: Cannot invoke "com.google.idea.blaze.common.Context.output(com.google.idea.blaze.common.Output)" because "context" is null, stacktrace
:java.lang.NullPointerException: Cannot invoke "com.google.idea.blaze.common.Context.output(com.google.idea.blaze.common.Output)" because "context" is null
	at com.google.idea.blaze.base.scope.output.IssueOutput$Builder.submit(IssueOutput.java:113)
	at com.google.idea.blaze.base.projectview.section.sections.ImportSection$ImportSectionParser.parseItem(ImportSection.java:71)
	at com.google.idea.blaze.base.projectview.section.sections.TryImportSection$TryImportSectionParser.parseItem(TryImportSection.java:30)
	at com.google.idea.blaze.base.projectview.section.sections.TryImportSection$TryImportSectionParser.parseItem(TryImportSection.java:20)
	at com.google.idea.blaze.base.projectview.section.ScalarSectionParser.parse(ScalarSectionParser.java:53)
	at com.google.idea.blaze.base.projectview.section.ScalarSectionParser.parse(ScalarSectionParser.java:23)
	at com.google.idea.blaze.base.projectview.parser.ProjectViewParser.parseProjectView(ProjectViewParser.java:86)
	at com.google.idea.blaze.base.projectview.parser.ProjectViewParser.parseProjectView(ProjectViewParser.java:66)
	at com.google.idea.blaze.base.project.AutoImportProjectOpenProcessor.fromFileProjectView(AutoImportProjectOpenProcessor.java:255)
	at com.google.idea.blaze.base.project.AutoImportProjectOpenProcessor.createProjectView(AutoImportProjectOpenProcessor.java:243)
	at com.google.idea.blaze.base.project.AutoImportProjectOpenProcessor.createProject(AutoImportProjectOpenProcessor.java:161)
	at com.google.idea.blaze.base.project.AutoImportProjectOpenProcessor.doOpenProject(AutoImportProjectOpenProcessor.java:116)
	at com.intellij.ide.impl.ProjectUtil$chooseProcessorAndOpenAsync$2.invokeSuspend(ProjectUtil.kt:319)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:44)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:229)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:211)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithImplicitRead(AnyThreadWriteThreadingSupport.kt:122)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1162)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:78)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:119)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:41)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:728)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:750)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:696)
	at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$16(IdeEventQueue.kt:590)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithoutImplicitRead(AnyThreadWriteThreadingSupport.kt:117)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:590)
	at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:73)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:357)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:356)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:356)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:351)
	at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke$lambda$0(IdeEventQueue.kt:1035)
	at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:910)
	at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)
	at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)
	at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035)
	at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035)
	at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1036)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
	at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1036)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$10(IdeEventQueue.kt:351)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:397)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
@dkashyn-sfdc dkashyn-sfdc added awaiting-maintainer Awaiting review from Bazel team on issues type: bug labels Sep 11, 2024
@satyanandak satyanandak added the product: IntelliJ IntelliJ plugin label Sep 11, 2024
@mai93 mai93 closed this as completed Sep 11, 2024
@mai93 mai93 removed the awaiting-maintainer Awaiting review from Bazel team on issues label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants