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

Fix Update Failure#6

Open
zgover wants to merge 1 commit intoflorent37:masterfrom
zgover:patch-1
Open

Fix Update Failure#6
zgover wants to merge 1 commit intoflorent37:masterfrom
zgover:patch-1

Conversation

@zgover
Copy link
Copy Markdown

@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
Copy Markdown
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