java-topology/test/langtools/tools/doclint/tool/StatsTest.out
russell@unturf.com 0a580b313d undefect. CWE-407 — 63 sites patched across 27 ecosystems
Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com

Patches, unit tests, benchmarks, whitepaper, and outreach briefs.
Public domain — no copyright claimed. Use freely.
2026-03-26 17:11:57 -04:00

43 lines
1.2 KiB
Text

StatsTest.java:12: warning: no comment
public class StatsTest {
^
StatsTest.java:14: error: invalid entity �
* � � � �
^
StatsTest.java:14: error: invalid entity �
* � � � �
^
StatsTest.java:14: error: invalid entity �
* � � � �
^
StatsTest.java:14: error: invalid entity �
* � � � �
^
StatsTest.java:19: warning: no @param for a1
public int warnings(int a1, int a2) throws Exception { return 0; }
^
StatsTest.java:19: warning: no @param for a2
public int warnings(int a1, int a2) throws Exception { return 0; }
^
StatsTest.java:19: warning: no @return
public int warnings(int a1, int a2) throws Exception { return 0; }
^
StatsTest.java:19: warning: no @throws for java.lang.Exception
public int warnings(int a1, int a2) throws Exception { return 0; }
^
By group...
5: missing
4: html
By diagnostic kind...
5: warning
4: error
By message kind...
4: invalid entity &{0};
2: no @param for {0}
1: no @return
1: no @throws for {0}
1: no comment
4 errors
5 warnings