Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Can't "Start Feature" in PyCharm 2018.1 #194

Closed
1 of 3 tasks
rgoya opened this issue Apr 4, 2018 · 3 comments
Closed
1 of 3 tasks

Can't "Start Feature" in PyCharm 2018.1 #194

rgoya opened this issue Apr 4, 2018 · 3 comments

Comments

@rgoya
Copy link

rgoya commented Apr 4, 2018

  • I'm submitting a ...

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

Updated the Plugin after updating PyCharm to 2018.1. When I try to create a feature on a project tjat was working with Gitflow pluglin before, I get the following error:

null
java.lang.NullPointerException
at gitflow.GitflowImpl.addOptionsCommand(GitflowImpl.java:56)
at gitflow.GitflowImpl.startFeature(GitflowImpl.java:110)
at gitflow.actions.StartFeatureAction.createFeatureBranch(StartFeatureAction.java:58)
at gitflow.actions.StartFeatureAction.access$000(StartFeatureAction.java:18)
at gitflow.actions.StartFeatureAction$1.run(StartFeatureAction.java:48)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:750)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
at com.intellij.openapi.progress.impl.CoreProgressManager$4.run(CoreProgressManager.java:395)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
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:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

  • Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
  1. Open IntelliJ (PyCharm)
  2. Click on "Gitflow" menu bottom right corner of IDE
  3. Click on project
  4. Click on "Start Feature"
  5. 💩
  • What is the expected behavior?
    Start a feature!

I can "git flow feature start my_new_feature" in a terminal and the plugin correctly detects the feature exists.

  • What is the motivation / use case for changing the behavior?
    Having a working plugin is always a plus!

  • Please tell me about your environment:

    • Gitflow4idea version: 0.6.5
    • Gitflow version: 0.4.2-pre
      PyCharm 2018.1 (Professional Edition)
      Build #PY-181.4203.547, built on March 26, 2018
      JRE: 1.8.0_152-release-1136-b20 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??) )

@rgoya rgoya changed the title PyCharm 2018.1 Can't Start Feature in PyCharm 2018.1 Apr 4, 2018
@rgoya rgoya changed the title Can't Start Feature in PyCharm 2018.1 Can't "Start Feature" in PyCharm 2018.1 Apr 4, 2018
@OpherV
Copy link
Owner

OpherV commented Apr 4, 2018

Thanks for the report! I did some refactoring options in the new version and looks like I might have nicked something. I'll look into this

@OpherV
Copy link
Owner

OpherV commented Apr 4, 2018

Please try version 0.6.5.1

@OpherV OpherV closed this as completed Apr 4, 2018
@rgoya
Copy link
Author

rgoya commented Apr 4, 2018

Back in business, Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants