An intelliJ plugin providing a UI layer for git-flow, which in itself is a collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Overview

Git Flow Integration Plus for Intellij

An intelliJ plugin providing a UI layer for git-flow, which in itself is a collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

screenshot

Getting started

For the best introduction to get started with git flow, please read Jeff Kreeftmeijer's blog post:

http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/

Or have a look at this cheat sheet by Daniel Kummer:

Huge shoutout to Kirill Likhodedov, who wrote much of the original git4idea plugin, without which this plugin could not exist

Online Installation

The plugin is available via the IntelliJ plugin manager. Just search for "Git Flow Integration Plus" to get the latest version!

The plugin requires that you have gitflow installed, specifically the AVH edition. This is because the Vanilla Git Flow hasn't been maintained in years. See this page for details

Offline Installation

download path: https://github.com/RubinCarter/gitflow4idea-fix/releases

Installation document:https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk

The plugin requires that you have gitflow installed, specifically the AVH edition. This is because the Vanilla Git Flow hasn't been maintained in years. See this page for details

Caveats

While the plugin is operational and contains all basic functions (init/feature/release/hotfix), it may contains bugs. With your help I'll be able to find and zap them all.

Helping out

This project is under active development. If you encounter any bug or an issue, I encourage you to add the them to the Issues list on Github. Feedback and suggestions are also very welcome.

License

This plugin is under the Apache 2.0 license. Copyright 2013-2020, Opher Vishnia.

Who and why

This plugin was created by Opher Vishnia, after I couldn't find any similar implementation. I saw this suggestion page on the JetBrains site has more than 220 likes and 80 comments, and decided to take up the gauntlet :)

This plugin is forked from original https://github.com/OpherV/gitflow4idea With adding some extended features missing.

