-
Notifications
You must be signed in to change notification settings - Fork 31
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
Exception in plugin Liferay Intellij Plugin #81
Comments
Fixed in 2ab3682 |
To get notified about crashes in the plugin, you can implement an "errorHandler" in IntelliJ. By this, any developer using the plugin can send crash reports. I've seen implementations which automatically create github issues or Jira issues. Maybe we should implement such an errorHandler in the future. @jtydhr88, @gamerson what do you think? |
I like this idea and I opened the Jira issue for this, see here: https://issues.liferay.com/browse/INTELLIJ-30 |
hey @dmarks2 I'd like to assign this task to some Liferay guys :) |
Hi @dmarks2 , thank you for your suggestion, I will think about that solution you mentioned. Could you please give more information about the "errorHandler" and where I can find the implementations which automatically create github or jira issues. Maybe I can refer that implementation. Thanks a lot. |
Hey @Seiphon, I tried to implement an errorHandler in my own plugin. In that case it automatically creates a github issue. Unfortunately you will need an API key for github to do this and you cannot checkin the API key (github will remove it automatically for security reasons). I followed a sample implementation from another plugin. See discussion and helpful links here: |
random appears while working in Intellij
The text was updated successfully, but these errors were encountered: