Hi, we currently have the WhitespaceAround module active, which per default looks for Tokens < and > (LT and GT). Now we have a problem with GenericTypes, e.g lines with List<Item> will cause a checkstyle warning.
Of course one could simply remove the tokens GT and LT from the WhitespaceArount-module. But is there another solution, such that < and > are still being checked when used as comparison operators? Cheers, Matthias