Given the following: ```Java public class Box<T> { } ``` The template parameter name T does not seem to be fully collected correctly This is the output (`--csv`). ```csv Box,,class,Box.java,2:14,Java, T,publicBox<T,parameter,Box.java,2:18,Java, ``` It is giving the type `publicBox<T`.
Given the following:
The template parameter name T does not seem to be fully collected correctly
This is the output (
--csv).It is giving the type
publicBox<T.