Comments
  • Not available on the marketplace

    Not available on the marketplace

    • I'm submitting a ...

      • [ x ] bug report
    • What is the current behavior? Not showing up on marketplace of IntelliJ, neither on the website nor in the application

    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:

    1. Open IntelliJ
    2. Open plugins
    3. Search for Git Flow
    • What is the expected behavior? Show gitflow plugin able to install

    • What is the motivation / use case for changing the behavior? People are able to install the plugin

    • Please tell me about your environment:

      Gitflow version: 1.11.0 (AVH Edition)
      PhpStorm 2021.3.1
      Build #PS-213.6461.83, built on December 29, 2021
      Runtime version: 11.0.13+7-b1751.21 amd64
      VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
      Linux 4.15.0-163-generic
      Current Desktop: KDE
      

    And kudos for picking up the gauntlet! Using this plugin a lot but it has been out of sync with idea version a lot too.

    documentation 
    opened by petervdbroek-retail 7
  • Error is reported when installing IDEA 2022.2.2 in version 12.6 of macOs Monterey

    Error is reported when installing IDEA 2022.2.2 in version 12.6 of macOs Monterey

    Access is allowed from event dispatch thread only

    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Current thread: Thread[Action Updater (Fast),4,main] 2050785557 SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 669268261 at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1110) at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1093) at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238) at gitflow.actions.RepoActions.updateFavoriteIcon(RepoActions.java:103) at gitflow.actions.RepoActions.(RepoActions.java:27) at gitflow.actions.GitflowPopupGroup.createActionGroup(GitflowPopupGroup.java:43) at gitflow.actions.GitflowPopupGroup.(GitflowPopupGroup.java:31) at gitflow.GitflowMenu.getChildren(GitflowMenu.java:28) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doGetChildren(ActionUpdater.java:670) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$2(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$getGroupChildren$21(ActionUpdater.java:484) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at com.intellij.openapi.actionSystem.impl.ActionUpdater.getGroupChildren(ActionUpdater.java:483) at com.intellij.openapi.actionSystem.impl.ActionUpdater.iterateGroupChildren(ActionUpdater.java:622) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:523) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158) at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175) at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699) at java.base/java.lang.Thread.run(Thread.java:833)

    opened by zh1-hust 4
  • Exception wen WebStorm loads a project

    Exception wen WebStorm loads a project

    I'm submitting a bug report

    WebStorm fires an internal error after load of a project and says is a problem with Git Flow Integration Plus

    Access is allowed from event dispatch thread only

    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Current thread: Thread[Action Updater (Common),4,main] 1138394290 SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 275310919 at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1110) at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1093) at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238) at gitflow.actions.RepoActions.updateFavoriteIcon(RepoActions.java:103) at gitflow.actions.RepoActions.(RepoActions.java:27) at gitflow.actions.GitflowPopupGroup.createActionGroup(GitflowPopupGroup.java:43) at gitflow.actions.GitflowPopupGroup.(GitflowPopupGroup.java:31) at gitflow.GitflowMenu.getChildren(GitflowMenu.java:28) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doGetChildren(ActionUpdater.java:670) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$2(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$getGroupChildren$21(ActionUpdater.java:484) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at com.intellij.openapi.actionSystem.impl.ActionUpdater.getGroupChildren(ActionUpdater.java:483) at com.intellij.openapi.actionSystem.impl.ActionUpdater.iterateGroupChildren(ActionUpdater.java:622) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:523) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158) at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175) at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699) at java.base/java.lang.Thread.run(Thread.java:833)

    opened by wonddark 4
  • IDE internal error

    IDE internal error

    • I'm submitting a ...

      • [X] bug report
      • [ ] feature request
      • [ ] puppy => You're not submitting a puppy. I already have one and he's adorable
    • What is the current behavior? Without doing anything a IDE Internal error message appears `Access is allowed from event dispatch thread only

    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false
    Current thread: Thread[Action Updater (Fast),4,main] 2017318218
    SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 1146349573
    	at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1110)
    	at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1093)
    	at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238)
    	at gitflow.actions.RepoActions.updateFavoriteIcon(RepoActions.java:103)
    	at gitflow.actions.RepoActions.<init>(RepoActions.java:27)
    	at gitflow.actions.GitflowPopupGroup.createActionGroup(GitflowPopupGroup.java:43)
    	at gitflow.actions.GitflowPopupGroup.<init>(GitflowPopupGroup.java:31)
    	at gitflow.GitflowMenu.getChildren(GitflowMenu.java:28)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doGetChildren(ActionUpdater.java:670)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:117)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$2(ActionUpdater.java:117)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$getGroupChildren$21(ActionUpdater.java:484)
    	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1740)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.getGroupChildren(ActionUpdater.java:483)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.iterateGroupChildren(ActionUpdater.java:622)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:523)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
    	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
    	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
    	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
    	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
    	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
    	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
    	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
    	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
    	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
    	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
    	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
    	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    	at java.base/java.lang.Thread.run(Thread.java:833)
    

    `

    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
    1. Open IntelliJ
    2. wait few minutes
    3. Profit
    • What is the expected behavior? compatibility issue with last community version of intellij

    • What is the motivation / use case for changing the behavior?

    • Please tell me about your environment:

      • Gitflow4idea version: 0.7.10

      • Gitflow version: 1.12.3 (AVH Edition)

      • IntelliJ Help -> about > click copy icon and paste here. Should look like this:

      IntelliJ IDEA 2022.2.1 (Community Edition)
      

    Build #IC-222.3739.54, built on August 16, 2022 Runtime version: 17.0.3+7-b469.37 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 4 Registry: debugger.watches.in.variables=false

    Non-Bundled Plugins: net.seesharpsoft.intellij.plugins.csv (2.19.0) com.jetbrains.plugins.ini4idea (222.3739.64) com.github.jk1.ytplugin (2022.1.212) com.kablemonck.idea.plugins.GitTagFromCommitDialog (1.0.5) Gitflow-Fix (0.7.10)

    Kotlin: 222-1.7.10-release-334-IJ3739.54

    
    
    
    
    
    opened by Kal4682 3
  • Error during startup

    Error during startup

    • I'm submitting a ...

      • [x ] bug report
    • What is the current behavior? During startup of Intellij idea 2021.3.3 you get the following error:

    java.lang.IllegalArgumentException: Argument for @NotNull parameter 'file' of com/intellij/openapi/roots/impl/ProjectFileIndexImpl.getContentRootForFile must not be null at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.$$$reportNull$$$0(ProjectFileIndexImpl.java) at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.getContentRootForFile(ProjectFileIndexImpl.java) at gitflow.GitflowConfigUtil.lambda$init$4(GitflowConfigUtil.java:87) at com.intellij.codeWithMe.ClientId$Companion$decorateRunnable$1.run(ClientId.kt:223) at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:263) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:829)

    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
    1. Open IntelliJ
    2. ???
    3. Profit
    • What is the expected behavior?

    • Please tell me about your environment:

      • Gitflow4idea version: find in IntelliJ settings plugins

      • Gitflow version: run in terminal >git flow version

      • IntelliJ Help -> about > click copy icon and paste here. Should look like this: JetBrains Rider 2021.3.3 Build #RD-213.6775.4, built on January 26, 2022 Licensed to Remco Blumink Subscription is active until September 12, 2022. Runtime version: 11.0.13+7-b1751.25 amd64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 .NET Framework 4.0.30319.42000 GC: G1 Young Generation, G1 Old Generation Memory: 1500M Cores: 16 Registry: ide.mac.bigsur.window.with.tabs.enabled=false ide.new.project.model.index.case.sensitivity=true ide.images.show.chessboard=true indexing.enable.entity.provider.based.indexing=false rdclient.asyncActions=false

    Non-Bundled Plugins: fr.socolin.application-insights-debug-log-viewer (1.3.0) com.intellij.resharper.StructuredLogging (2021.3.3.184) intellij.prettierJS (213.6461.6) com.intellij.resharper.azure (3.50.0.1314-2021.3) mobi.hsz.idea.gitignore (4.3.0) com.microsoft.vso.idea (1.162.0) Gitflow-Fix (0.7.9)

    • Other information (e.g. detailed explanation, stacktrace, related issues, suggestions how to fix, links for me to have context words of praises, pictures of puppies (again with the puppy??) )
    opened by Remco4EF 3
  • [BUG] java.lang.Throwable: Assertion failed: dataContext has no component for new ListPopupStep

    [BUG] java.lang.Throwable: Assertion failed: dataContext has no component for new ListPopupStep

    • I'm submitting a ...

      • [x] bug report
    • What is the current behavior? I got this stacktrace:

    java.lang.Throwable: Assertion failed: dataContext has no component for new ListPopupStep
    	at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:218)
    	at com.intellij.ui.popup.PopupFactoryImpl$ActionGroupPopup.createStep(PopupFactoryImpl.java:256)
    	at com.intellij.ui.popup.PopupFactoryImpl$ActionGroupPopup.<init>(PopupFactoryImpl.java:214)
    	at com.intellij.ui.popup.PopupFactoryImpl$ActionGroupPopup.<init>(PopupFactoryImpl.java:181)
    	at gitflow.ui.GitflowWidget.getPopupStep(GitflowWidget.java:135)
    	at gitflow.ui.GitflowWidget.lambda$getClickConsumer$0(GitflowWidget.java:163)
    	at com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetWrapper$StatusBarWidgetClickListener.onClick(StatusBarWidgetWrapper.java:169)
    	at com.intellij.ui.ClickListener$1.mouseReleased(ClickListener.java:59)
    	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2790)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	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.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	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:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:891)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:757)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:447)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:818)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:446)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:805)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:498)
    	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)
    
    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
    1. Open IntelliJ
    2. Click on the Gitflow button in the taskbar (I was unable to reproduce the issue, but you as a plugin dev might know what might have happened)
    • What is the expected behavior? No errors

    • What is the motivation / use case for changing the behavior? Bug free experience without error stacktraces

    • Please tell me about your environment:

      • Gitflow4idea plus version: 0.7.10
      • Gitflow version: 1.12.3 (AVH Edition)
      • IntelliJ version info:
    IntelliJ IDEA 2021.3.2 (Ultimate Edition)
    Build #IU-213.6777.52, built on January 28, 2022
    Runtime version: 11.0.13+7-b1751.25 amd64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    Windows 10 10.0
    GC: G1 Young Generation, G1 Old Generation
    Memory: 2048M
    Cores: 24
    Registry:
        tomcat.root.context.by.default=true
    
    Non-Bundled Plugins:
        org.toml.lang (213.5744.224)
        me.laria.code.idea_caseconv (0.7.1)
        in.thekalinga.snippet.intellij (6.1.0)
        com.nerdscorner.android.plugin.github (2.1.1)
        com.euphoricity.gitignore (0.3)
        TunnelliJ (1.0)
        String Manipulation (9.4.0)
        zielu.gittoolbox (212.8.8)
        Gitflow-Fix (0.7.10)
        com.intellij.kubernetes (213.6777.8)
        MavenRunHelper (4.20.213.3714.1)
        com.demonwav.minecraft-dev (2021.3-1.5.18)
        org.rust.lang (0.4.166.4486-213)
        org.intellij.scala (2021.3.20)
        com.intellij.plugins.html.instantEditing (213.5744.122)
        com.haulmont.jpab (2022.1.2-213)
        com.yoheimuta.intellij.plugin.protolint (1.0.1)
        Pythonid (213.6777.52)
        ru.meanmail.plugin.requirements (2022.3-2021.3)
    
    Kotlin: 213-1.6.10-release-961-IJ6777.52
    
    opened by CC007 2
  • 启动报错

    启动报错

    java.lang.IllegalArgumentException: Argument for @NotNull parameter 'file' of com/intellij/openapi/roots/impl/ProjectFileIndexImpl.getContentRootForFile must not be null at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.$$$reportNull$$$0(ProjectFileIndexImpl.java) at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.getContentRootForFile(ProjectFileIndexImpl.java) at gitflow.GitflowConfigUtil.lambda$init$4(GitflowConfigUtil.java:87) at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:263) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:829)

    GoLand 2021.3.3 Gitflow-Fix (0.7.9)

    opened by BIN-YEE 1
  • bug report:om.intellij.serviceContainer.AlreadyDisposedException: Already disposed

    bug report:om.intellij.serviceContainer.AlreadyDisposedException: Already disposed

    • I'm submitting a ...

      • [x] bug report
      • [ ] feature request
      • [ ] puppy => You're not submitting a puppy. I already have one and he's adorable
    • What is the current behavior? When I start a new feature branch, PyCharm immediately shut down Git version control and then I must manually enable it

    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce: I think so

    1. Open IntelliJ
    2. Init git flow
    3. Create new feature branch
    • What is the expected behavior?

    • What is the motivation / use case for changing the behavior?

    • Please tell me about your environment:

      • Gitflow4idea version: find in IntelliJ settings plugins

      • Gitflow version: run in terminal >git flow version

      • IntelliJ Help -> about > click copy icon and paste here. Should look like this:

        IntelliJ IDEA 2018.1.1 EAP (Community Edition)
        Build #IC-181.4445.4, built on March 29, 2018
        JRE: 1.8.0_152-release-1136-b27 x86_64
        JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
      
    • Other information (e.g. detailed explanation, stacktrace, related issues, suggestions how to fix, links for me to have context words of praises, pictures of puppies (again with the puppy??) )

    • om.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(name=invokeai_own, containerState=DISPOSE_COMPLETED, componentStore=E:\workspace\MLAI\invokeai_own) (disposed) at com.intellij.serviceContainer.ComponentManagerImpl.checkState(ComponentManagerImpl.kt:182) at com.intellij.serviceContainer.ComponentManagerImpl.getComponent(ComponentManagerImpl.kt:547) at com.intellij.openapi.fileEditor.FileEditorManager.getInstance(FileEditorManager.java:25) at com.intellij.dvcs.DvcsUtil.getSelectedFile(DvcsUtil.java:119) at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238) at gitflow.actions.RepoActions.lambda$updateFavoriteIcon$0(RepoActions.java:105) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:779) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:766) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113) at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:965) at com.intellij.openapi.progress.util.ProgressWindow.lambda$startBlocking$4(ProgressWindow.java:211) at com.intellij.openapi.application.impl.ApplicationImpl.runUnlockingIntendedWrite(ApplicationImpl.java:907) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:206) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$execFromEDT$6(ProgressRunner.java:329) at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757) at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735) at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182) at com.intellij.openapi.progress.impl.ProgressRunner.execFromEDT(ProgressRunner.java:326) at com.intellij.openapi.progress.impl.ProgressRunner.submit(ProgressRunner.java:267) at com.intellij.openapi.progress.impl.ProgressRunner.submitAndGet(ProgressRunner.java:193) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:537) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.run(CoreProgressManager.java:385) at com.intellij.configurationStore.SaveAndSyncHandlerImpl.saveSettingsUnderModalProgress(SaveAndSyncHandlerImpl.kt:224) at com.intellij.openapi.wm.impl.CloseProjectWindowHelper.closeProjectAndShowWelcomeFrameIfNoProjectOpened(CloseProjectWindowHelper.kt:59) at com.intellij.openapi.wm.impl.CloseProjectWindowHelper.windowClosing(CloseProjectWindowHelper.kt:41) at com.intellij.openapi.wm.impl.ProjectFrameHelper$2.windowClosing(ProjectFrameHelper.java:233) at java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357) at java.desktop/java.awt.Window.processWindowEvent(Window.java:2107) at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298) at java.desktop/java.awt.Window.processEvent(Window.java:2066) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854) at com.intellij.openapi.wm.impl.customFrameDecorations.header.CustomHeader.close(CustomHeader.kt:222) at com.intellij.openapi.wm.impl.customFrameDecorations.header.CustomHeader$myCloseAction$1.invoke(CustomHeader.kt:219) at com.intellij.openapi.wm.impl.customFrameDecorations.header.CustomHeader$myCloseAction$1.invoke(CustomHeader.kt:36) at com.intellij.openapi.wm.impl.customFrameDecorations.header.CustomHeader$CustomFrameAction.actionPerformed(CustomHeader.kt:229) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972) at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313) at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279) at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6648) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3392) at java.desktop/java.awt.Component.processEvent(Component.java:6413) at java.desktop/java.awt.Container.processEvent(Container.java:2266) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113) at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

    opened by ktncktnc 0
  • IDE Internal Error: Could not determine git flow version

    IDE Internal Error: Could not determine git flow version

    • I'm submitting a ...

      • [x] bug report
      • [ ] feature request
      • [ ] puppy => You're not submitting a puppy. I already have one and he's adorable
    • What is the current behavior? IDE Internal Error is logged when the IDE starts up.

    Could not determine git flow version
    
    com.intellij.openapi.vcs.VcsException: git: 'flow' is not a git command. See 'git --help'.
    
    The most similar commands are
    reflog
    show
    	at git4idea.commands.GitCommandResult.throwOnError(GitCommandResult.java:156)
    	at git4idea.commands.GitCommandResult.getOutputOrThrow(GitCommandResult.java:145)
    	at gitflow.GitflowVersionTester.init(GitflowVersionTester.java:67)
    	at gitflow.ui.GitflowWidget$2.run(GitflowWidget.java:304)
    	at java.base/java.lang.Thread.run(Thread.java:833)
    
    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:

    I am using PHPStorm on Widows with git installed in WSL.

    1. Install git in WSL2
    2. In PHPStorm, the git executable is set as \\wsl$\Ubuntu\usr\bin\git
    3. Install git flow AVH via Brew
    4. Install Git Flow Integration Plus (0.7.11) plugin
    5. Restart IDE
    • What is the expected behavior? I expect that the plugin would properly identify the version of git flow installed.

    • Please tell me about your environment:

    ➜  ~ git version
    git version 2.25.1
    ➜  ~ git flow version
    1.12.3 (AVH Edition)
    
    PhpStorm 2022.2.3
    Build #PS-222.4345.15, built on October 5, 2022
    
    Runtime version: 17.0.4.1+7-b469.62 amd64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    Windows 11 10.0
    GC: G1 Young Generation, G1 Old Generation
    Memory: 2048M
    Cores: 16
    Registry:
        editor.focus.mode.color.light=6a737d
        ide.editor.tab.selection.animation=true
        run.processes.with.pty=TRUE
        ide.new.editor.tabs.vertical.borders=true
        ide.balloon.shadow.size=0
        editor.focus.mode.color.dark=6a737d
    
    Non-Bundled Plugins:
        com.wakatime.intellij.plugin (14.1.1)
        org.intellij.plugins.hcl (222.4345.14)
        com.intellij.ideolog (203.0.30.0)
        org.intellij.plugins.postcss (222.4345.14)
        com.mallowigi (73.0.0)
        de.espend.idea.php.annotation (8.2.3)
        de.espend.idea.laravel (0.15.4)
        intellij.prettierJS (222.4345.14)
        com.nekofar.milad.intellij.nuxtjs (1.2.1)
        com.chrisrm.idea.MaterialThemeUI (7.14.2)
        ir.msdehghan.plugins.ansible (0.92)
        fr.adrienbrault.idea.symfony2plugin (2022.1.235)
        com.atlassian.bitbucket.references (2020.3.206)
        Gitflow-Fix (0.7.11)
        org.jetbrains.plugins.node-remote-interpreter (222.4345.14)
        ru.adelf.idea.dotenv (2022.2)
        com.laravel_idea.plugin (6.0.0.222)
        aws.toolkit (1.52-222)
    
    opened by adear11 0
  • bug report: serviceContainer.AlreadyDisposedException

    bug report: serviceContainer.AlreadyDisposedException

    • I'm submitting a ...

      • [X] bug report
      • [ ] feature request
      • [ ] puppy
    • What is the current behavior? when I start up my PHPStorm, I find a notification with "Exception in plugin Git Flow Integration Plus"; stack trace at the bottom.

    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce: I think so.

    1. PHPStom at startup
    • What is the expected behavior? no notification

    • What is the motivation / use case for changing the behavior? plugin should not throw this exception

    • Please tell me about your environment:

      • Gitflow4idea version: 0.7.11

      • Gitflow version: 1.12.3 (AVH Edition)

      • *IntelliJ

    PhpStorm 2022.2.3 Build #PS-222.4345.15, built on October 5, 2022 Runtime version: 17.0.4.1+7-b469.62 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1500M Cores: 6 Registry: projectView.hide.dot.idea=false popup.fix.ide.frame.owner=true run.processes.with.pty=TRUE

    Non-Bundled Plugins: some.awesome (1.14) ski.chrzanow.foldableprojectview (1.1.3) org.intellij.RegexpTester (1.0.8) net.seesharpsoft.intellij.plugins.file-preview (1.6.4) navigate-to-url (1.0-SNAPSHOT) name.kropp.intellij.makefile (222.4345.14) main.kotlin.com.jimschubert.intellij.swaggercodegen (4.3.1-p0) dk.lost_world.Dictionary (0.2) com.tabnine.TabNine (0.7.27) com.steve.plugins.autoscroll (1.1) com.nerdscorner.android.plugin.github (2.1.1) com.intellij.ideolog (203.0.30.0) com.godwin.json.parser (1.4.1) com.github.novotnyr.jwt-intellij-plugin (0.11) com.github.fisherman08.Idea-WebSocket (1.0.1) com.chenrl.plugin.todo (1.4) com.alayouni.ansiHighlight (22.2.3) bundled-phpstorm-help (222.4345.15) awesome.console (0.1337.12) Statistic (4.2.6) Quick Notes (3.3) GrepConsole (12.15.211.6693.1) zielu.gittoolbox (212.9.9) uk.co.ben-gibson.remote.repository.mapper (4.2.4) mobi.hsz.idea.gitignore (4.4.2) com.microsoft.vso.idea (1.162.0) org.zalando.intellij.swagger (1.1.2) dev.dohpaz.php-extras (2.2.0) com.ruslanpolutsygan.adderremover (0.3.6) com.kalessil.phpStorm.phpInspectionsEA (4.0.7.1) de.espend.idea.php.toolbox (6.1.0) de.espend.idea.php.annotation (8.2.3) com.dryabov.phpStorm.phpregexp (0.9.7) intellij.prettierJS (222.4345.14) com.intellij.lang.jsgraphql (3.3.0) izhangzhihao.rainbow.brackets (2022.3.2-ij) com.flageolett.nodeconfig (2.0.0) com.dmarcotte.handlebars (222.4345.14) io.plugin.tsnode (2021.12.02-0) Karma (222.4345.14) cz.daku.intellij.extraActions (1.2.1) fr.adrienbrault.idea.symfony2plugin (2022.1.235) com.github.novotnyr.gitlab-quickmr-idea-plugin (21) com.failfast (2.0.4) Gitflow-Fix (0.7.11) GitCommitHelper (0.1.1) org.jetbrains.plugins.node-remote-interpreter (222.4345.14) ru.adelf.idea.dotenv (2022.2) pro.bashsupport (2.1.12.222) ConsoleUrlLink (0.6) CMD Support (1.0.5) lermitage.intellij.extra.icons (2022.1.12) A move tab left and right using the keyboard plugin - by momomo.com (12.550) yes, I know, I have a lot of plugins.

    
    * **Other information** 
    
    stack trace:
    com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(name=BadgerWorker, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\mail\PhpstormProjects\Tessitura\Badger\BadgerWorker) (disposed)
    	at com.intellij.serviceContainer.ComponentManagerImpl.checkState(ComponentManagerImpl.kt:182)
    	at com.intellij.serviceContainer.ComponentManagerImpl.getComponent(ComponentManagerImpl.kt:547)
    	at com.intellij.openapi.fileEditor.FileEditorManager.getInstance(FileEditorManager.java:25)
    	at com.intellij.dvcs.DvcsUtil.getSelectedFile(DvcsUtil.java:119)
    	at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238)
    	at gitflow.actions.RepoActions.lambda$updateFavoriteIcon$0(RepoActions.java:105)
    	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:779)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
    	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:766)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)
    	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
    	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)
    	at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:965)
    	at com.intellij.openapi.progress.util.ProgressWindow.lambda$startBlocking$4(ProgressWindow.java:211)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runUnlockingIntendedWrite(ApplicationImpl.java:907)
    	at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:206)
    	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$execFromEDT$6(ProgressRunner.java:329)
    	at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757)
    	at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735)
    	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182)
    	at com.intellij.openapi.progress.impl.ProgressRunner.execFromEDT(ProgressRunner.java:326)
    	at com.intellij.openapi.progress.impl.ProgressRunner.submit(ProgressRunner.java:267)
    	at com.intellij.openapi.progress.impl.ProgressRunner.submitAndGet(ProgressRunner.java:193)
    	at com.intellij.openapi.project.impl.ProjectUiFrameAllocator.run(ProjectFrameAllocator.kt:117)
    	at com.intellij.openapi.project.impl.ProjectManagerExImpl.doOpenAsync(ProjectManagerExImpl.kt:127)
    	at com.intellij.openapi.project.impl.ProjectManagerExImpl.openProjectAsync(ProjectManagerExImpl.kt:114)
    	at com.intellij.ide.RecentProjectsManagerBase.openProject(RecentProjectsManagerBase.kt:332)
    	at com.intellij.ide.ReopenProjectAction.actionPerformed(ReopenProjectAction.java:71)
    	at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:315)
    	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:294)
    	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:337)
    	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:294)
    	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$performAction$4(ActionMenuItem.java:293)
    	at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:227)
    	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.java:286)
    	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$0(ActionMenuItem.java:67)
    	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
    	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$3(ActionMenuItem.java:109)
    	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
    	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)
    	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:109)
    	at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:546)
    	at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:578)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6648)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3392)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6413)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2266)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
    	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752)
    	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)
    	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
    	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
    
    ![akc](https://user-images.githubusercontent.com/6442698/200558415-d57b5a30-b84f-424f-bf81-710cb9366fb3.jpg)
    
    opened by jfalch 1
  • Could not determine git flow version

    Could not determine git flow version

    • I'm submitting a ...

      • [x] bug report
      • [ ] feature request
      • [ ] puppy => You're not submitting a puppy. I already have one and he's adorable
    • What is the current behavior?

    After starting Goland Idea, the Git-flow plug-in prompts Could not determine Git flow version

    The specific mistake was:

    Could not determine git flow version
    
    com.intellij.openapi.vcs.VcsException: git: 'flow' is not a git command. See 'git --help'.
    
    The most similar commands are
    reflog
    show
    	at git4idea.commands.GitCommandResult.throwOnError(GitCommandResult.java:156)
    	at git4idea.commands.GitCommandResult.getOutputOrThrow(GitCommandResult.java:145)
    	at gitflow.GitflowVersionTester.init(GitflowVersionTester.java:67)
    	at gitflow.ui.GitflowWidget$2.run(GitflowWidget.java:304)
    	at java.base/java.lang.Thread.run(Thread.java:833)
    
    • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
    1. Open IntelliJ
    2. ???
    3. Profit
    • What is the expected behavior?

    The Git Flow plug-in is working correctly

    • What is the motivation / use case for changing the behavior?

    • Please tell me about your environment:

      • Gitflow4idea version: 0.7.10

      • Gitflow version: run in terminal >1.12.3 (AVH Edition)

      • IntelliJ Help -> about > click copy icon and paste here. Should look like this:

        GoLand 2022.2.2
        Build #GO-222.3739.57, built on August 17, 2022
        Runtime version: 17.0.3+7-b469.37 x86_64
        VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
        macOS 12.0.1
        GC: G1 Young Generation, G1 Old Generation
        Memory: 2048M
        Cores: 8
        Metal Rendering is ON
      
    • Other information (e.g. detailed explanation, stacktrace, related issues, suggestions how to fix, links for me to have context words of praises, pictures of puppies (again with the puppy??) ) *

    opened by xiaoyi-coding 1
  • Exception on git commit actions

    Exception on git commit actions

    Exception reported by the plugin whenever execuing a git commit.

    Here's the exception stack trace:

    Access is allowed from event dispatch thread only

    com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Current thread: Thread[Action Updater (Fast),4,main] 2019629451 SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 1445110153 at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1110) at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1093) at git4idea.branch.GitBranchUtil.getCurrentRepository(GitBranchUtil.java:238) at gitflow.actions.RepoActions.updateFavoriteIcon(RepoActions.java:103) at gitflow.actions.RepoActions.(RepoActions.java:27) at gitflow.actions.GitflowPopupGroup.createActionGroup(GitflowPopupGroup.java:43) at gitflow.actions.GitflowPopupGroup.(GitflowPopupGroup.java:31) at gitflow.GitflowMenu.getChildren(GitflowMenu.java:28) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doGetChildren(ActionUpdater.java:670) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$2(ActionUpdater.java:117) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$getGroupChildren$21(ActionUpdater.java:484) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at com.intellij.openapi.actionSystem.impl.ActionUpdater.getGroupChildren(ActionUpdater.java:483) at com.intellij.openapi.actionSystem.impl.ActionUpdater.iterateGroupChildren(ActionUpdater.java:622) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:523) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477) at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398) at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158) at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175) at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699) at java.base/java.lang.Thread.run(Thread.java:833)

    My environment:

    • Gitflow4idea version: 0.7.10
    • Gitflow version: 1.12.3 (AVH Edition)
    • IntelliJ:

    IntelliJ IDEA 2022.2.1 (Community Edition) Build #IC-222.3739.54, built on August 16, 2022 Runtime version: 17.0.3+7-b469.37 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 3072M Cores: 8 Non-Bundled Plugins: idea.plugin.protoeditor (222.3739.24) com.jetbrains.ChooseRuntime (1.2) org.jetbrains.plugins.hocon (2022.1.0) com.github.setial (4.0.2) com.github.b3er.idea.plugins.arc.browser (0.32) com.intellij.plugin.adernov.powershell (2.0.10) String Manipulation (9.5.1) GrepConsole (12.15.211.6693.1) PythonCore (222.3739.57) Gitflow-Fix (0.7.10) GenerateSerialVersionUID (3.0.3) EclipseCodeFormatter (22.0.203.000.0-Eclipse_2021-09) Docker (222.3739.64) com.godwin.kdocer (1.6) com.uso.plugin.pom (0.0.6) org.intellij.scala (2022.2.13)

    Kotlin: 222-1.7.10-release-334-IJ3739.54

    Other info:

    Problem showed up after upgrade of Intellij release to latest 2022.2.1 and upgrade of JDK from 11 to 17.

    opened by gpaglia 0
Releases(0.7.11)
Owner
RubinCarter
RubinCarter
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.

Low level Design / Machine Coding Question Collections What is Machine Coding Round ? Machine Coding Round has become very popular interview round in

Kumaran gowthaman 619 Dec 31, 2022
UMS is a CRUD based management system which uses File Handling to manipulate data and perform the CRUD operations

UMS is a CRUD (Create, Read, Update, Delete) based management system which uses File Handling to manipulate data and perform the CRUD operations. It is a group project made using Java procedural programming having both User and Admin sides.

Daoud-Hussain 9 Dec 20, 2022
Teaching repository for the undergraduate course in Operations Research at Technical University Munich.

Tutorial for Operations Research SS22 Konstantin Kuchenmeister Teaching repository for the undergraduate course in Operations Research at Technical Un

Konstantin Kuchenmeister 9 Aug 27, 2022
A Network Observer which would provide maximum details about the network to the administrator on their screen without knowing to their users.

Smart-Network-Observer-With-Energy-Framework A Network Observer which would provide maximum details about the network to the administrator on their sc

Shrutika Ambre 5 Jul 15, 2022
A template repository for new extensions.

SAP CX Template The sapcxtemplate extension improves ... FEATURE DESCRIPTION COPY-TEXT INTRODUCTION How to activate and use COPY-TEXT ACTIVATION / SET

