-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixes issue 65 #67
base: master
Are you sure you want to change the base?
Fixes issue 65 #67
Conversation
* made member fields final where possible * converted anonymous inner classes to lambdas * removed a superfluous generic typing
* usage of a deprecated method resolved * overridden method hid @NotNull annotation
* prevent NPE by checking return value of method that can return null
* use !List.isEmpty() instead of List.size() > 0 * removed superfluous generic type arguments * replace anonymous inner classes with lambdas * use String.replace instead of String.replaceAll where suitable * added empty private ctor for utility class * use Collections.singletonList instead of Arrays.asList with single list entry
* added entry to CONTRIBUTORS * updated copyright date range in modified files and NOTICE * bumped plugin version
…to prevent deprecation warnings. * also added some @NotNull to keep interface
As this PR still is not merged, I tried to reach out to @ronhitchens by email the last weeks, but no response. Are you there? I really would like to make some progress to this plugin and even convinced my employer to let me work on it but need to clarify some details. |
Hi. Yes, I am here, sort of. I'm in Spain and will be driving all day today. I will follow up when I get home tonight. I am not actively maintaining this code currently and I apologize for not being responsive. I would suggest that perhaps I make you a committer on this repo so that you can carry it forward. |
fixes PluginException about use of deprecated default implementation (#65)