Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 408 Bytes

AvoidUsingNativeCode.md

File metadata and controls

8 lines (5 loc) · 408 Bytes

AvoidUsingNativeCode

Category: pmd
Rule Key: pmd:AvoidUsingNativeCode


As JVM and Java language offer already many help in creating application, it should be very rare to have to rely on non-java code. Even though, it is rare to actually have to use Java Native Interface (JNI). As the use of JNI make application less portable, and harder to maintain, it is not recommended.