kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Refactoring #451

Closed stokito closed 1 year ago

stokito commented 1 year ago

I'm using IntelliJ IDE and it has a lot of code inspections. Most of them can be fixed automatically and safely. I just runned Analyze Code and fixed those problems that definitely should be fixed. When fixed I committed with a comment of the inspection name. This is only refactoring and you can safely merge the PR.

stokito commented 1 year ago

You can install the IntelliJ COmmunity Edition for free, it's open source. But you will need to open not a parent directory but kse instead and the IntelliJ will find the Gradle and import the project properly. There are other problems that the Idea shows like trailing spaces in resource files. Not critical but still something that you may be interested in

kaikramer commented 1 year ago

Thank you!