jlagerweij / cucumber-kotlin

Jetbrains plugin for Cucumber step definitions written in Kotlin
https://plugins.jetbrains.com/plugin/10527-cucumber-for-kotlin
Other
20 stars 16 forks source link

Unable to create new step definition file due to java.lang.NullPointerException #17

Closed dave00galloway closed 3 years ago

dave00galloway commented 4 years ago

after raising #16 I update IntelliJ to IntelliJ IDEA 2019.3.3 and cucumber for kotlin 1.1.2. This time I got inside the IDE, the kotlin for cucumber plugin is blamed. in the log file, the gherkin plugin is blamed. here's the trace from the IDE:- java.lang.NullPointerException at net.lagerwey.plugins.cucumber.kotlin.KotlinCucumberExtension.getStepDefinitionContainers(KotlinCucumberExtension.kt:40) at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.getStepDefinitionContainers(CucumberStepsIndex.java:185) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.getStepDefinitionContainers(CucumberCreateStepFixBase.java:113) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.applyFix(CucumberCreateStepFixBase.java:59) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.applyFix(CucumberCreateStepFixBase.java:39) at com.intellij.codeInspection.ex.QuickFixWrapper.invoke(QuickFixWrapper.java:73) at com.intellij.codeInsight.intention.impl.IntentionActionWithTextCaching$MyIntentionAction.invoke(IntentionActionWithTextCaching.java:181) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$invokeIntention$5(ShowIntentionActionsHandler.java:236) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.invokeIntention(ShowIntentionActionsHandler.java:240) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$null$3(ShowIntentionActionsHandler.java:213) at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:83) at com.intellij.openapi.application.TransactionGuardImpl.submitTransactionAndWait(TransactionGuardImpl.java:149) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$chooseActionAndInvoke$4(ShowIntentionActionsHandler.java:212) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:220) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:168) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:154) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseActionAndInvoke(ShowIntentionActionsHandler.java:211) at com.intellij.codeInsight.intention.impl.IntentionListStep.lambda$applyAction$0(IntentionListStep.java:107) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:193) at com.intellij.ui.popup.AbstractPopup.lambda$dispose$13(AbstractPopup.java:1434) at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:2418) at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.java:177) at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.java:129) at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:159) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.doWhenFocusSettlesDown(IdeFocusManagerImpl.java:36) at com.intellij.ui.popup.AbstractPopup.dispose(AbstractPopup.java:1430) at com.intellij.ui.popup.WizardPopup.dispose(WizardPopup.java:151) at com.intellij.ui.popup.list.ListPopupImpl.dispose(ListPopupImpl.java:326) at com.intellij.openapi.util.ObjectNode.lambda$execute$0(ObjectNode.java:104) at com.intellij.openapi.util.ObjectTree.executeActionWithRecursiveGuard(ObjectTree.java:183) at com.intellij.openapi.util.ObjectNode.execute(ObjectNode.java:71) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:133) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:123) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:119) at com.intellij.ui.popup.WizardPopup.disposeAllParents(WizardPopup.java:252) at com.intellij.ui.popup.list.ListPopupImpl.handleNextStep(ListPopupImpl.java:461) at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:415) at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:361) at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:526) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290) at java.awt.Component.processMouseEvent(Component.java:6550) at javax.swing.JComponent.processMouseEvent(JComponent.java:3325) at com.intellij.ui.popup.list.ListPopupImpl$MyList.processMouseEvent(ListPopupImpl.java:583) at java.awt.Component.processEvent(Component.java:6315) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4899) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:739) at java.awt.EventQueue$4.run(EventQueue.java:737) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:736) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:846) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:778) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) here's the full log : -

