Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Fixes issue 65 #67

wants to merge 8 commits into from

Conversation

scheriam
Copy link

@scheriam scheriam commented May 4, 2022

fixes PluginException about use of deprecated default implementation (#65)

Matthias Scheriau added 8 commits January 24, 2022 18:31
* 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
@scheriam
Copy link
Author

scheriam commented Nov 28, 2022

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.

@ronhitchens
Copy link
Member

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.

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

Successfully merging this pull request may close these issues.

2 participants