A python3 script that tests the maximum number of type parameters a Java method can have. Explanation at http://justinblank.com/experiments/howmanytypeparameterscanajavamethodhave.html
Testing the maximum number of type parameters for a Java method
Repository from Github https://github.comhyperpape/java-max-type-params
A python3 script that tests the maximum number of type parameters a Java method can have. Explanation at http://justinblank.com/experiments/howmanytypeparameterscanajavamethodhave.html
Testing the maximum number of type parameters for a Java method