eltonsandre / intellij-spring-boot-helper

Assist in Spring application development - Adds support for start initializr, autocomplete Spring Boot/Cloud configuration key/value, Spring reference configuration, Spring metadata documentation.(Support: Java, Kotlin, application.yml and bootstrap.properties)
Other
16 stars 3 forks source link

Plugin throws exception when intellij ide starts up #15

Closed myunghoonju closed 3 weeks ago

myunghoonju commented 3 weeks ago

Describe the bug IDE internal error popup shows.

To Reproduce

  1. run ide.
  2. popup shows an error.

Expected behavior error popup not showing

Screenshots Screenshot 2024-10-22 at 21 53 55


Version information IntelliJ IDEA 2024.2.3 (Ultimate Edition) Build #IU-242.23339.11, built on September 25, 2024 Runtime version: 21.0.4+13-b509.17 aarch64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit macOS 14.6.1 GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation Memory: 2048M Cores: 8 Metal Rendering is ON Registry: ide.experimental.ui=true i18n.locale= Non-Bundled Plugins: com.github.nizienko.SpaceInvaders (1.1.0) com.github.izhangzhihao.intellijgooglesearch (0.0.2) com.jetbrains.darkPurpleTheme (1.3) com.kagof.pokeprogress (2.1.1) dev.eltonsandre.intellij.spring.assistant.plugin (2023.1.3) uk.co.ben-gibson.remote.repository.mapper (4.5.2) Kotlin: 242.23339.11-IJ

Version Details ``` // past version details here ```

Exception

Stack trace ```java //Past Stack trace here com.intellij.diagnostic.PluginException: null [Plugin: dev.eltonsandre.intellij.spring.assistant.plugin] at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:502) 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) Caused by: java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:233) at dev.eltonsandre.spring.Bcct.sggt.MtDt.ooOO.Ò00000(ll I l ll l ```

Additional context Add any other context about the problem here.

eltonsandre commented 3 weeks ago

Hi @myunghoonju, Thanks for reporting, I'll look into it and work on fixing it.

eltonsandre commented 3 weeks ago

Hi @myunghoonju,

I hope the new version has fixed the issue. I look forward to your feedback. TNX!

myunghoonju commented 3 weeks ago

Hi it worked and the error's gone. Thank you.