IBM / OpenJCEPlus

This project makes use of Java and C/C++. This project will create OpenJCEPlus and OpenJCEPlusFIPS cryptographic providers which are implementations of the Java™ Cryptography Extensions (JCE) APIs. The actual cryptographic code will come from the OpenCryptographyKitC project which is based on OpenSSL.
Apache License 2.0
3 stars 10 forks source link

Strictly enforce import order using checkstyle #179

Closed jasonkatonica closed 3 weeks ago

jasonkatonica commented 3 weeks ago

This update enforces that imports remain in a very strict alphabetic order using the checktyle ImportOrder rule. This is a quick and easy way to ensure that imports stay organized without a deep review of such changes in the future.

Signed-off-by: Jason Katonica katonica@us.ibm.com