SAP CX Tools 3 Dec 15, 2022
A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA

Swagger Plugin Swagger Plugin makes it easy to edit Swagger and OpenAPI specification files inside IntelliJ IDEA. You can find it on JetBrains' plugin

Zalando SE 1.1k Dec 15, 2022
IntelliJ plugin for continuous OpenAPI linting using the Spectral OpenAPI linter

Spectral IntelliJ Plugin This plugin is a wrapper for the tool Spectral, a linter for OpenApi schemas. It supports all Jetbrains IDEs starting at vers

Schwarz IT 19 Jun 6, 2022
Vaadin Flow example with JWT authentication

Example how to enable JWT based authentication with Vaadin Flow and Spring Security

Matti Tahvonen 7 Sep 12, 2022
Zero-Dependency RFC 8252 OAuth 2.0 Authorization Flow

Tiny OAuth2 Client This is a minimal zero-dependency implementation of the RFC 8252 OAuth 2.0 for Native Apps, relying on Loopback Interface Redirecti

Coffee Libs ☕️ 4 Jun 17, 2022
A collection of JUnit rules for testing code which uses java.lang.System.

System Rules System Rules is a collection of JUnit rules for testing code which uses java.lang.System. System Lambda is an alternative to System Rules

Stefan Birkner 536 Dec 22, 2022
High level api to interact with maven form within the jvm