` 2020-03-03 14:48:24,579 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-03-03 14:48:24,592 [ 13] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/bash -l -i -c '/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/printenv.py' '/private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/intellij-shell-env.tmp' 2020-03-03 14:48:24,686 [ 107] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 05:33) 2020-03-03 14:48:24,686 [ 107] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.15.2, x86_64) 2020-03-03 14:48:24,686 [ 107] INFO - #com.intellij.idea.Main - JRE: 11.0.5+10-b520.38 (JetBrains s.r.o) 2020-03-03 14:48:24,686 [ 107] INFO - #com.intellij.idea.Main - JVM: 11.0.5+10-b520.38 (OpenJDK 64-Bit Server VM) 2020-03-03 14:48:24,687 [ 108] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:ErrorFile=/Users/dave/java_error_inidea%p.log -XX:HeapDumpPath=/Users/dave/java_error_in_idea.hprof -Dide.no.platform.update=true -Djb.vmOptionsFile=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app.vmoptions -Didea.paths.selector=IdeaIC2019.3 -Didea.executable=idea -Didea.platform.prefix=Idea -Didea.home.path=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents 2020-03-03 14:48:24,687 [ 108] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8 2020-03-03 14:48:25,015 [ 436] INFO - #com.intellij.idea.Main - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@19923054[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@70ff74cb 2020-03-03 14:48:25,061 [ 482] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (16 vars) 2020-03-03 14:48:25,115 [ 536] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_GB.UTF-8 2020-03-03 14:48:28,914 [ 4335] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 4328 ms 2020-03-03 14:49:16,231 [ 51652] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-rest-plugin.xml 2020-03-03 14:49:16,234 [ 51655] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-terminal-plugin.xml 2020-03-03 14:49:17,265 [ 52686] WARN - llij.ide.plugins.PluginManager - Plugin "Markdown support" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:17,266 [ 52687] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/markdown overrides /Users/dave/Library/Application Support/IdeaIC2019.3/markdown 2020-03-03 14:49:17,572 [ 52993] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml 2020-03-03 14:49:17,573 [ 52994] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml 2020-03-03 14:49:18,288 [ 53709] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml 2020-03-03 14:49:18,290 [ 53711] WARN - llij.ide.plugins.PluginManager - Plugin "Kotlin" is incompatible (until build 192.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:18,290 [ 53711] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/Kotlin overrides /Users/dave/Library/Application Support/IdeaIC2019.3/Kotlin 2020-03-03 14:49:18,343 [ 53764] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins: Plugin "BashSupport" is incompatible (target build range is 145.0 to 191.) Plugin "Docker integration" is incompatible (target build range is 191.7141 to 191.) Plugin "Python Community Edition" is incompatible (target build range is 191.7479 to 191.) Plugin "EduTools" is incompatible (target build range is 191.6707 to 191.) Plugin "Cucumber for Groovy" is incompatible (target build range is 191.5109 to 191.) Plugin "Cucumber for Java" is incompatible (target build range is 191.7479 to 191.) Plugin "Gherkin" is incompatible (target build range is 191.6707 to 191.*) Plugin ".ignore" is incompatible (target build range is 191 to 192) Plugin "Cucumber for Kotlin" requires disabled "Gherkin" 2020-03-03 14:49:18,414 [ 53835] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.5), Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Plugin DevKit (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), UI Designer (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35) 2020-03-03 14:49:18,414 [ 53835] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: CsvEditor (V0.1), EnvFile (3.2.0), JB SDK Bintray Downloader (2.2), Jenkinsfile IDEA plugin (1.0), PlantUML integration (2.22.0), Spock Framework Enhancements (0.11) 2020-03-03 14:49:18,414 [ 53835] INFO - llij.ide.plugins.PluginManager - Disabled plugins: .ignore (3.1.2.191), BashSupport (1.7.13.145), Cucumber for Groovy (191.5109.14), Cucumber for Java (191.7479.7), Cucumber for Kotlin (1.1.1), Docker integration (191.7141.44), EduTools (3.1-2019.1-3493), Gherkin (191.6707.7), Mercurial (193.6494.35), Python Community Edition (2019.1.191.7479.7), Subversion (193.6494.35) 2020-03-03 14:49:22,281 [ 57702] INFO - fs.newvfs.persistent.FSRecords - Marking VFS as corrupted: '/Users/dave/Library/Caches/IdeaIC2019.3/caches/names.dat' does not exist 2020-03-03 14:49:22,284 [ 57705] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705 2020-03-03 14:49:22,303 [ 57724] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes 2020-03-03 14:49:22,320 [ 57741] INFO - pi.util.registry.RegistryState - Registry values changed by user: debugger.watches.in.variables = false, ide.editor.tabs.open.at.the.end = true, tabs.alphabetical = true, terminal.buffer.max.lines.count = 100000 2020-03-03 14:49:22,339 [ 57760] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding... 2020-03-03 14:49:22,339 [ 57760] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history... 2020-03-03 14:49:22,340 [ 57761] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing 2020-03-03 14:49:22,358 [ 57779] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/fsnotifier 2020-03-03 14:49:22,405 [ 57826] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-03-03 14:49:22,424 [ 57845] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-03-03 14:49:22,432 [ 57853] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63343 2020-03-03 14:49:22,544 [ 57965] ERROR - r.PlatformComponentManagerImpl - getComponentAdapterOfType is used to get com.intellij.openapi.components.impl.ComponentManagerImpl (requestorClass=com.cholick.idea.spock.adapter.SpockPluginLoader, requestorConstructor=com.cholick.idea.spock.adapter.SpockPluginLoader(com.intellij.openapi.components.impl.ComponentManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: Spock Framework Enhancements] com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.openapi.components.impl.ComponentManagerImpl (requestorClass=com.cholick.idea.spock.adapter.SpockPluginLoader, requestorConstructor=com.cholick.idea.spock.adapter.SpockPluginLoader(com.intellij.openapi.components.impl.ComponentManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: Spock Framework Enhancements] at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111) at com.intellij.serviceContainer.ConstructorParameterResolver.resolveInstance(ConstructorParameterResolver.kt:59) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:45) at com.intellij.serviceContainer.PlatformComponentManagerImpl.instantiateClassWithConstructorInjection(PlatformComponentManagerImpl.kt:505) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:35) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:110) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:72) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:65) at com.intellij.serviceContainer.PlatformComponentManagerImpl.createComponents(PlatformComponentManagerImpl.kt:177) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$loadComponents$3(ApplicationImpl.java:346) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:163) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150) at com.intellij.openapi.application.impl.ApplicationImpl.loadComponents(ApplicationImpl.java:346) at com.intellij.idea.ApplicationLoader$startApp$6$loadComponentInEdtFuture$1.run(ApplicationLoader.kt:204) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:398) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) 2020-03-03 14:49:22,547 [ 57968] ERROR - r.PlatformComponentManagerImpl - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 14:49:22,547 [ 57968] ERROR - r.PlatformComponentManagerImpl - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 14:49:22,547 [ 57968] ERROR - r.PlatformComponentManagerImpl - OS: Mac OS X 2020-03-03 14:49:22,550 [ 57971] INFO - gs.impl.UpdateCheckerComponent - channel: release 2020-03-03 14:49:22,565 [ 57986] ERROR - r.PlatformComponentManagerImpl - Plugin to blame: Spock Framework Enhancements version: 0.11 2020-03-03 14:49:22,602 [ 58023] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-03-03 14:49:23,609 [ 59030] ERROR - llij.ide.plugins.PluginManager - com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Spock Framework Enhancements java.util.concurrent.CompletionException: com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Spock Framework Enhancements at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:398) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Spock Framework Enhancements at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:55) at com.intellij.serviceContainer.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.kt:247) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:50) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:110) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:72) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:65) at com.intellij.serviceContainer.PlatformComponentManagerImpl.createComponents(PlatformComponentManagerImpl.kt:177) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$loadComponents$3(ApplicationImpl.java:346) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:163) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150) at com.intellij.openapi.application.impl.ApplicationImpl.loadComponents(ApplicationImpl.java:346) at com.intellij.idea.ApplicationLoader$startApp$6$loadComponentInEdtFuture$1.run(ApplicationLoader.kt:204) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ... 14 more Caused by: com.intellij.diagnostic.PluginException: 'org.picocontainer.MutablePicoContainer com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer()' [Plugin: Spock Framework Enhancements] ... 30 more Caused by: java.lang.NoSuchMethodError: 'org.picocontainer.MutablePicoContainer com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer()' at com.cholick.idea.spock.adapter.SpockPluginLoader.initComponent(SpockPluginLoader.java:28) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:42) ... 27 more 2020-03-03 14:49:23,611 [ 59032] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 14:49:23,611 [ 59032] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 14:49:23,611 [ 59032] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X 2020-03-03 14:49:23,611 [ 59032] ERROR - llij.ide.plugins.PluginManager - Plugin to blame: Spock Framework Enhancements version: 0.11 2020-03-03 14:49:23,852 [ 59273] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:23,852 [ 59273] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:24,086 [ 59507] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:KNM,CLASS,Kotlin,HTML,XML,Groovy,KJSM,Properties,DGM,Markdown,JAVA,kotlin_builtins 2020-03-03 14:49:24,527 [ 59948] INFO - il.indexing.FileBasedIndexImpl - Indices to be built:FrameworkDetectionIndex,TodoIndex,IdIndex,FilenameIndex,filetypes,Stubs,Trigram.Index,fileIncludes,DomFileIndex,RelaxSymbolIndex,XmlTagNames,XmlNamespaces,html5.custom.attributes.index,SchemaTypeInheritance,json.file.root.values,ImageFileInfoIndex,bytecodeAnalysis,java.auto.module.name,java.source.module.name,java.null.method.argument,java.simple.property,java.fun.expression,java.binary.plus.expression,RefQueueIndex,xmlProperties,ant-imports,XsltSymbolIndex,GroovyDslFileIndex,groovy.trait.fields,groovy.trait.methods,FormClassIndex,IdeaPluginRegistrationIndex,PluginIdModuleIndex,PluginIdDependenciesIndex,devkit.ExtensionPointIndex,yaml.keys.name,org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex,org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex,org.jetbrains.kotlin.ide.konan.index.KotlinNativeMetaFileIndex,DataBindingXmlIndex,editorconfig.index.name,JavaFxControllerClassIndex,javafx.id.name,javafx.custom.component 2020-03-03 14:49:24,531 [ 59952] INFO - pl$FileIndexDataInitialization - Initialization done: 2156 2020-03-03 14:49:24,894 [ 60315] INFO - tellij.psi.stubs.StubIndexImpl - Following stub indices will be built:dom.namespaceKey,dom.elementClass,java.annotations,java.class.extlist,java.field.name,java.method.name,jvm.static.member.name,jvm.static.member.type,java.anonymous.baseref,java.method.parameter.types,java.class.shortname,java.class.fqn,java.module.name,properties.index,gr.class.fqn,gr.script.fqn,gr.field.name,gr.method.name,gr.annot.method.name,gr.annot.members,gr.script.class,gr.class.super,gr.anonymous.class,org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex,org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex,org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex,markdown.header 2020-03-03 14:49:24,895 [ 60316] INFO - exImpl$StubIndexInitialization - Initialization done: 363 2020-03-03 14:49:27,026 [ 62447] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 2020-03-03 14:49:27,302 [ 62723] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 2020-03-03 14:49:27,302 [ 62723] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 2020-03-03 14:49:27,310 [ 62731] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 2020-03-03 14:49:27,310 [ 62731] INFO - newvfs.persistent.PersistentFS - VFS dispose started 2020-03-03 14:49:27,317 [ 62738] INFO - newvfs.persistent.PersistentFS - VFS dispose completed 2020-03-03 14:49:27,320 [ 62741] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 2020-03-03 14:49:27,322 [ 62743] INFO - org.jetbrains.io.BuiltInServer - web server stopped 2020-03-03 14:49:36,728 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-03-03 14:49:36,767 [ 39] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/bash -l -i -c '/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/printenv.py' '/private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/intellij-shell-env.tmp' 2020-03-03 14:49:36,846 [ 118] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 05:33) 2020-03-03 14:49:36,846 [ 118] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.15.2, x86_64) 2020-03-03 14:49:36,846 [ 118] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-b1491 (JetBrains s.r.o) 2020-03-03 14:49:36,846 [ 118] INFO - #com.intellij.idea.Main - JVM: 25.202-b1491 (OpenJDK 64-Bit Server VM) 2020-03-03 14:49:36,857 [ 129] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:ErrorFile=/Users/dave/java_error_inidea%p.log -XX:HeapDumpPath=/Users/dave/java_error_in_idea.hprof -Dide.no.platform.update=true -Djb.vmOptionsFile=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app.vmoptions -Didea.paths.selector=IdeaIC2019.3 -Didea.executable=idea -Didea.platform.prefix=Idea -Didea.home.path=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents 2020-03-03 14:49:36,858 [ 130] INFO - #com.intellij.idea.Main - ext: /Users/dave/Library/Preferences/IdeaIC2019.1/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar] 2020-03-03 14:49:36,858 [ 130] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar] 2020-03-03 14:49:36,858 [ 130] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8 2020-03-03 14:49:37,095 [ 367] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@75972ecb[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3dc1de87 2020-03-03 14:49:37,192 [ 464] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (16 vars) 2020-03-03 14:49:37,235 [ 507] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_GB.UTF-8 2020-03-03 14:49:37,348 [ 620] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 583 ms 2020-03-03 14:49:37,565 [ 837] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-rest-plugin.xml 2020-03-03 14:49:37,567 [ 839] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-terminal-plugin.xml 2020-03-03 14:49:37,701 [ 973] WARN - llij.ide.plugins.PluginManager - Plugin "Markdown support" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:37,704 [ 976] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/markdown overrides /Users/dave/Library/Application Support/IdeaIC2019.3/markdown 2020-03-03 14:49:37,707 [ 979] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml 2020-03-03 14:49:37,708 [ 980] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml 2020-03-03 14:49:37,767 [ 1039] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml 2020-03-03 14:49:37,769 [ 1041] WARN - llij.ide.plugins.PluginManager - Plugin "Kotlin" is incompatible (until build 192.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:37,769 [ 1041] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/Kotlin overrides /Users/dave/Library/Application Support/IdeaIC2019.3/Kotlin 2020-03-03 14:49:37,827 [ 1099] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins: Plugin "BashSupport" is incompatible (target build range is 145.0 to 191.) Plugin "Docker integration" is incompatible (target build range is 191.7141 to 191.) Plugin "Python Community Edition" is incompatible (target build range is 191.7479 to 191.) Plugin "EduTools" is incompatible (target build range is 191.6707 to 191.) Plugin "Cucumber for Groovy" is incompatible (target build range is 191.5109 to 191.) Plugin "Cucumber for Java" is incompatible (target build range is 191.7479 to 191.) Plugin "Gherkin" is incompatible (target build range is 191.6707 to 191.*) Plugin ".ignore" is incompatible (target build range is 191 to 192) Plugin "Cucumber for Kotlin" requires disabled "Gherkin" 2020-03-03 14:49:37,860 [ 1132] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.5), Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Plugin DevKit (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), UI Designer (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35) 2020-03-03 14:49:37,860 [ 1132] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: CsvEditor (V0.1), EnvFile (3.2.0), JB SDK Bintray Downloader (2.2), Jenkinsfile IDEA plugin (1.0), PlantUML integration (2.22.0) 2020-03-03 14:49:37,860 [ 1132] INFO - llij.ide.plugins.PluginManager - Disabled plugins: .ignore (3.1.2.191), BashSupport (1.7.13.145), Cucumber for Groovy (191.5109.14), Cucumber for Java (191.7479.7), Cucumber for Kotlin (1.1.1), Docker integration (191.7141.44), EduTools (3.1-2019.1-3493), Gherkin (191.6707.7), Mercurial (193.6494.35), Python Community Edition (2019.1.191.7479.7), Spock Framework Enhancements (0.11), Subversion (193.6494.35) 2020-03-03 14:49:38,765 [ 2037] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705 2020-03-03 14:49:38,780 [ 2052] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-03-03 14:49:38,788 [ 2060] INFO - pi.util.registry.RegistryState - Registry values changed by user: debugger.watches.in.variables = false, ide.editor.tabs.open.at.the.end = true, tabs.alphabetical = true, terminal.buffer.max.lines.count = 100000 2020-03-03 14:49:38,799 [ 2071] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing 2020-03-03 14:49:38,870 [ 2142] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-03-03 14:49:38,926 [ 2198] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-03-03 14:49:38,928 [ 2200] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/fsnotifier 2020-03-03 14:49:38,956 [ 2228] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63343 2020-03-03 14:49:38,966 [ 2238] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-03-03 14:49:39,006 [ 2278] INFO - gs.impl.UpdateCheckerComponent - channel: release 2020-03-03 14:49:39,457 [ 2729] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:49:39,616 [ 2888] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:39,617 [ 2889] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:49:40,341 [ 3613] INFO - pl$FileIndexDataInitialization - Initialization done: 1513 2020-03-03 14:49:40,724 [ 3996] INFO - exImpl$StubIndexInitialization - Initialization done: 382 2020-03-03 14:49:40,758 [ 4030] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading 2020-03-03 14:50:24,942 [ 48214] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 2020-03-03 14:50:25,653 [ 48925] INFO - plication.impl.ApplicationImpl - LONG VFS PROCESSING. Topic=NewVirtualFileSystem changes, offender=class com.intellij.openapi.vfs.newvfs.AsyncEventSupport$1, message=after, time=54ms 2020-03-03 14:50:26,216 [ 49488] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 2020-03-03 14:50:26,959 [ 50231] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [] 2020-03-03 14:50:27,268 [ 50540] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 296ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish 2020-03-03 14:50:28,066 [ 51338] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider 2020-03-03 14:50:28,291 [ 51563] INFO - tartup.impl.StartupManagerImpl - /Users/dave/git/rs-test/.idea case-sensitivity: expected=false actual=false 2020-03-03 14:50:28,355 [ 51627] INFO - #git4idea.commands.GitHandler - [.] git version 2020-03-03 14:50:28,363 [ 51635] INFO - pl.projectlevelman.NewMappings - Mapped Roots: 1 2020-03-03 14:50:28,374 [ 51646] INFO - #git4idea.commands.GitHandler - git version 2.8.1 2020-03-03 14:50:28,382 [ 51654] INFO - ea.config.GitExecutableManager - Git version for /usr/local/bin/git : 2.8.1 2020-03-03 14:50:30,212 [ 53484] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled 2020-03-03 14:50:30,213 [ 53485] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-03-03 14:50:30,306 [ 53578] INFO - tor.impl.FileEditorManagerImpl - Project opening took 6147 ms 2020-03-03 14:50:31,322 [ 54594] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1089ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:50:33,413 [ 56685] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:50:33,704 [ 56976] INFO - gnostic.MemorySizeConfigurator - Physical memory 16384M, minimum memory size 128M, -Xmx adjusted from 750M to 2048M 2020-03-03 14:50:33,742 [ 57014] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 10 millis (read time: 2) 2020-03-03 14:50:35,882 [ 59154] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4558ms; general responsiveness: ok; EDT responsiveness: 1/4 sluggish 2020-03-03 14:50:35,897 [ 59169] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 55734 files to update 2020-03-03 14:51:04,888 [ 88160] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 28991ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:51:04,949 [ 88221] INFO - CompilerWorkspaceConfiguration - Available processors: 8 2020-03-03 14:51:10,862 [ 94134] INFO - ta.index.VcsLogPersistentIndex - Indexing full repository in rs-test 2020-03-03 14:51:11,785 [ 95057] INFO - ta.index.VcsLogPersistentIndex - 924ms for indexing 219 commits in rs-test 2020-03-03 14:51:34,061 [ 117333] INFO - Types.impl.FileTypeManagerImpl - 631 auto-detected files. Detection took 1082 ms 2020-03-03 14:51:34,487 [ 117759] INFO - org.jetbrains.io.BuiltInServer - web server stopped 2020-03-03 14:51:34,488 [ 117760] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 2020-03-03 14:51:34,489 [ 117761] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 2020-03-03 14:51:34,490 [ 117762] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0 2020-03-03 14:51:34,490 [ 117762] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 2020-03-03 14:51:34,641 [ 117913] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 2020-03-03 14:51:34,641 [ 117913] INFO - newvfs.persistent.PersistentFS - VFS dispose started 2020-03-03 14:51:34,754 [ 118026] INFO - newvfs.persistent.PersistentFS - VFS dispose completed 2020-03-03 14:51:34,757 [ 118029] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 2020-03-03 14:51:34,759 [ 118031] INFO - org.jetbrains.io.BuiltInServer - web server stopped 2020-03-03 14:51:47,969 [ 1] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-03-03 14:51:47,978 [ 10] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/bash -l -i -c '/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/printenv.py' '/private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/intellij-shell-env.tmp' 2020-03-03 14:51:48,042 [ 74] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 05:33) 2020-03-03 14:51:48,042 [ 74] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.15.2, x86_64) 2020-03-03 14:51:48,042 [ 74] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-b1491 (JetBrains s.r.o) 2020-03-03 14:51:48,042 [ 74] INFO - #com.intellij.idea.Main - JVM: 25.202-b1491 (OpenJDK 64-Bit Server VM) 2020-03-03 14:51:48,048 [ 80] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:ErrorFile=/Users/dave/java_error_inidea%p.log -XX:HeapDumpPath=/Users/dave/java_error_in_idea.hprof -Dide.no.platform.update=true -Djb.vmOptionsFile=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app.vmoptions -Didea.paths.selector=IdeaIC2019.3 -Didea.executable=idea -Didea.platform.prefix=Idea -Didea.home.path=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents 2020-03-03 14:51:48,049 [ 81] INFO - #com.intellij.idea.Main - ext: /Users/dave/Library/Preferences/IdeaIC2019.1/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar] 2020-03-03 14:51:48,049 [ 81] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar] 2020-03-03 14:51:48,050 [ 82] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8 2020-03-03 14:51:48,324 [ 356] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@10d71fe0[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@472ba954 2020-03-03 14:51:48,407 [ 439] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (16 vars) 2020-03-03 14:51:48,431 [ 463] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_GB.UTF-8 2020-03-03 14:51:48,809 [ 841] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 833 ms 2020-03-03 14:51:49,025 [ 1057] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-rest-plugin.xml 2020-03-03 14:51:49,026 [ 1058] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-terminal-plugin.xml 2020-03-03 14:51:49,260 [ 1292] WARN - llij.ide.plugins.PluginManager - Plugin "Markdown support" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:51:49,263 [ 1295] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/markdown overrides /Users/dave/Library/Application Support/IdeaIC2019.3/markdown 2020-03-03 14:51:49,268 [ 1300] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml 2020-03-03 14:51:49,269 [ 1301] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml 2020-03-03 14:51:49,335 [ 1367] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml 2020-03-03 14:51:49,336 [ 1368] WARN - llij.ide.plugins.PluginManager - Plugin "Kotlin" is incompatible (until build 192.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:51:49,337 [ 1369] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/Kotlin overrides /Users/dave/Library/Application Support/IdeaIC2019.3/Kotlin 2020-03-03 14:51:49,390 [ 1422] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins: Plugin "BashSupport" is incompatible (target build range is 145.0 to 191.) Plugin "Docker integration" is incompatible (target build range is 191.7141 to 191.) Plugin "Python Community Edition" is incompatible (target build range is 191.7479 to 191.) Plugin "EduTools" is incompatible (target build range is 191.6707 to 191.) Plugin "Cucumber for Groovy" is incompatible (target build range is 191.5109 to 191.) Plugin "Cucumber for Java" is incompatible (target build range is 191.7479 to 191.) Plugin "Gherkin" is incompatible (target build range is 191.6707 to 191.*) Plugin ".ignore" is incompatible (target build range is 191 to 192) Plugin "Cucumber for Kotlin" requires disabled "Gherkin" 2020-03-03 14:51:49,419 [ 1451] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.5), Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Plugin DevKit (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), UI Designer (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35) 2020-03-03 14:51:49,419 [ 1451] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: CsvEditor (V0.1), EnvFile (3.2.0), JB SDK Bintray Downloader (2.2), Jenkinsfile IDEA plugin (1.0), PlantUML integration (2.22.0) 2020-03-03 14:51:49,419 [ 1451] INFO - llij.ide.plugins.PluginManager - Disabled plugins: .ignore (3.1.2.191), BashSupport (1.7.13.145), Cucumber for Groovy (191.5109.14), Cucumber for Java (191.7479.7), Cucumber for Kotlin (1.1.1), Docker integration (191.7141.44), EduTools (3.1-2019.1-3493), Gherkin (191.6707.7), Mercurial (193.6494.35), Python Community Edition (2019.1.191.7479.7), Spock Framework Enhancements (0.11), Subversion (193.6494.35) 2020-03-03 14:51:50,438 [ 2470] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1961 2020-03-03 14:51:50,455 [ 2487] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-03-03 14:51:50,479 [ 2511] INFO - pi.util.registry.RegistryState - Registry values changed by user: debugger.watches.in.variables = false, ide.editor.tabs.open.at.the.end = true, tabs.alphabetical = true, terminal.buffer.max.lines.count = 100000 2020-03-03 14:51:50,491 [ 2523] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing 2020-03-03 14:51:50,549 [ 2581] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-03-03 14:51:50,565 [ 2597] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-03-03 14:51:50,620 [ 2652] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/fsnotifier 2020-03-03 14:51:50,622 [ 2654] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63343 2020-03-03 14:51:50,659 [ 2691] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-03-03 14:51:50,681 [ 2713] INFO - gs.impl.UpdateCheckerComponent - channel: release 2020-03-03 14:51:51,715 [ 3747] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading 2020-03-03 14:51:52,339 [ 4371] INFO - pl$FileIndexDataInitialization - Initialization done: 1814 2020-03-03 14:51:52,587 [ 4619] INFO - exImpl$StubIndexInitialization - Initialization done: 247 2020-03-03 14:52:27,588 [ 39620] INFO - lij.impl.ConversionServiceImpl - conversion will be performed because at least /.idea/gradle.xml is changed (oldLastModified=-1, newLastModified=1583246246000 2020-03-03 14:52:28,054 [ 40086] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/dave/git/rs-test] 2020-03-03 14:52:28,451 [ 40483] INFO - CompilerWorkspaceConfiguration - Available processors: 8 2020-03-03 14:52:29,202 [ 41234] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 2020-03-03 14:52:30,559 [ 42591] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 708ms; general responsiveness: ok; EDT responsiveness: 0/1 sluggish, 1/1 very slow 2020-03-03 14:52:31,119 [ 43151] INFO - tartup.impl.StartupManagerImpl - /.idea case-sensitivity: expected=false actual=false 2020-03-03 14:52:31,162 [ 43194] INFO - #git4idea.commands.GitHandler - [.] git version 2020-03-03 14:52:31,183 [ 43215] INFO - #git4idea.commands.GitHandler - git version 2.8.1 2020-03-03 14:52:31,188 [ 43220] INFO - ea.config.GitExecutableManager - Git version for /usr/local/bin/git : 2.8.1 2020-03-03 14:52:31,316 [ 43348] INFO - tor.impl.FileEditorManagerImpl - Project opening took 3684 ms 2020-03-03 14:52:31,770 [ 43802] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 496ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:52:32,975 [ 45007] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1202ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:52:32,977 [ 45009] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 2 files to update 2020-03-03 14:52:33,252 [ 45284] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 275ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:52:36,788 [ 48820] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:52:37,079 [ 49111] INFO - rationStore.ComponentStoreImpl - Saving appRecentProjectsManager took 40 ms 2020-03-03 14:52:37,278 [ 49310] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 13 ms 2020-03-03 14:52:37,322 [ 49354] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 6 millis (read time: 2) 2020-03-03 14:52:37,324 [ 49356] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 197 to update, calculated in 235ms 2020-03-03 14:52:38,036 [ 50068] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 712ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:52:38,043 [ 50075] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 5ms 2020-03-03 14:52:38,872 [ 50904] INFO - ta.index.VcsLogPersistentIndex - Indexing full repository in rs-test 2020-03-03 14:52:39,199 [ 51231] INFO - ta.index.VcsLogPersistentIndex - 327ms for indexing 219 commits in rs-test 2020-03-03 14:52:42,515 [ 54547] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:52:42,517 [ 54549] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:52:43,370 [ 55402] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init.gradle 2020-03-03 14:52:51,915 [ 63947] INFO - ration.services.NativeServices - Initialized native services in: /Users/dave/.gradle/native 2020-03-03 14:52:51,922 [ 63954] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init.gradle -Didea.sync.active=true -Didea.resolveSourceSetDependencies=true -Djava.awt.headless=true -Pandroid.injected.build.model.only=true -Pandroid.injected.build.model.only.advanced=true -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.build.model.only.versioned=3 -Pandroid.injected.build.model.disable.src.download=false --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/ijinit.gradle 2020-03-03 14:52:53,496 [ 65528] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 11 ms 2020-03-03 14:53:00,457 [ 72489] INFO - System.util.ExternalSystemUtil - External project [] resolution task executed in 18134 ms. 2020-03-03 14:53:00,856 [ 72888] INFO - ge.ExternalProjectsDataStorage - Save external projects data in 73 ms 2020-03-03 14:53:01,993 [ 74025] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-03-03 14:53:02,075 [ 74107] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 8ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:53:02,433 [ 74465] INFO - g.jetbrains.kotlin.idea.script - [kts] loading script definitions [] using cp:
2020-03-03 14:53:03,447 [ 75479] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1372ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:53:03,455 [ 75487] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 16644 files to update 2020-03-03 14:53:14,719 [ 86751] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 11264ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:53:29,760 [ 101792] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 2020-03-03 14:53:30,452 [ 102484] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:53:30,543 [ 102575] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,544 [ 102576] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,818 [ 102850] WARN - llij.ide.plugins.PluginManager - Plugin "BashSupport" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,820 [ 102852] WARN - llij.ide.plugins.PluginManager - Plugin "Docker integration" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,820 [ 102852] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,821 [ 102853] WARN - llij.ide.plugins.PluginManager - Plugin "EduTools" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,822 [ 102854] WARN - llij.ide.plugins.PluginManager - Plugin "Gherkin" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,823 [ 102855] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:30,920 [ 102952] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:30,981 [ 103013] WARN - llij.ide.plugins.PluginManager - Plugin "BashSupport" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,984 [ 103016] WARN - llij.ide.plugins.PluginManager - Plugin "Cucumber for Groovy" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,988 [ 103020] WARN - llij.ide.plugins.PluginManager - Plugin "Cucumber for Java" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,994 [ 103026] WARN - llij.ide.plugins.PluginManager - Plugin "Docker integration" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:30,997 [ 103029] WARN - llij.ide.plugins.PluginManager - Plugin "EduTools" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:31,001 [ 103033] WARN - llij.ide.plugins.PluginManager - Plugin "Gherkin" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:31,004 [ 103036] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:31,061 [ 103093] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:31,061 [ 103093] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:31,061 [ 103093] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:35,002 [ 107034] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-rest-plugin.xml 2020-03-03 14:53:35,003 [ 107035] INFO - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" misses optional descriptor python-terminal-plugin.xml 2020-03-03 14:53:35,064 [ 107096] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:53:35,081 [ 107113] WARN - llij.ide.plugins.PluginManager - Plugin ".ignore" is incompatible (until build 192.0 < IC-193.6494.35) 2020-03-03 14:53:41,907 [ 113939] WARN - llij.ide.plugins.PluginManager - Plugin "Python Community Edition" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:54:14,999 [ 147031] INFO - rationStore.ComponentStoreImpl - Saving Module: '.test'ExternalFacetManager took 12 ms 2020-03-03 14:54:15,030 [ 147062] INFO - rationStore.ComponentStoreImpl - Saving Module: '.cucumberTest'NewModuleRootManager took 27 ms 2020-03-03 14:54:15,234 [ 147266] INFO - Types.impl.FileTypeManagerImpl - 58 auto-detected files. Detection took 83 ms 2020-03-03 14:54:15,564 [ 147596] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 2020-03-03 14:54:15,564 [ 147596] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 2020-03-03 14:54:15,610 [ 147642] INFO - org.jetbrains.io.BuiltInServer - web server stopped 2020-03-03 14:54:15,619 [ 147651] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0 2020-03-03 14:54:15,619 [ 147651] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 2020-03-03 14:54:15,793 [ 147825] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 2020-03-03 14:54:15,793 [ 147825] INFO - newvfs.persistent.PersistentFS - VFS dispose started 2020-03-03 14:54:15,892 [ 147924] INFO - newvfs.persistent.PersistentFS - VFS dispose completed 2020-03-03 14:54:15,894 [ 147926] INFO - #com.intellij.util.Restarter - run restarter: [/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/restarter, /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app] 2020-03-03 14:54:15,919 [ 147951] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 2020-03-03 14:54:15,925 [ 147957] INFO - org.jetbrains.io.BuiltInServer - web server stopped 2020-03-03 14:54:18,990 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-03-03 14:54:19,013 [ 23] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/bash -l -i -c '/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/printenv.py' '/private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/intellij-shell-env.tmp' 2020-03-03 14:54:19,073 [ 83] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 05:33) 2020-03-03 14:54:19,073 [ 83] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.15.2, x86_64) 2020-03-03 14:54:19,073 [ 83] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-b1491 (JetBrains s.r.o) 2020-03-03 14:54:19,073 [ 83] INFO - #com.intellij.idea.Main - JVM: 25.202-b1491 (OpenJDK 64-Bit Server VM) 2020-03-03 14:54:19,100 [ 110] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:ErrorFile=/Users/dave/java_error_inidea%p.log -XX:HeapDumpPath=/Users/dave/java_error_in_idea.hprof -Dide.no.platform.update=true -Djb.vmOptionsFile=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app.vmoptions -Didea.paths.selector=IdeaIC2019.3 -Didea.executable=idea -Didea.platform.prefix=Idea -Didea.home.path=/Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents 2020-03-03 14:54:19,101 [ 111] INFO - #com.intellij.idea.Main - ext: /Users/dave/Library/Preferences/IdeaIC2019.1/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar] 2020-03-03 14:54:19,101 [ 111] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar] 2020-03-03 14:54:19,101 [ 111] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8 2020-03-03 14:54:19,227 [ 237] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@11b93d0[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@43124a6f 2020-03-03 14:54:19,438 [ 448] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (16 vars) 2020-03-03 14:54:19,466 [ 476] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_GB.UTF-8 2020-03-03 14:54:19,671 [ 681] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 674 ms 2020-03-03 14:54:20,863 [ 1873] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml 2020-03-03 14:54:20,864 [ 1874] WARN - llij.ide.plugins.PluginManager - Plugin "Markdown support" is incompatible (until build 191.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:54:20,865 [ 1875] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml 2020-03-03 14:54:20,866 [ 1876] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/markdown overrides /Users/dave/Library/Application Support/IdeaIC2019.3/markdown 2020-03-03 14:54:20,955 [ 1965] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml 2020-03-03 14:54:20,957 [ 1967] WARN - llij.ide.plugins.PluginManager - Plugin "Kotlin" is incompatible (until build 192.SNAPSHOT < IC-193.6494.35) 2020-03-03 14:54:20,957 [ 1967] INFO - llij.ide.plugins.PluginManager - /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/Kotlin overrides /Users/dave/Library/Application Support/IdeaIC2019.3/Kotlin 2020-03-03 14:54:21,050 [ 2060] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.5), Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Plugin DevKit (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), UI Designer (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35) 2020-03-03 14:54:21,051 [ 2061] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: .ignore (3.2.3.193), BashSupport (1.7.16.192), CsvEditor (V0.1), Cucumber for Groovy (193.5233.57), Cucumber for Java (193.6494.1), Cucumber for Kotlin (1.1.2), Docker (193.6494.1), EduTools (3.4-2019.3-4315), EnvFile (3.2.0), Gherkin (193.6015.53), JB SDK Bintray Downloader (2.2), Jenkinsfile IDEA plugin (1.0), PlantUML integration (2.22.0), Python Community Edition (193.6494.42) 2020-03-03 14:54:21,051 [ 2061] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Mercurial (193.6494.35), Spock Framework Enhancements (0.11), Subversion (193.6494.35) 2020-03-03 14:54:22,436 [ 3446] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1961 2020-03-03 14:54:22,466 [ 3476] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-03-03 14:54:22,469 [ 3479] INFO - pi.util.registry.RegistryState - Registry values changed by user: debugger.watches.in.variables = false, ide.editor.tabs.open.at.the.end = true, tabs.alphabetical = true, terminal.buffer.max.lines.count = 100000 2020-03-03 14:54:22,485 [ 3495] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing 2020-03-03 14:54:22,568 [ 3578] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-03-03 14:54:22,600 [ 3610] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-03-03 14:54:22,610 [ 3620] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63343 2020-03-03 14:54:22,650 [ 3660] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/bin/fsnotifier 2020-03-03 14:54:22,671 [ 3681] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-03-03 14:54:22,730 [ 3740] INFO - gs.impl.UpdateCheckerComponent - channel: release 2020-03-03 14:54:23,291 [ 4301] INFO - .stepik.api.StepikCourseLoader - Loading courses started... 2020-03-03 14:54:23,727 [ 4737] INFO - .FrameworkDetectorRegistryImpl - New framework detectors: [python, buildout-python] 2020-03-03 14:54:23,727 [ 4737] INFO - .FrameworkDetectorRegistryImpl - Framework detection index version changed to 1 2020-03-03 14:54:24,004 [ 5014] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python 2020-03-03 14:54:24,074 [ 5084] ERROR - rains.edu.learning.RetrofitExt - <!DOCTYPE html>

Stepik > 500
500
Something went wrong :(

Either we have troubles on server and have already recorded them or Stepik is being updated right now

java.lang.Throwable: <!DOCTYPE html>

Stepik > 500
500
Something went wrong :(

Either we have troubles on server and have already recorded them or Stepik is being updated right now

at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145)
at com.jetbrains.edu.learning.RetrofitExtKt.executeHandlingExceptions(RetrofitExt.kt:87)
at com.jetbrains.edu.learning.RetrofitExtKt.executeHandlingExceptions$default(RetrofitExt.kt:81)
at com.jetbrains.edu.learning.stepik.api.StepikConnector.refreshTokens(StepikConnector.kt:70)
at com.jetbrains.edu.learning.stepik.api.StepikConnector.service(StepikConnector.kt:56)
at com.jetbrains.edu.learning.stepik.api.StepikConnector.getService(StepikConnector.kt:52)
at com.jetbrains.edu.learning.stepik.api.StepikConnector.getCourseInfo(StepikConnector.kt:108)
at com.jetbrains.edu.learning.stepik.api.StepikConnector.getCourseInfo$default(StepikConnector.kt:107)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader.getListedStepikCourses(StepikCourseLoader.kt:85)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader.getListedStepikCourses$default(StepikCourseLoader.kt:83)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader.getInProgressCourses(StepikCourseLoader.kt:72)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader.access$getInProgressCourses(StepikCourseLoader.kt:17)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader$getCourseInfos$4.call(StepikCourseLoader.kt:31)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader$getCourseInfos$4.call(StepikCourseLoader.kt:17)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.ConcurrencyUtil.invokeAll(ConcurrencyUtil.java:57)
at com.jetbrains.edu.learning.stepik.api.StepikCourseLoader.getCourseInfos(StepikCourseLoader.kt:33)
at com.jetbrains.edu.learning.stepik.StepikCoursesProvider.loadCourses(StepikCoursesProvider.kt:12)
at com.jetbrains.edu.learning.CoursesProvider.loadAllCourses(CoursesProvider.java:39)
at com.jetbrains.edu.learning.CoursesProvider.loadRemoteCourses(CoursesProvider.java:59)
at com.jetbrains.edu.learning.update.NewCoursesNotifier$updateCourseList$1.run(NewCoursesNotifier.kt:56)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

2020-03-03 14:54:24,086 [ 5096] ERROR - rains.edu.learning.RetrofitExt - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 14:54:24,086 [ 5096] ERROR - rains.edu.learning.RetrofitExt - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 14:54:24,086 [ 5096] ERROR - rains.edu.learning.RetrofitExt - OS: Mac OS X 2020-03-03 14:54:24,100 [ 5110] ERROR - rains.edu.learning.RetrofitExt - Plugin to blame: EduTools version: 3.4-2019.3-4315 2020-03-03 14:54:24,100 [ 5110] ERROR - rains.edu.learning.RetrofitExt - Last Action:
2020-03-03 14:54:24,146 [ 5156] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading 2020-03-03 14:54:24,335 [ 5345] INFO - arning.stepik.StepikAuthorizer - Language for course JavaScript for Beginners with type can't be set because it isn't "pycharm" course 2020-03-03 14:54:24,531 [ 5541] INFO - ij.psi.stubs.StubUpdatingIndex - requesting complete stub index rebuild due to changes: added file types:PythonStub,Python,Bash; 2020-03-03 14:54:24,532 [ 5542] INFO - il.indexing.FileBasedIndexImpl - java.io.IOException at com.intellij.psi.stubs.StubVersionMap.updateState(StubVersionMap.java:121) at com.intellij.psi.stubs.StubVersionMap.<init>(StubVersionMap.java:63) at com.intellij.psi.stubs.StubUpdatingIndex$MyIndex.<init>(StubUpdatingIndex.java:263) at com.intellij.psi.stubs.StubUpdatingIndex.createIndexImplementation(StubUpdatingIndex.java:258) at com.intellij.util.indexing.FileBasedIndexImpl.createIndex(FileBasedIndexImpl.java:493) at com.intellij.util.indexing.FileBasedIndexImpl.initIndexStorage(FileBasedIndexImpl.java:409) at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:369) at com.intellij.util.indexing.FileBasedIndexImpl.access$5300(FileBasedIndexImpl.java:107) at com.intellij.util.indexing.FileBasedIndexImpl$FileIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexImpl.java:2448) at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.executeNestedInitializationTask(IndexInfrastructure.java:173) at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.runParallelNestedInitializationTasks(IndexInfrastructure.java:161) at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.call(IndexInfrastructure.java:122) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:222) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:201) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:190) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2020-03-03 14:54:24,613 [ 5623] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:54:24,628 [ 5638] INFO - arning.stepik.StepikAuthorizer - Language for course `Введение в Scala` with type can't be set because it isn't "pycharm" course 2020-03-03 14:54:24,720 [ 5730] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:KNM,CLASS,KJSM,Properties,PythonStub,JAVA,Markdown,XML,kotlin_builtins,Python,Bash,Groovy,DGM,Kotlin,HTML 2020-03-03 14:54:25,594 [ 6604] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml 2020-03-03 14:54:25,694 [ 6704] INFO - dea.updater.SdkComponentSource - File /Users/dave/.android/repositories.cfg could not be loaded. 2020-03-03 14:54:25,696 [ 6706] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml 2020-03-03 14:54:25,697 [ 6707] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-automotive/sys-img2-1.xml 2020-03-03 14:54:25,698 [ 6708] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml 2020-03-03 14:54:25,698 [ 6708] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml 2020-03-03 14:54:25,698 [ 6708] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml 2020-03-03 14:54:25,699 [ 6709] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml 2020-03-03 14:54:25,699 [ 6709] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml 2020-03-03 14:54:25,699 [ 6709] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml 2020-03-03 14:54:25,699 [ 6709] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml 2020-03-03 14:54:25,700 [ 6710] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml 2020-03-03 14:54:25,700 [ 6710] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml 2020-03-03 14:54:25,944 [ 6954] INFO - il.indexing.FileBasedIndexImpl - Indices to be rebuilt after version change:FrameworkDetectionIndex,TodoIndex,IdIndex,filetypes 2020-03-03 14:54:25,944 [ 6954] INFO - il.indexing.FileBasedIndexImpl - Indices to be built:docker.compose.services,Py.module.name,Py.setuptools.namespace,java.cucumber.java8.step,IgnoreFilesIndex 2020-03-03 14:54:25,957 [ 6967] INFO - pl$FileIndexDataInitialization - Initialization done: 3435 2020-03-03 14:54:26,365 [ 7375] INFO - tellij.psi.stubs.StubIndexImpl - Following stub indices will be built:dom.namespaceKey,dom.elementClass,java.annotations,java.class.extlist,java.field.name,java.method.name,jvm.static.member.name,jvm.static.member.type,java.anonymous.baseref,java.method.parameter.types,java.class.shortname,java.class.fqn,java.module.name,properties.index,gr.class.fqn,gr.script.fqn,gr.field.name,gr.method.name,gr.annot.method.name,gr.annot.members,gr.script.class,gr.class.super,gr.anonymous.class,org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex,org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex,org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex,markdown.header,bash.function.name,bash.script.name,bash.included,bash.includers,bash.scriptCommandReference,bash.vardef,bash.var,Py.class.shortName,Py.class.shortNameInsensitive,Py.function.shortName,Py.class.super,Py.variable.shortName,Python.Decorator,Py.class.attributes 2020-03-03 14:54:26,366 [ 7376] INFO - exImpl$StubIndexInitialization - Initialization done: 408 2020-03-03 14:54:27,762 [ 8772] INFO - .stepik.api.StepikCourseLoader - Loading courses finished...Took 4471 ms 2020-03-03 14:54:27,857 [ 8867] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/dave/git/rs-test] 2020-03-03 14:54:28,310 [ 9320] INFO - CompilerWorkspaceConfiguration - Available processors: 8 2020-03-03 14:54:29,817 [ 10827] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 2020-03-03 14:54:30,683 [ 11693] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 522ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:54:31,171 [ 12181] INFO - tartup.impl.StartupManagerImpl - /.idea case-sensitivity: expected=false actual=false 2020-03-03 14:54:31,221 [ 12231] INFO - #git4idea.commands.GitHandler - [.] git version 2020-03-03 14:54:31,239 [ 12249] INFO - #git4idea.commands.GitHandler - git version 2.8.1 2020-03-03 14:54:31,247 [ 12257] INFO - ea.config.GitExecutableManager - Git version for /usr/local/bin/git : 2.8.1 2020-03-03 14:54:31,390 [ 12400] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4180 ms 2020-03-03 14:54:31,421 [ 12431] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 114ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:54:34,329 [ 15339] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 2906ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:54:34,356 [ 15366] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 71778 files to update 2020-03-03 14:54:36,308 [ 17318] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:54:37,266 [ 18276] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 609 millis (read time: 601) 2020-03-03 14:54:55,365 [ 36375] INFO - rationStore.ComponentStoreImpl - Saving Module: '.cucumberTest'ExternalFacetManager took 12 ms 2020-03-03 14:54:55,514 [ 36524] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 29 ms 2020-03-03 14:55:04,219 [ 45229] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 29863ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:55:41,242 [ 82252] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 2020-03-03 14:55:41,939 [ 82949] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 03/03/2020, 14:49) 2020-03-03 14:56:15,509 [ 116519] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:56:15,545 [ 116555] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:56:16,438 [ 117448] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init.gradle 2020-03-03 14:56:23,256 [ 124266] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init.gradle --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/ijresolvers.gradle 2020-03-03 14:56:24,855 [ 125865] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-03-03 14:56:24,929 [ 125939] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 365 to update, calculated in 62ms 2020-03-03 14:56:25,227 [ 126237] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 298ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:56:25,230 [ 126240] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 3ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:56:25,307 [ 126317] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 77ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:56:28,115 [ 129125] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:56:28,116 [ 129126] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home 2020-03-03 14:56:28,120 [ 129130] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init1.gradle 2020-03-03 14:56:28,822 [ 129832] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/wrapper_init1.gradle --init-script /private/var/folders/s0/pppc5l2d4k50xqzkkdcrw7sc0000gn/T/ijresolvers.gradle 2020-03-03 14:56:30,057 [ 131067] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-03-03 14:56:30,084 [ 131094] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 4ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:56:30,127 [ 131137] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 43ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:57:34,292 [ 195302] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider 2020-03-03 14:57:37,365 [ 198375] INFO - rationStore.ComponentStoreImpl - Saving Module: '.test'ExternalFacetManager took 23 ms 2020-03-03 14:57:37,419 [ 198429] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 23 ms 2020-03-03 14:57:37,524 [ 198534] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 2020-03-03 14:57:38,535 [ 199545] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/java/lib/jps-launcher.jar:/Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home/lib/tools.jar 2020-03-03 14:58:02,792 [ 223802] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-03-03 14:58:02,816 [ 223826] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 25234 ms: 0 min 25sec 2020-03-03 14:58:02,827 [ 223837] INFO - s.CompilerReferenceServiceBase - backward reference index reader doesn't exist 2020-03-03 14:58:02,853 [ 223863] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 41ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:58:03,026 [ 224036] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 172ms; general responsiveness: ok; EDT responsiveness: ok 2020-03-03 14:58:03,267 [ 224277] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: /Users/dave/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/193.6494.35/IntelliJ IDEA CE.app/Contents/plugins/java/lib/jps-launcher.jar:/Users/dave/Library/Preferences/IdeaIC2019.3/jdks/jbsdk8u202b1491_osx_x64/jdk/Contents/Home/lib/tools.jar 2020-03-03 14:58:13,294 [ 234304] INFO - rationStore.ComponentStoreImpl - Saving Module: '.cucumberTest'ExternalFacetManager took 18 ms 2020-03-03 14:58:13,316 [ 234326] INFO - rationStore.ComponentStoreImpl - Saving Module: '.test'ExternalFacetManager took 22 ms 2020-03-03 14:58:13,374 [ 234384] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 28 ms 2020-03-03 15:04:21,666 [ 602676] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.findStepDefinitions(CucumberStepsIndex.java:122) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinitions(CucumberStepReference.java:166) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinition(CucumberStepReference.java:155) at org.jetbrains.plugins.cucumber.inspections.CucumberStepInspection$1.visitStep(CucumberStepInspection.java:54) at org.jetbrains.plugins.cucumber.psi.impl.GherkinStepImpl.acceptGherkin(GherkinStepImpl.java:100) at org.jetbrains.plugins.cucumber.psi.impl.GherkinPsiElementBase.accept(GherkinPsiElementBase.java:70) at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:77) at com.intellij.codeInspection.InspectionEngine.createVisitorAndAcceptElements(InspectionEngine.java:64) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.runToolOnElements(LocalInspectionsPass.java:306) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$3(LocalInspectionsPass.java:274) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:154) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:146) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$4(LocalInspectionsPass.java:271) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:125) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:114) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitPriorityElementsAndInit$5(LocalInspectionsPass.java:271) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:148) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:116) at com.intellij.concurrency.ApplierCompleter.lambda$compute$0(ApplierCompleter.java:96) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:96) at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:21,667 [ 602677] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:21,667 [ 602677] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:21,667 [ 602677] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:21,667 [ 602677] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:21,667 [ 602677] ERROR - aemon.impl.PassExecutorService - Last Action: Run 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.findStepDefinitions(CucumberStepsIndex.java:122) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinitions(CucumberStepReference.java:166) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinition(CucumberStepReference.java:155) at org.jetbrains.plugins.cucumber.inspections.CucumberStepInspection$1.visitStep(CucumberStepInspection.java:54) at org.jetbrains.plugins.cucumber.psi.impl.GherkinStepImpl.acceptGherkin(GherkinStepImpl.java:100) at org.jetbrains.plugins.cucumber.psi.impl.GherkinPsiElementBase.accept(GherkinPsiElementBase.java:70) at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:77) at com.intellij.codeInspection.InspectionEngine.createVisitorAndAcceptElements(InspectionEngine.java:64) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.runToolOnElements(LocalInspectionsPass.java:306) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$3(LocalInspectionsPass.java:274) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:154) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:146) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$4(LocalInspectionsPass.java:271) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:125) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:114) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitPriorityElementsAndInit$5(LocalInspectionsPass.java:271) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:148) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:116) at com.intellij.concurrency.ApplierCompleter.lambda$compute$0(ApplierCompleter.java:96) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:96) at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:21,668 [ 602678] ERROR - aemon.impl.PassExecutorService - Last Action: Run 2020-03-03 15:04:28,227 [ 609237] WARN - ystem.impl.ActionPopupMenuImpl - 1089ms to fill popup menu EditorPopup 2020-03-03 15:04:46,244 [ 627254] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:46,244 [ 627254] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:46,244 [ 627254] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:46,244 [ 627254] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:46,244 [ 627254] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.findStepDefinitions(CucumberStepsIndex.java:122) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinitions(CucumberStepReference.java:166) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinition(CucumberStepReference.java:155) at org.jetbrains.plugins.cucumber.inspections.CucumberStepInspection$1.visitStep(CucumberStepInspection.java:54) at org.jetbrains.plugins.cucumber.psi.impl.GherkinStepImpl.acceptGherkin(GherkinStepImpl.java:100) at org.jetbrains.plugins.cucumber.psi.impl.GherkinPsiElementBase.accept(GherkinPsiElementBase.java:70) at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:77) at com.intellij.codeInspection.InspectionEngine.createVisitorAndAcceptElements(InspectionEngine.java:64) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.runToolOnElements(LocalInspectionsPass.java:306) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$3(LocalInspectionsPass.java:274) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:154) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:146) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$4(LocalInspectionsPass.java:271) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:125) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:114) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitPriorityElementsAndInit$5(LocalInspectionsPass.java:271) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:148) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:992) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:116) at com.intellij.concurrency.ApplierCompleter.lambda$compute$0(ApplierCompleter.java:96) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:96) at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.pollAndExecCC(ForkJoinPool.java:1190) at java.util.concurrent.ForkJoinPool.helpComplete(ForkJoinPool.java:1879) at java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:2045) at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1036) at com.intellij.concurrency.JobLauncherImpl.invokeConcurrentlyUnderProgress(JobLauncherImpl.java:58) at com.intellij.concurrency.JobLauncher.invokeConcurrentlyUnderProgress(JobLauncher.java:45) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.visitPriorityElementsAndInit(LocalInspectionsPass.java:277) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:199) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:118) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:84) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:46,245 [ 627255] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:46,245 [ 627255] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:46,245 [ 627255] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:46,245 [ 627255] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:46,246 [ 627256] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:46,247 [ 627257] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:46,247 [ 627257] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.findStepDefinitions(CucumberStepsIndex.java:122) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinitions(CucumberStepReference.java:166) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinition(CucumberStepReference.java:155) at org.jetbrains.plugins.cucumber.inspections.CucumberStepInspection$1.visitStep(CucumberStepInspection.java:54) at org.jetbrains.plugins.cucumber.psi.impl.GherkinStepImpl.acceptGherkin(GherkinStepImpl.java:100) at org.jetbrains.plugins.cucumber.psi.impl.GherkinPsiElementBase.accept(GherkinPsiElementBase.java:70) at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:77) at com.intellij.codeInspection.InspectionEngine.createVisitorAndAcceptElements(InspectionEngine.java:64) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.runToolOnElements(LocalInspectionsPass.java:306) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$3(LocalInspectionsPass.java:274) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:154) at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:146) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$null$4(LocalInspectionsPass.java:271) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:125) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:114) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitPriorityElementsAndInit$5(LocalInspectionsPass.java:271) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:148) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.concurrency.ApplierCompleter.tryToExecAllList(ApplierCompleter.java:227) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:155) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:992) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:116) at com.intellij.concurrency.ApplierCompleter.lambda$compute$0(ApplierCompleter.java:96) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:96) at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.pollAndExecCC(ForkJoinPool.java:1190) at java.util.concurrent.ForkJoinPool.helpComplete(ForkJoinPool.java:1879) at java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:2045) at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1036) at com.intellij.concurrency.JobLauncherImpl.invokeConcurrentlyUnderProgress(JobLauncherImpl.java:58) at com.intellij.concurrency.JobLauncher.invokeConcurrentlyUnderProgress(JobLauncher.java:45) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.visitPriorityElementsAndInit(LocalInspectionsPass.java:277) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:199) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:118) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:84) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:46,247 [ 627257] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:46,247 [ 627257] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:46,247 [ 627257] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:46,248 [ 627258] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:46,248 [ 627258] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:49,911 [ 630921] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:49,912 [ 630922] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:49,912 [ 630922] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:49,912 [ 630922] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:49,913 [ 630923] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:49,914 [ 630924] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:49,914 [ 630924] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:56,743 [ 637753] ERROR - api.util.objectTree.ObjectTree - null java.lang.NullPointerException at net.lagerwey.plugins.cucumber.kotlin.KotlinCucumberExtension.getStepDefinitionContainers(KotlinCucumberExtension.kt:40) at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.getStepDefinitionContainers(CucumberStepsIndex.java:185) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.getStepDefinitionContainers(CucumberCreateStepFixBase.java:113) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.applyFix(CucumberCreateStepFixBase.java:59) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.applyFix(CucumberCreateStepFixBase.java:39) at com.intellij.codeInspection.ex.QuickFixWrapper.invoke(QuickFixWrapper.java:73) at com.intellij.codeInsight.intention.impl.IntentionActionWithTextCaching$MyIntentionAction.invoke(IntentionActionWithTextCaching.java:181) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$invokeIntention$5(ShowIntentionActionsHandler.java:236) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.invokeIntention(ShowIntentionActionsHandler.java:240) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$null$3(ShowIntentionActionsHandler.java:213) at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:83) at com.intellij.openapi.application.TransactionGuardImpl.submitTransactionAndWait(TransactionGuardImpl.java:149) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$chooseActionAndInvoke$4(ShowIntentionActionsHandler.java:212) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:220) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:168) at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:154) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseActionAndInvoke(ShowIntentionActionsHandler.java:211) at com.intellij.codeInsight.intention.impl.IntentionListStep.lambda$applyAction$0(IntentionListStep.java:107) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:193) at com.intellij.ui.popup.AbstractPopup.lambda$dispose$13(AbstractPopup.java:1434) at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:2418) at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.java:177) at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.java:129) at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:159) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.doWhenFocusSettlesDown(IdeFocusManagerImpl.java:36) at com.intellij.ui.popup.AbstractPopup.dispose(AbstractPopup.java:1430) at com.intellij.ui.popup.WizardPopup.dispose(WizardPopup.java:151) at com.intellij.ui.popup.list.ListPopupImpl.dispose(ListPopupImpl.java:326) at com.intellij.openapi.util.ObjectNode.lambda$execute$0(ObjectNode.java:104) at com.intellij.openapi.util.ObjectTree.executeActionWithRecursiveGuard(ObjectTree.java:183) at com.intellij.openapi.util.ObjectNode.execute(ObjectNode.java:71) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:133) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:123) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:119) at com.intellij.ui.popup.WizardPopup.disposeAllParents(WizardPopup.java:252) at com.intellij.ui.popup.list.ListPopupImpl.handleNextStep(ListPopupImpl.java:461) at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:415) at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:361) at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:526) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290) at java.awt.Component.processMouseEvent(Component.java:6550) at javax.swing.JComponent.processMouseEvent(JComponent.java:3325) at com.intellij.ui.popup.list.ListPopupImpl$MyList.processMouseEvent(ListPopupImpl.java:583) at java.awt.Component.processEvent(Component.java:6315) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4899) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:739) at java.awt.EventQueue$4.run(EventQueue.java:737) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:736) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:846) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:778) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) 2020-03-03 15:04:56,744 [ 637754] ERROR - api.util.objectTree.ObjectTree - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:56,744 [ 637754] ERROR - api.util.objectTree.ObjectTree - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:56,744 [ 637754] ERROR - api.util.objectTree.ObjectTree - OS: Mac OS X 2020-03-03 15:04:56,745 [ 637755] ERROR - api.util.objectTree.ObjectTree - Plugin to blame: Cucumber for Kotlin version: 1.1.2 2020-03-03 15:04:56,745 [ 637755] ERROR - api.util.objectTree.ObjectTree - Last Action: $Undo 2020-03-03 15:04:57,051 [ 638061] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:57,051 [ 638061] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:57,051 [ 638061] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:57,052 [ 638062] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:57,052 [ 638062] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:57,052 [ 638062] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:04:57,052 [ 638062] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:04:57,053 [ 638063] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:04:57,053 [ 638063] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:04:57,053 [ 638063] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:04:57,053 [ 638063] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:04:57,053 [ 638063] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:01,366 [ 642376] ERROR - n.impl.GeneralHighlightingPass - In file: file:///src/cucumberTest/resources/features/ java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.CucumberStepsIndex.findStepDefinitions(CucumberStepsIndex.java:122) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinitions(CucumberStepReference.java:166) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolveToDefinition(CucumberStepReference.java:155) at org.jetbrains.plugins.cucumber.psi.annotator.GherkinAnnotatorVisitor.visitStep(GherkinAnnotatorVisitor.java:72) at org.jetbrains.plugins.cucumber.psi.impl.GherkinStepImpl.acceptGherkin(GherkinStepImpl.java:100) at org.jetbrains.plugins.cucumber.psi.impl.GherkinPsiElementBase.accept(GherkinPsiElementBase.java:70) at org.jetbrains.plugins.cucumber.psi.annotator.GherkinAnnotator.annotate(GherkinAnnotator.java:16) at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.runAnnotators(DefaultHighlightVisitor.java:126) at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.visit(DefaultHighlightVisitor.java:108) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.runVisitors(GeneralHighlightingPass.java:351) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$collectHighlights$5(GeneralHighlightingPass.java:285) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:311) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$analyzeByVisitors$6(GeneralHighlightingPass.java:314) at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.analyze(DefaultHighlightVisitor.java:93) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:314) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectHighlights(GeneralHighlightingPass.java:282) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:227) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:84) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:01,366 [ 642376] ERROR - n.impl.GeneralHighlightingPass - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:01,366 [ 642376] ERROR - n.impl.GeneralHighlightingPass - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:01,366 [ 642376] ERROR - n.impl.GeneralHighlightingPass - OS: Mac OS X 2020-03-03 15:05:01,367 [ 642377] ERROR - n.impl.GeneralHighlightingPass - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:01,367 [ 642377] ERROR - n.impl.GeneralHighlightingPass - Last Action: $Undo 2020-03-03 15:05:03,995 [ 645005] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:03,997 [ 645007] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:03,997 [ 645007] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:03,997 [ 645007] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:03,997 [ 645007] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:03,997 [ 645007] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:03,998 [ 645008] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:03,998 [ 645008] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:03,998 [ 645008] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:03,998 [ 645008] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:03,999 [ 645009] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:03,999 [ 645009] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:16,987 [ 657997] ERROR - llij.ide.plugins.PluginManager - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.intention.AddAnnotationPsiFix.getContainer(AddAnnotationPsiFix.java:79) at com.intellij.codeInsight.intention.impl.DeannotateIntentionAction.isAvailable(DeannotateIntentionAction.java:60) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.availableFor(ShowIntentionActionsHandler.java:155) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.lambda$getActionsToShow$1(ShowIntentionsPass.java:317) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(ShowIntentionActionsHandler.java:182) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:316) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:282) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:256) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$calcIntentions$1(ShowIntentionActionsHandler.java:110) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:811) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$null$0(ActionUtil.java:232) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$underModalProgress$1(ActionUtil.java:233) at com.intellij.openapi.progress.impl.CoreProgressManager$1.run(CoreProgressManager.java:219) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:888) at com.intellij.openapi.progress.impl.CoreProgressManager$5.run(CoreProgressManager.java:441) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:163) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$null$4(ApplicationImpl.java:441) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221) at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:209) at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2020-03-03 15:05:16,987 [ 657997] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:16,987 [ 657997] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:16,987 [ 657997] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X 2020-03-03 15:05:16,988 [ 657998] ERROR - llij.ide.plugins.PluginManager - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:17,294 [ 658304] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:17,294 [ 658304] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:17,295 [ 658305] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:17,295 [ 658305] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:17,296 [ 658306] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:17,297 [ 658307] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:17,298 [ 658308] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:17,298 [ 658308] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:17,298 [ 658308] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:17,298 [ 658308] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:18,415 [ 659425] ERROR - llij.ide.plugins.PluginManager - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.intention.AddAnnotationPsiFix.getContainer(AddAnnotationPsiFix.java:79) at com.intellij.codeInsight.intention.impl.DeannotateIntentionAction.isAvailable(DeannotateIntentionAction.java:60) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.availableFor(ShowIntentionActionsHandler.java:155) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.lambda$getActionsToShow$1(ShowIntentionsPass.java:317) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(ShowIntentionActionsHandler.java:182) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:316) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:282) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:256) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$calcIntentions$1(ShowIntentionActionsHandler.java:110) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:811) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$null$0(ActionUtil.java:232) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$underModalProgress$1(ActionUtil.java:233) at com.intellij.openapi.progress.impl.CoreProgressManager$1.run(CoreProgressManager.java:219) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:888) at com.intellij.openapi.progress.impl.CoreProgressManager$5.run(CoreProgressManager.java:441) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:163) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$null$4(ApplicationImpl.java:441) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221) at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:209) at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2020-03-03 15:05:18,415 [ 659425] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:18,415 [ 659425] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:18,416 [ 659426] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X 2020-03-03 15:05:18,416 [ 659426] ERROR - llij.ide.plugins.PluginManager - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:18,416 [ 659426] ERROR - llij.ide.plugins.PluginManager - Last Action: ShowIntentionActions 2020-03-03 15:05:18,722 [ 659732] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:18,723 [ 659733] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:18,723 [ 659733] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:18,723 [ 659733] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:18,724 [ 659734] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:18,724 [ 659734] ERROR - aemon.impl.PassExecutorService - Last Action: ShowIntentionActions 2020-03-03 15:05:18,724 [ 659734] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:18,725 [ 659735] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:18,725 [ 659735] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:18,725 [ 659735] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:18,725 [ 659735] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:18,725 [ 659735] ERROR - aemon.impl.PassExecutorService - Last Action: ShowIntentionActions 2020-03-03 15:05:21,248 [ 662258] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:21,248 [ 662258] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:21,248 [ 662258] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - Last Action: EditorRight 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:21,249 [ 662259] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:21,250 [ 662260] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:21,250 [ 662260] ERROR - aemon.impl.PassExecutorService - Last Action: EditorRight 2020-03-03 15:05:26,980 [ 667990] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.intention.AddAnnotationPsiFix.getContainer(AddAnnotationPsiFix.java:79) at com.intellij.codeInsight.intention.impl.DeannotateIntentionAction.isAvailable(DeannotateIntentionAction.java:60) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.availableFor(ShowIntentionActionsHandler.java:155) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.lambda$getActionsToShow$1(ShowIntentionsPass.java:317) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(ShowIntentionActionsHandler.java:182) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:316) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(ShowIntentionsPass.java:226) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.intention.AddAnnotationPsiFix.getContainer(AddAnnotationPsiFix.java:79) at com.intellij.codeInsight.intention.impl.DeannotateIntentionAction.isAvailable(DeannotateIntentionAction.java:60) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.availableFor(ShowIntentionActionsHandler.java:155) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.lambda$getActionsToShow$1(ShowIntentionsPass.java:317) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(ShowIntentionActionsHandler.java:182) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:316) at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(ShowIntentionsPass.java:226) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:26,981 [ 667991] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:26,982 [ 667992] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:26,982 [ 667992] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:33,416 [ 674426] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:33,418 [ 674428] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:33,419 [ 674429] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:33,419 [ 674429] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:33,419 [ 674429] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:33,419 [ 674429] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:33,420 [ 674430] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:35,715 [ 676725] ERROR - api.util.objectTree.ObjectTree - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at org.jetbrains.plugins.cucumber.java.CucumberJavaUtil.getPackageOfStep(CucumberJavaUtil.java:275) at org.jetbrains.plugins.cucumber.java.CucumberJavaUtil.getPackageOfStepDef(CucumberJavaUtil.java:240) at org.jetbrains.plugins.cucumber.java.CucumberJavaUtil.getPackageOfStepDef(CucumberJavaUtil.java:254) at org.jetbrains.plugins.cucumber.java.steps.JavaStepDefinitionCreator.getDefaultStepDefinitionFolder(JavaStepDefinitionCreator.java:205) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.askUserForFilePath(CucumberCreateStepFixBase.java:199) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.createStepDefinitionFile(CucumberCreateStepFixBase.java:122) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase.createFileOrStepDefinition(CucumberCreateStepFixBase.java:165) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFix.createStepOrSteps(CucumberCreateStepFix.java:20) at org.jetbrains.plugins.cucumber.inspections.CucumberCreateStepFixBase$1.lambda$onChosen$0(CucumberCreateStepFixBase.java:96) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:193) at com.intellij.ui.popup.AbstractPopup.lambda$dispose$13(AbstractPopup.java:1434) at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:2418) at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.java:177) at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.java:129) at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:159) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.doWhenFocusSettlesDown(IdeFocusManagerImpl.java:36) at com.intellij.ui.popup.AbstractPopup.dispose(AbstractPopup.java:1430) at com.intellij.ui.popup.WizardPopup.dispose(WizardPopup.java:151) at com.intellij.ui.popup.list.ListPopupImpl.dispose(ListPopupImpl.java:326) at com.intellij.openapi.util.ObjectNode.lambda$execute$0(ObjectNode.java:104) at com.intellij.openapi.util.ObjectTree.executeActionWithRecursiveGuard(ObjectTree.java:183) at com.intellij.openapi.util.ObjectNode.execute(ObjectNode.java:71) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:133) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:123) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:119) at com.intellij.ui.popup.WizardPopup.disposeAllParents(WizardPopup.java:252) at com.intellij.ui.popup.list.ListPopupImpl.handleNextStep(ListPopupImpl.java:461) at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:415) at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:361) at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:526) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290) at java.awt.Component.processMouseEvent(Component.java:6550) at javax.swing.JComponent.processMouseEvent(JComponent.java:3325) at com.intellij.ui.popup.list.ListPopupImpl$MyList.processMouseEvent(ListPopupImpl.java:583) at java.awt.Component.processEvent(Component.java:6315) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4899) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4721) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:739) at java.awt.EventQueue$4.run(EventQueue.java:737) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:736) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:846) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:778) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) 2020-03-03 15:05:35,716 [ 676726] ERROR - api.util.objectTree.ObjectTree - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:35,716 [ 676726] ERROR - api.util.objectTree.ObjectTree - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:35,716 [ 676726] ERROR - api.util.objectTree.ObjectTree - OS: Mac OS X 2020-03-03 15:05:35,716 [ 676726] ERROR - api.util.objectTree.ObjectTree - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:35,716 [ 676726] ERROR - api.util.objectTree.ObjectTree - Last Action: $Undo 2020-03-03 15:05:58,749 [ 699759] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 26 ms, XDebuggerManager took 14 ms 2020-03-03 15:05:59,104 [ 700114] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:59,105 [ 700115] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:59,105 [ 700115] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:59,105 [ 700115] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:59,105 [ 700115] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:05:59,106 [ 700116] ERROR - aemon.impl.PassExecutorService - Last Action: $Undo 2020-03-03 15:07:33,648 [ 794658] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 17 ms 2020-03-03 15:09:00,897 [ 881907] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 18 ms 2020-03-03 15:09:47,581 [ 928591] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 17 ms 2020-03-03 15:10:13,626 [ 954636] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 14 ms 2020-03-03 15:10:38,383 [ 979393] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) RunManager took 16 ms 2020-03-03 15:10:38,749 [ 979759] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:10:38,750 [ 979760] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:10:38,750 [ 979760] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:10:38,750 [ 979760] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - Last Action: EditorCopy 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - null java.lang.NullPointerException at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolveInner(CucumberStepReference.java:125) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.access$100(CucumberStepReference.java:33) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:173) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference$MyResolver.resolve(CucumberStepReference.java:169) at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:147) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:177) at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:169) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.multiResolve(CucumberStepReference.java:98) at org.jetbrains.plugins.cucumber.steps.reference.CucumberStepReference.resolve(CucumberStepReference.java:58) at com.intellij.codeInsight.TargetElementUtil.doGetReferenceOrReferencedElement(TargetElementUtil.java:387) at com.intellij.codeInsight.TargetElementUtil.getReferenceOrReferencedElement(TargetElementUtil.java:365) at com.intellij.codeInsight.TargetElementUtil.doFindTargetElement(TargetElementUtil.java:237) at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:209) at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:83) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:55) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:429) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:997) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:422) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:421) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:397) at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:157) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:395) at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:161) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 2020-03-03 15:10:38,751 [ 979761] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X 2020-03-03 15:10:38,752 [ 979762] ERROR - aemon.impl.PassExecutorService - Plugin to blame: Gherkin version: 193.6015.53 2020-03-03 15:10:38,752 [ 979762] ERROR - aemon.impl.PassExecutorService - Last Action: EditorCopy

`

jlagerweij commented 3 years ago

These things were the result of mismatched versions of the used Gherkin plugin and allowing this plugin to be installed in a wide range of IntelliJ versions. The version is now much more limited, making things work again.