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.67k stars 271 forks source link

Refactoring #451

Closed stokito closed 11 months ago

stokito commented 11 months 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 11 months 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 11 months ago

Thank you!