maven-utils High level api to interact with maven from within the jvm Use it by adding the dependency to your maven pom: <dependency> <groupId>se.

Alipsa 5 Sep 29, 2022
Auto-Unit-Test-Case-Generator automatically generates high-level code-coverage JUnit test suites for Java, widely used within the ANT Group.

中文README传送门 What is Auto-Unit-Test-Case-Generator Auto-Unit-Test-Case-Generator generates JUnit test suites for Java class just as its name. During te

TRaaS 108 Dec 22, 2022
PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and better method to hook Bukkit events.

PluginHooker PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and better method to hook Bukkit events. Localization 简体中文 Feat

null 12 Nov 23, 2022
This repository contains Java programs to become zero to hero in Java. Programs related to each and every concep are present from easy to intermidiate level.

Learn Java Programming In this repository you will find topic wise programs of java from basics to intermediate. This follows topic wise approach that

Sahil Batra 15 Oct 9, 2022
N-Layer Architecture human resource management system project with Java.

HRMS Project Backend N-Layer Architecture human resource management system project with Java. Report Bug · Request Feature About The Project Built Wit

Ahmet Çetinkaya 78 Dec 26, 2022
OBKV Table Client is Java Library that can be used to access table data from OceanBase storage layer.

OBKV Table Client OBKV Table Client is Java Library that can be used to access table data from OceanBase storage layer. Its access method is different

OceanBase 12 Dec 16, 2022
Ethylene is a open-source, lightweight, general-purpose compatibility layer standing between the developer and the chaotic world of configuration file formats.

Ethylene Ethylene is a open-source, lightweight, general-purpose compatibility layer standing between the developer and the chaotic world of configura

Steank 7 Aug 9, 2022
Simplifies the development of creating a JPA-based data access layer.

Spring Data JPA Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories. This module deals wi

Spring 2.5k Jan 5, 2023
Supports the development of Spryker applications with Intellij Integration.

SprykerKit - intellij plugin for spryker file generation integrated into your ide Supports the development of Spryker applications with Intellij IDEA.

valantic CX 3 Oct 13, 2022