NShiftKey-Rule-Guide logo NShiftKey-Rule-Guide

1. Vulnerability Description

2. Vulnerability Countermeasure

3. Sample Code

object Test {
   def paramless: Unit = ()
}
object Test {
   def params(): Unit = ()
}