YunaBraska/github-workflow-plugin

[Project] Refactor / Memory Leak

Closed this issue · 0 comments

Links

Description

Custom wrappers and static variables can lead to memory leaks.
Most of the wrappers doesn't make sense any more and are just helpers for development.

Acceptance Criteria

  • Exchange WorkflowContext, YamlElement, YamlElementHelper with the default PsiElement's which can also store information in its own cache

Technical Info

  • Psi Elements can cache information, no need to create wrappers