opwvhk / avro-schema-support

Extend IntelliJ, PyCharm and other JetBrains IDEs to more easily work with Avro schemata and protocols in both IDL and JSON format.
https://plugins.jetbrains.com/plugin/15728-avro-schema-support
MIT License
19 stars 2 forks source link

Crash Report: 233) #150

Closed avro-support-error-reporter[bot] closed 5 months ago

avro-support-error-reporter[bot] commented 5 months ago

Crash Report

What happened

(The user did not submit additional information)

Context information

Exception

java.lang.NullPointerException
    at java.base/java.util.Objects.requireNonNull(Objects.java:233)
    at opwvhk.intellij.avro_idl.actions.AvroIdlNotifications.showNotification(AvroIdlNotifications.java:22)
    at opwvhk.intellij.avro_idl.AvroIdlPluginUpdateStartupActivity.notifyUserOfUpdate(AvroIdlPluginUpdateStartupActivity.java:124)
    at opwvhk.intellij.avro_idl.AvroIdlPluginUpdateStartupActivity.runActivity(AvroIdlPluginUpdateStartupActivity.java:61)
    at com.intellij.ide.startup.impl.StartupManagerImpl.runOldActivity(StartupManagerImpl.kt:340)
    at com.intellij.ide.startup.impl.StartupManagerImpl.access$runOldActivity(StartupManagerImpl.kt:69)
    at com.intellij.ide.startup.impl.StartupManagerImpl$Companion$addActivityEpListener$1$extensionAdded$2.invokeSuspend(StartupManagerImpl.kt:90)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
opwvhk commented 5 months ago

This exception means that the notification group declared in plugin.xml was not found. This is a JetBrains bug.