OpherV / gitflow4idea

Git Flow Integration plugin for IntelliJ
Apache License 2.0
504 stars 138 forks source link

298-fix-future-deprecation lambda solution #308

Open enderteszla opened 4 years ago

enderteszla commented 4 years ago

Since code for getOpenTaskPanel(...) and getCloseTaskPanel(...), I extracted the execution code into a private method with a lambda signature and then called it twice. This is an advanced version of the plain solution.

Closes #298