Fork me on GitHub

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Deprecated Work 0 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 3 todo, @todo

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 3

org.apache.maven.archetype.proxy.ProxyServlet Line
could be better than this! 147
output your page here 340
org.apache.maven.archetype.proxy.RepositoryServlet Line
output your page here out.println("<html>"); out.println("<head>"); out.println("<title>Servlet RepositoryServlet</title>"); out.println("</head>"); out.println("<body>"); out.println("<h1>Servlet RepositoryServlet at " + request.getContextPath () + "</h1>"); out.println("</body>"); out.println("</html>"); 247