For some reason, our parser is not accepting expressions of this kind for fully-qualified names
java.security.spec.AlgorithmParameterSpec params;
But it accepts like this (notice the upper case word on the third position)
java.security.Spec.AlgorithmParameterSpec params;
For some reason, our parser is not accepting expressions of this kind for fully-qualified names
java.security.spec.AlgorithmParameterSpec params;But it accepts like this (notice the upper case word on the third position)
java.security.Spec.AlgorithmParameterSpec params;