Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Fix Update Failure #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix Update Failure #6

wants to merge 1 commit into from

Conversation

zgover
Copy link

@zgover zgover commented Apr 22, 2021

Fixes assertion error during plugin updates, see below.

update failed for AnAction(com.github.florent37.Generator) with ID=florent37.JsonSerializable.Generator

java.lang.AssertionError
	at com.intellij.openapi.actionSystem.AnActionEvent.getRequiredData(AnActionEvent.ja///va:221)
	at com.github.florent37.Generator.update(Generator.java:33)
        {...}

Fixes assertion error during plugin updates, see below.

```java
update failed for AnAction(com.github.florent37.Generator) with ID=florent37.JsonSerializable.Generator

java.lang.AssertionError
	at com.intellij.openapi.actionSystem.AnActionEvent.getRequiredData(AnActionEvent.ja///va:221)
	at com.github.florent37.Generator.update(Generator.java:33)
        {...}
```
@zgover
Copy link
Author

zgover commented Apr 22, 2021

Do please actually test this and not just merge...Truthfully I just hoped it would give you a little shove to actively maintain the plugin if you saw community efforts aside from issues. I was in a rush and added a fix from first google result, just got tired of seeing this plugin throwing errors and blinking in the corner of my eye.

Thanks bud!

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

Successfully merging this pull request may close these issues.

1 participant