-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b02
Utils provides overloaded methods to access the block tags in the doc comments for an element.
The code is very string-oriented, and uses .toUpperCase, Enum.valueOf, and making lists twice.
It can be simplified, partly by using streams and predicates as filters, and partly by better leveraging taglets and DocTree.Kind to find the matching tags.
The code is very string-oriented, and uses .toUpperCase, Enum.valueOf, and making lists twice.
It can be simplified, partly by using streams and predicates as filters, and partly by better leveraging taglets and DocTree.Kind to find the matching tags.