Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • SummaryJavadoc
    SuppressionXpathSingleFilter message
  • ^(?!.*Javadoc comment at column \d+ has parse error).+

  • Summary:

    Report id Files Violations Severity-warning
    base 0 0 0
    patch 50853 390 (390 added) 390 (390 added)
    267 files with differences 390 changes in violations 390 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
    base 0
    patch 390 (390 added)
    changes in violations 390

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 390

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/make/jdk/src/classes/build/tools/generatecharacter/GenerateCharacter.java

    Severity Rule Message Line Col
    #A1 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '<sizek size == mapk\n *\n * In other words the index k can be split into two parts namely the size\n * low-order bits and all the remaining high-order bits the high-order bits are then\n * remapped by map z to produce an index into table t. In effect the data of the\n * original map m is broken up into blocks of size size the compression relies\n * on the expectation that many of these blocks will be identical and therefore need\n * be represented only once in the compressed table t.\n *\n * This method is intended to be used iteratively. The first map to be handed\n * to it is the one constructed by method buildMap. After that the first of the\n * two arrays returned by this method is fed back into it for further compression.\n * At the end of the iteration one has a starter map and a sequence of tables.\n *\n * The algorithm used to implement this computation is straightforward and not\n * especially clever. It uses brute-force linear search the loop labeled MIDDLE\n * to locate identical blocks so overall the time complexity of the algorithm\n * is quadratic in the length of the input map. Fortunately speed is not crucial\n * to this application.\n *\n * param map a map to be compressed\n * param size the number of index bits to be split off by the compression\n * return an array of length containing two arrays the first is a new map\n * and the second is a compressed data table\n *\n * see GenerateCharacterbuildMap\n ' while parsing HTML_ELEMENT 644
    #A2 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '<size\n * in this method this information is used only to affect\n * how many table values are to be generated per line\n * param preshifted if this flag is true then the table entries are to be\n * emitted in a preshifted form that is each value should\n * be left-shifted by the amount shift so that this work\n * is built into the table and need not be performed by an\n * explicit shift operator at run time\n * param shift this is the shift amount for preshifting of table entries\n * param hexFormat if this flag is true table entries should be emitted as\n * hexadecimal literals otherwise decimal literals are used\n * param properties if this flag is true the table entries are encoded\n * character properties rather than indexes into yet other tables\n * therefore comments describing the encoded properties should\n * be generated\n * param hexComment if this flag is true each line of output is labelled with\n * a hexadecimal comment indicating the character values to\n * which that line applies otherwise decimal values indicating\n * table indices are generated\n *\n * see GenerateCharactergenTables\n * see GenerateCharacterreplaceCommand\n ' while parsing HTML_ELEMENT 1151
    #A3 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: token recognition error at: '@' while parsing UnicodeSpec 1941

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java

    Severity Rule Message Line Col
    #A4 warning SummaryJavadoc Javadoc comment at column 68 has parse error. Details: token recognition error at: ''' while parsing : 139

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/AbstractStringBuilder.java

    Severity Rule Message Line Col
    #A5 warning SummaryJavadoc Javadoc comment at column 63 has parse error. Details: no viable alternative at input '<hi=' while parsing HTML_ELEMENT 316

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/ClassLoader.java

    Severity Rule Message Line Col
    #A6 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 2471

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/Process.java

    Severity Rule Message Line Col
    #A7 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 1051

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/classfile/ClassFile.java

    Severity Rule Message Line Col
    #A8 warning SummaryJavadoc Javadoc comment at column 10 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 783

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/invoke/MethodHandle.java

    Severity Rule Message Line Col
    #A9 warning SummaryJavadoc Javadoc comment at column 95 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 1819

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/lang/reflect/AccessFlag.java

    Severity Rule Message Line Col
    #A10 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 118
    #A11 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 127
    #A12 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 135
    #A13 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 143
    #A14 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 151
    #A15 warning SummaryJavadoc Javadoc comment at column 40 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 187
    #A16 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 202
    #A17 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 208
    #A18 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 217
    #A19 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 223
    #A20 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 232
    #A21 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 247
    #A22 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 256
    #A23 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 269
    #A24 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 281
    #A25 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 289
    #A26 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '%04x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 297

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/math/BigDecimal.java

    Severity Rule Message Line Col
    #A27 warning SummaryJavadoc Javadoc comment at column 31 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 51
    #A28 warning SummaryJavadoc Javadoc comment at column 20 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3232

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/math/BigInteger.java

    Severity Rule Message Line Col
    #A29 warning SummaryJavadoc Javadoc comment at column 56 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 126

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/math/MutableBigInteger.java

    Severity Rule Message Line Col
    #A30 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<P and P is odd.\n ' while parsing HTML_ELEMENT 2359

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/net/CookieHandler.java

    Severity Rule Message Line Col
    #A31 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 62

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/net/URLDecoder.java

    Severity Rule Message Line Col
    #A32 warning SummaryJavadoc Javadoc comment at column 57 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 115

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/nio/MappedByteBuffer.java

    Severity Rule Message Line Col
    #A33 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 228

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/nio/charset/Charset.java

    Severity Rule Message Line Col
    #A34 warning SummaryJavadoc Javadoc comment at column 62 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 302

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/nio/file/Files.java

    Severity Rule Message Line Col
    #A35 warning SummaryJavadoc Javadoc comment at column 62 has parse error. Details: token recognition error at: '>' while parsing FileAttribute 866
    #A36 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 2590
    #A37 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 2658
    #A38 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 2738
    #A39 warning SummaryJavadoc Javadoc comment at column 58 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 2990
    #A40 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3104
    #A41 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3253
    #A42 warning SummaryJavadoc Javadoc comment at column 18 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3290
    #A43 warning SummaryJavadoc Javadoc comment at column 11 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3564
    #A44 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 3812

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/text/SimpleDateFormat.java

    Severity Rule Message Line Col
    #A45 warning SummaryJavadoc Javadoc comment at column 48 has parse error. Details: token recognition error at: ',' while parsing String 1699

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/util/IdentityHashMap.java

    Severity Rule Message Line Col
    #A46 warning SummaryJavadoc Javadoc comment at column 44 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 53
    #A47 warning SummaryJavadoc Javadoc comment at column 55 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 421
    #A48 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 509
    #A49 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 648
    #A50 warning SummaryJavadoc Javadoc comment at column 30 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 685

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/util/random/RandomGenerator.java

    Severity Rule Message Line Col
    #A51 warning SummaryJavadoc Javadoc comment at column 55 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 618
    #A52 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 648

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/util/stream/DoublePipeline.java

    Severity Rule Message Line Col
    #A53 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 97

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/util/stream/IntPipeline.java

    Severity Rule Message Line Col
    #A54 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 97

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/java/util/stream/LongPipeline.java

    Severity Rule Message Line Col
    #A55 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 98

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/javax/net/ssl/SSLEngine.java

    Severity Rule Message Line Col
    #A56 warning SummaryJavadoc Javadoc comment at column 40 has parse error. Details: token recognition error at: '{ ' while parsing engine.wrap(new ByteBuffer[] 493
    #A57 warning SummaryJavadoc Javadoc comment at column 47 has parse error. Details: token recognition error at: '{ ' while parsing engine.unwrap(src, new ByteBuffer[] 648

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/icu/impl/BMPSet.java

    Severity Rule Message Line Col
    #A58 warning SummaryJavadoc Javadoc comment at column 79 has parse error. Details: no viable alternative at input '<limit=' while parsing HTML_ELEMENT 339
    #A59 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<len. findCodePointc defaults to lo=0 and hi=len-1.\n *\n * param c\n * a character in a subrange of MIN_VALUE..MAX_VALUE\n * param lo\n * The lowest index to be returned.\n * param hi\n * The highest index to be returned.\n * return the smallest integer i in the range lo..hi inclusive such that c listi\n ' while parsing HTML_ELEMENT 488

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/icu/lang/UCharacter.java

    Severity Rule Message Line Col
    #A60 warning SummaryJavadoc Javadoc comment at column 50 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 337
    #A61 warning SummaryJavadoc Javadoc comment at column 44 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 440
    #A62 warning SummaryJavadoc Javadoc comment at column 53 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 461

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/invoke/MhUtil.java

    Severity Rule Message Line Col
    #A63 warning SummaryJavadoc Javadoc comment at column 10 has parse error. Details: mismatched input 'MethodHandle' expecting '=' while parsing SNIPPET_ATTRIBUTE 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/loader/RawNativeLibraries.java

    Severity Rule Message Line Col
    #A64 warning SummaryJavadoc Javadoc comment at column 30 has parse error. Details: mismatched input 'libs' expecting '=' while parsing SNIPPET_ATTRIBUTE 102

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/math/FloatingDecimal.java

    Severity Rule Message Line Col
    #A65 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: no viable alternative at input '<v\n * /' while parsing HTML_ELEMENT 847

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/misc/CDS.java

    Severity Rule Message Line Col
    #A66 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: token recognition error at: ':' while parsing jdk.internal.misc.Unsafe 377

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/jdk/internal/platform/Metrics.java

    Severity Rule Message Line Col
    #A67 warning SummaryJavadoc Javadoc comment at column 36 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 245
    #A68 warning SummaryJavadoc Javadoc comment at column 36 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 271

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/invoke/util/BytecodeName.java

    Severity Rule Message Line Col
    #A69 warning SummaryJavadoc Javadoc comment at column 14 has parse error. Details: mismatched input '/' expecting IDENTIFIER while parsing QUALIFIED_NAME 254

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/net/ftp/impl/FtpClient.java

    Severity Rule Message Line Col
    #A70 warning SummaryJavadoc Javadoc comment at column 45 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 1205

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/TypeVariableImpl.java

    Severity Rule Message Line Col
    #A71 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: token recognition error at: '@' while parsing 112

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/WildcardTypeImpl.java

    Severity Rule Message Line Col
    #A72 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: token recognition error at: '@' while parsing 97
    #A73 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: token recognition error at: '@' while parsing 128

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/security/util/ByteArrayLexOrder.java

    Severity Rule Message Line Col
    #A74 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 51

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/security/util/ByteArrayTagOrder.java

    Severity Rule Message Line Col
    #A75 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 50

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.base/share/classes/sun/security/util/Cache.java

    Severity Rule Message Line Col
    #A76 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: token recognition error at: ',' while parsing K 683

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/macosx/classes/com/apple/laf/AquaButtonExtendedTypes.java

    Severity Rule Message Line Col
    #A77 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: no viable alternative at input '<rdar:/' while parsing HTML_ELEMENT 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java

    Severity Rule Message Line Col
    #A78 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 494

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/share/classes/com/sun/media/sound/ModelChannelMixer.java

    Severity Rule Message Line Col
    #A79 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthParser.java

    Severity Rule Message Line Col
    #A80 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 136

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/share/classes/sun/java2d/pipe/LoopBasedPipe.java

    Severity Rule Message Line Col
    #A81 warning SummaryJavadoc Javadoc comment at column 31 has parse error. Details: token recognition error at: '@' while parsing neugens 33

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.desktop/windows/classes/sun/awt/windows/WPrinterJob.java

    Severity Rule Message Line Col
    #A82 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 606

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.management/share/classes/javax/management/remote/JMXConnector.java

    Severity Rule Message Line Col
    #A83 warning SummaryJavadoc Javadoc comment at column 67 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 137

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.net.http/share/classes/jdk/internal/net/http/common/SubscriberWrapper.java

    Severity Rule Message Line Col
    #A84 warning SummaryJavadoc Javadoc comment at column 30 has parse error. Details: token recognition error at: '>' while parsing ByteBuffer 81
    #A85 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: token recognition error at: '>' while parsing ByteBuffer 112

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.net.http/share/classes/jdk/internal/net/http/common/TimeSource.java

    Severity Rule Message Line Col
    #A86 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: mismatched input 'source' expecting '=' while parsing SNIPPET_ATTRIBUTE 125

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.prefs/share/classes/java/util/prefs/XmlSupport.java

    Severity Rule Message Line Col
    #A87 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: ',' while parsing String 337

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.rmi/share/classes/sun/rmi/transport/DGCClient.java

    Severity Rule Message Line Col
    #A88 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: mismatched input ',' expecting <EOF> while parsing JAVADOC 72

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.security.jgss/share/classes/sun/security/jgss/ProviderList.java

    Severity Rule Message Line Col
    #A89 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 262
    #A90 warning SummaryJavadoc Javadoc comment at column 61 has parse error. Details: token recognition error at: ',' while parsing Provider1 473

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.sql.rowset/share/classes/com/sun/rowset/CachedRowSetImpl.java

    Severity Rule Message Line Col
    #A91 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 4070

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/java_cup/internal/runtime/Scanner.java

    Severity Rule Message Line Col
    #A92 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: token recognition error at: '@' while parsing davidm 33

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/templates/Constants.java

    Severity Rule Message Line Col
    #A93 warning SummaryJavadoc Javadoc comment at column 15 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 332

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/AncestorPattern.java

    Severity Rule Message Line Col
    #A94 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java

    Severity Rule Message Line Col
    #A95 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.java

    Severity Rule Message Line Col
    #A96 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 46

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/EqualityExpr.java

    Severity Rule Message Line Col
    #A97 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java

    Severity Rule Message Line Col
    #A98 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java

    Severity Rule Message Line Col
    #A99 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 63

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java

    Severity Rule Message Line Col
    #A100 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: token recognition error at: '@' while parsing gthb 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java

    Severity Rule Message Line Col
    #A101 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: token recognition error at: '@' while parsing gthb 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java

    Severity Rule Message Line Col
    #A102 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '.' while parsing 95

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java

    Severity Rule Message Line Col
    #A103 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 64

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java

    Severity Rule Message Line Col
    #A104 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Param.java

    Severity Rule Message Line Col
    #A105 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing JohnH 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ParameterRef.java

    Severity Rule Message Line Col
    #A106 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java

    Severity Rule Message Line Col
    #A107 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 62

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java

    Severity Rule Message Line Col
    #A108 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 59

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java

    Severity Rule Message Line Col
    #A109 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing JohnH 59

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java

    Severity Rule Message Line Col
    #A110 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java

    Severity Rule Message Line Col
    #A111 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java

    Severity Rule Message Line Col
    #A112 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing JohnH 49

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRef.java

    Severity Rule Message Line Col
    #A113 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase.java

    Severity Rule Message Line Col
    #A114 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: token recognition error at: '.' while parsing 67

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.java

    Severity Rule Message Line Col
    #A115 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing JohnH 45

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java

    Severity Rule Message Line Col
    #A116 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: token recognition error at: '@' while parsing gthb 51

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java

    Severity Rule Message Line Col
    #A117 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java

    Severity Rule Message Line Col
    #A118 warning SummaryJavadoc Javadoc comment at column 95 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 258
    #A119 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: mismatched input 'param' expecting TAG_CLOSE while parsing HTML_TAG_END 404

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java

    Severity Rule Message Line Col
    #A120 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 40

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java

    Severity Rule Message Line Col
    #A121 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 44

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java

    Severity Rule Message Line Col
    #A122 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: token recognition error at: '@' while parsing douglasjsellers 70

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/StepIterator.java

    Severity Rule Message Line Col
    #A123 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing ejb 39

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java

    Severity Rule Message Line Col
    #A124 warning SummaryJavadoc Javadoc comment at column 39 has parse error. Details: token recognition error at: '@' while parsing Jochen.Cordes 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/ParentNode.java

    Severity Rule Message Line Col
    #A125 warning SummaryJavadoc Javadoc comment at column 42 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 818
    #A126 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 825

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/TextImpl.java

    Severity Rule Message Line Col
    #A127 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 122

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java

    Severity Rule Message Line Col
    #A128 warning SummaryJavadoc Javadoc comment at column 76 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 2174
    #A129 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: no viable alternative at input '< has been scanned.\n *\n * return True if the DOCTYPE was scanned false if DOCTYPE\n * was not scanned.\n ' while parsing HTML_ELEMENT 3147

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java

    Severity Rule Message Line Col
    #A130 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: no viable alternative at input '< has been scanned.\n *\n * return True if the DOCTYPE was scanned false if DOCTYPE\n * was not scanned.\n ' while parsing HTML_ELEMENT 1271

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.java

    Severity Rule Message Line Col
    #A131 warning SummaryJavadoc Javadoc comment at column 31 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 174

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/XPath.java

    Severity Rule Message Line Col
    #A132 warning SummaryJavadoc Javadoc comment at column 15 has parse error. Details: token recognition error at: ' ' while parsing @ 1233

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/BMPattern.java

    Severity Rule Message Line Col
    #A133 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 121

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeGroupTraverser.java

    Severity Rule Message Line Col
    #A134 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 42

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeTraverser.java

    Severity Rule Message Line Col
    #A135 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.java

    Severity Rule Message Line Col
    #A136 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 58

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java

    Severity Rule Message Line Col
    #A137 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 64

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDNotationTraverser.java

    Severity Rule Message Line Col
    #A138 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 41

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java

    Severity Rule Message Line Col
    #A139 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '}' while parsing 69

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java

    Severity Rule Message Line Col
    #A140 warning SummaryJavadoc Javadoc comment at column 48 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 132

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl.java

    Severity Rule Message Line Col
    #A141 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 163
    #A142 warning SummaryJavadoc Javadoc comment at column 73 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 1017

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.java

    Severity Rule Message Line Col
    #A143 warning SummaryJavadoc Javadoc comment at column 11 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 39

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/DefaultErrorHandler.java

    Severity Rule Message Line Col
    #A144 warning SummaryJavadoc Javadoc comment at column 35 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 60

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java

    Severity Rule Message Line Col
    #A145 warning SummaryJavadoc Javadoc comment at column 15 has parse error. Details: token recognition error at: ' ' while parsing @ 667

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/XPointerErrorHandler.java

    Severity Rule Message Line Col
    #A146 warning SummaryJavadoc Javadoc comment at column 35 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 59

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java

    Severity Rule Message Line Col
    #A147 warning SummaryJavadoc Javadoc comment at column 15 has parse error. Details: token recognition error at: ' ' while parsing @ 629

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/DTMManager.java

    Severity Rule Message Line Col
    #A148 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 88

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java

    Severity Rule Message Line Col
    #A149 warning SummaryJavadoc Javadoc comment at column 3 has parse error. Details: no viable alternative at input '<IDENT_DTM_NODE_BITS.\n ' while parsing HTML_ELEMENT 145

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java

    Severity Rule Message Line Col
    #A150 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 2293

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java

    Severity Rule Message Line Col
    #A151 warning SummaryJavadoc Javadoc comment at column 83 has parse error. Details: token recognition error at: '>' while parsing String 138

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/Serializer.java

    Severity Rule Message Line Col
    #A152 warning SummaryJavadoc Javadoc comment at column 18 has parse error. Details: no viable alternative at input '<' while parsing REFERENCE 153

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/SerializerFactory.java

    Severity Rule Message Line Col
    #A153 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: no viable alternative at input '<' while parsing REFERENCE 45

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java

    Severity Rule Message Line Col
    #A154 warning SummaryJavadoc Javadoc comment at column 78 has parse error. Details: token recognition error at: '>' while parsing String 213

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/URI.java

    Severity Rule Message Line Col
    #A155 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 35

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/FastStringBuffer.java

    Severity Rule Message Line Col
    #A156 warning SummaryJavadoc Javadoc comment at column 3 has parse error. Details: no viable alternative at input '<m_chunkBits m_firstFree\n ' while parsing HTML_ELEMENT 162

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/URI.java

    Severity Rule Message Line Col
    #A157 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XML11Char.java

    Severity Rule Message Line Col
    #A158 warning SummaryJavadoc Javadoc comment at column 24 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 412

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XMLChar.java

    Severity Rule Message Line Col
    #A159 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 646

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.compiler/share/classes/com/sun/tools/javac/code/DeferredLintHandler.java

    Severity Rule Message Line Col
    #A160 warning SummaryJavadoc Javadoc comment at column 83 has parse error. Details: token recognition error at: '@' while parsing 41

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.compiler/share/classes/com/sun/tools/javac/file/PathFileObject.java

    Severity Rule Message Line Col
    #A161 warning SummaryJavadoc Javadoc comment at column 46 has parse error. Details: mismatched input '.' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 249

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_ATTRIBUTE.java

    Severity Rule Message Line Col
    #A162 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_C_INITIALIZE_ARGS.java

    Severity Rule Message Line Col
    #A163 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 68

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_DATE.java

    Severity Rule Message Line Col
    #A164 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 64

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_DESTROYMUTEX.java

    Severity Rule Message Line Col
    #A165 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 56

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_ECDH1_DERIVE_PARAMS.java

    Severity Rule Message Line Col
    #A166 warning SummaryJavadoc Javadoc comment at column 49 has parse error. Details: token recognition error at: '@' while parsing Karl.Scheibelhofer 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_ECDH2_DERIVE_PARAMS.java

    Severity Rule Message Line Col
    #A167 warning SummaryJavadoc Javadoc comment at column 49 has parse error. Details: token recognition error at: '@' while parsing Karl.Scheibelhofer 70

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_INFO.java

    Severity Rule Message Line Col
    #A168 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_LOCKMUTEX.java

    Severity Rule Message Line Col
    #A169 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 56

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM.java

    Severity Rule Message Line Col
    #A170 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM_INFO.java

    Severity Rule Message Line Col
    #A171 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 89

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_NOTIFY.java

    Severity Rule Message Line Col
    #A172 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 56

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_PBE_PARAMS.java

    Severity Rule Message Line Col
    #A173 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 68

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_PKCS5_PBKD2_PARAMS.java

    Severity Rule Message Line Col
    #A174 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 71

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_OAEP_PARAMS.java

    Severity Rule Message Line Col
    #A175 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 67

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SESSION_INFO.java

    Severity Rule Message Line Col
    #A176 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 65

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SLOT_INFO.java

    Severity Rule Message Line Col
    #A177 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT.java

    Severity Rule Message Line Col
    #A178 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 69

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS.java

    Severity Rule Message Line Col
    #A179 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 68

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS.java

    Severity Rule Message Line Col
    #A180 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 64

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA.java

    Severity Rule Message Line Col
    #A181 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 68

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_TOKEN_INFO.java

    Severity Rule Message Line Col
    #A182 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 80

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_UNLOCKMUTEX.java

    Severity Rule Message Line Col
    #A183 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 56

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_VERSION.java

    Severity Rule Message Line Col
    #A184 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 65

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH1_DERIVE_PARAMS.java

    Severity Rule Message Line Col
    #A185 warning SummaryJavadoc Javadoc comment at column 49 has parse error. Details: token recognition error at: '@' while parsing Karl.Scheibelhofer 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH2_DERIVE_PARAMS.java

    Severity Rule Message Line Col
    #A186 warning SummaryJavadoc Javadoc comment at column 49 has parse error. Details: token recognition error at: '@' while parsing Karl.Scheibelhofer 70

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/Constants.java

    Severity Rule Message Line Col
    #A187 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 57

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/Functions.java

    Severity Rule Message Line Col
    #A188 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 61

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/PKCS11.java

    Severity Rule Message Line Col
    #A189 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: token recognition error at: '@' while parsing schlaeff 68

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/ProcessControl.java

    Severity Rule Message Line Col
    #A190 warning SummaryJavadoc Javadoc comment at column 46 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 51

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.internal.md/share/classes/jdk/internal/markdown/MarkdownTransformer.java

    Severity Rule Message Line Col
    #A191 warning SummaryJavadoc Javadoc comment at column 17 has parse error. Details: mismatched input 'v' expecting '=' while parsing SNIPPET_ATTRIBUTE 585

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/CompilerToVM.java

    Severity Rule Message Line Col
    #A192 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: '{' while parsing @ 515

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java

    Severity Rule Message Line Col
    #A193 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 123

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/AccessLevel.java

    Severity Rule Message Line Col
    #A194 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 42

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/scan/Scan.java

    Severity Rule Message Line Col
    #A195 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 262
    #A196 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 293
    #A197 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 317
    #A198 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 403
    #A199 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 421
    #A200 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 438
    #A201 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 459
    #A202 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 481
    #A203 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 503
    #A204 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 521
    #A205 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 564

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java

    Severity Rule Message Line Col
    #A206 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: no viable alternative at input '<a href={@docRoot/' while parsing HTML_ELEMENT 265

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jfr/share/classes/jdk/jfr/internal/RemoveFields.java

    Severity Rule Message Line Col
    #A207 warning SummaryJavadoc Javadoc comment at column 2 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 47

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jfr/share/classes/jdk/jfr/internal/management/StreamBarrier.java

    Severity Rule Message Line Col
    #A208 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 89

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jfr/share/classes/jdk/jfr/internal/query/Configuration.java

    Severity Rule Message Line Col
    #A209 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 52
    #A210 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 100
    #A211 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 107

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jfr/share/classes/jdk/jfr/internal/query/QueryPrinter.java

    Severity Rule Message Line Col
    #A212 warning SummaryJavadoc Javadoc comment at column 26 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 77

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/CustomLauncherIcon.java

    Severity Rule Message Line Col
    #A213 warning SummaryJavadoc Javadoc comment at column 66 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/DefaultLauncherIcon.java

    Severity Rule Message Line Col
    #A214 warning SummaryJavadoc Javadoc comment at column 75 has parse error. Details: mismatched input '}' expecting IDENTIFIER while parsing QUALIFIED_NAME 32
    #A215 warning SummaryJavadoc Javadoc comment at column 66 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 42

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/FileAssociation.java

    Severity Rule Message Line Col
    #A216 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 43
    #A217 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 50

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/Launcher.java

    Severity Rule Message Line Col
    #A218 warning SummaryJavadoc Javadoc comment at column 62 has parse error. Details: mismatched input '}' expecting IDENTIFIER while parsing QUALIFIED_NAME 167

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jpackage/share/classes/jdk/jpackage/internal/util/CompositeProxy.java

    Severity Rule Message Line Col
    #A219 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 202

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jshell/share/classes/jdk/jshell/Snippet.java

    Severity Rule Message Line Col
    #A220 warning SummaryJavadoc Javadoc comment at column 73 has parse error. Details: token recognition error at: '{ ' while parsing eval("int three() 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/src/jdk.jshell/share/classes/jdk/jshell/TaskFactory.java

    Severity Rule Message Line Col
    #A221 warning SummaryJavadoc Javadoc comment at column 52 has parse error. Details: token recognition error at: '&' while parsing Runnable 636

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/TestAssembler.java

    Severity Rule Message Line Col
    #A222 warning SummaryJavadoc Javadoc comment at column 31 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 476

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/IREncodingParser.java

    Severity Rule Message Line Col
    #A223 warning SummaryJavadoc Javadoc comment at column 83 has parse error. Details: token recognition error at: '.' while parsing idx2 116

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java

    Severity Rule Message Line Col
    #A224 warning SummaryJavadoc Javadoc comment at column 87 has parse error. Details: token recognition error at: ':' while parsing 200

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/compiler/lib/template_framework/library/TestFrameworkClass.java

    Severity Rule Message Line Col
    #A225 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: token recognition error at: ']' while parsing String 60

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/gc/g1/plab/lib/LogParser.java

    Severity Rule Message Line Col
    #A226 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: token recognition error at: ',' while parsing Long 156
    #A227 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: token recognition error at: ',' while parsing Long 183

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyInitLocal/VerifyInitLocal.java

    Severity Rule Message Line Col
    #A228 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: token recognition error at: ')' while parsing @ 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyMergeStack/VerifyMergeStack.java

    Severity Rule Message Line Col
    #A229 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: token recognition error at: ')' while parsing @ 41

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001.java

    Severity Rule Message Line Col
    #A230 warning SummaryJavadoc Javadoc comment at column 39 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 57

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001.java

    Severity Rule Message Line Col
    #A231 warning SummaryJavadoc Javadoc comment at column 40 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java

    Severity Rule Message Line Col
    #A232 warning SummaryJavadoc Javadoc comment at column 64 has parse error. Details: token recognition error at: '<' while parsing 71

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030b.java

    Severity Rule Message Line Col
    #A233 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: no viable alternative at input '<jct-tools3.0.3/' while parsing HTML_ELEMENT 33

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ArgumentHandler.java

    Severity Rule Message Line Col
    #A234 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 350
    #A235 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 492

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/gc/Algorithms.java

    Severity Rule Message Line Col
    #A236 warning SummaryJavadoc Javadoc comment at column 41 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 85

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/gc/ArgumentHandler.java

    Severity Rule Message Line Col
    #A237 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 255
    #A238 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 356

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/gc/Generator.java

    Severity Rule Message Line Col
    #A239 warning SummaryJavadoc Javadoc comment at column 41 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 104

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/gc/NonbranchyTree.java

    Severity Rule Message Line Col
    #A240 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbArgumentHandler.java

    Severity Rule Message Line Col
    #A241 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 96

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbCommand.java

    Severity Rule Message Line Col
    #A242 warning SummaryJavadoc Javadoc comment at column 15 has parse error. Details: token recognition error at: '|' while parsing on 103

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ArgumentHandler.java

    Severity Rule Message Line Col
    #A243 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 385

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/ArgumentHandler.java

    Severity Rule Message Line Col
    #A244 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 86

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/Debugee.java

    Severity Rule Message Line Col
    #A245 warning SummaryJavadoc Javadoc comment at column 47 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 1245

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/SocketTransport.java

    Severity Rule Message Line Col
    #A246 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 62

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java

    Severity Rule Message Line Col
    #A247 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 612
    #A248 warning SummaryJavadoc Javadoc comment at column 28 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 716

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/ExceptionsOptionObjectFactory.java

    Severity Rule Message Line Col
    #A249 warning SummaryJavadoc Javadoc comment at column 53 has parse error. Details: token recognition error at: '>' while parsing Class 36

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmOOMTest.java

    Severity Rule Message Line Col
    #A250 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 32

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmTest.java

    Severity Rule Message Line Col
    #A251 warning SummaryJavadoc Javadoc comment at column 90 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 57
    #A252 warning SummaryJavadoc Javadoc comment at column 74 has parse error. Details: token recognition error at: '>' while parsing Throwable 222

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/MlvmTestExecutor.java

    Severity Rule Message Line Col
    #A253 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 87
    #A254 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 111
    #A255 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 134
    #A256 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 157
    #A257 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 181
    #A258 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: token recognition error at: '>' while parsing Class 239
    #A259 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: token recognition error at: '>' while parsing Class 300
    #A260 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: token recognition error at: '>' while parsing Class 330

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/hotspot/jtreg/vmTestbase/vm/share/options/OptionsMap.java

    Severity Rule Message Line Col
    #A261 warning SummaryJavadoc Javadoc comment at column 50 has parse error. Details: token recognition error at: ',' while parsing String 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jaxp/javax/xml/jaxp/unittest/datatype/DatatypeFactoryTest.java

    Severity Rule Message Line Col
    #A262 warning SummaryJavadoc Javadoc comment at column 55 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 181
    #A263 warning SummaryJavadoc Javadoc comment at column 55 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 261
    #A264 warning SummaryJavadoc Javadoc comment at column 53 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 357
    #A265 warning SummaryJavadoc Javadoc comment at column 58 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 459
    #A266 warning SummaryJavadoc Javadoc comment at column 58 has parse error. Details: mismatched input '(' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 535

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jaxp/javax/xml/jaxp/unittest/stream/StreamReaderDelegateTest.java

    Severity Rule Message Line Col
    #A267 warning SummaryJavadoc Javadoc comment at column 61 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 56
    #A268 warning SummaryJavadoc Javadoc comment at column 61 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 134
    #A269 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 202

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jaxp/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/JDK8209615.java

    Severity Rule Message Line Col
    #A270 warning SummaryJavadoc Javadoc comment at column 76 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 45

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/com/sun/jdi/lib/jdb/JdbCommand.java

    Severity Rule Message Line Col
    #A271 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: token recognition error at: '#' while parsing monitor 91

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/awt/Mixing/AWT_Mixing/OverlappingTestBase.java

    Severity Rule Message Line Col
    #A272 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 455
    #A273 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 462
    #A274 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 474

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/awt/datatransfer/DataFlavor/EqualsHashCodeSymmetryTest/EqualsHashCodeSymmetryTest.java

    Severity Rule Message Line Col
    #A275 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: token recognition error at: '@' while parsing petr.pchelko 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/awt/regtesthelpers/AbstractPolicyTest.java

    Severity Rule Message Line Col
    #A276 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/awt/regtesthelpers/AbstractTest.java

    Severity Rule Message Line Col
    #A277 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 32

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/beans/XMLEncoder/Test4679556.java

    Severity Rule Message Line Col
    #A278 warning SummaryJavadoc Javadoc comment at column 17 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 88

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/lang/System/LoggerFinder/internal/backend/LoggerFinderBackendTest.java

    Severity Rule Message Line Col
    #A279 warning SummaryJavadoc Javadoc comment at column 65 has parse error. Details: token recognition error at: '>' while parsing String 375
    #A280 warning SummaryJavadoc Javadoc comment at column 76 has parse error. Details: token recognition error at: '>' while parsing String 381
    #A281 warning SummaryJavadoc Javadoc comment at column 82 has parse error. Details: token recognition error at: '>' while parsing String 405
    #A282 warning SummaryJavadoc Javadoc comment at column 93 has parse error. Details: token recognition error at: '>' while parsing String 411
    #A283 warning SummaryJavadoc Javadoc comment at column 65 has parse error. Details: token recognition error at: '>' while parsing String 512
    #A284 warning SummaryJavadoc Javadoc comment at column 76 has parse error. Details: token recognition error at: '>' while parsing String 518
    #A285 warning SummaryJavadoc Javadoc comment at column 65 has parse error. Details: token recognition error at: '>' while parsing String 524

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/lang/ThreadLocal/ThreadLocalSupplierTest.java

    Severity Rule Message Line Col
    #A286 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '@' while parsing jim.gish 35

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/text/Normalizer/DataValidationTest.java

    Severity Rule Message Line Col
    #A287 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: token recognition error at: '2' while parsing 47

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/java/util/ResourceBundle/ResourceBundleTest.java

    Severity Rule Message Line Col
    #A288 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 205

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/javax/management/mxbean/Basic.java

    Severity Rule Message Line Col
    #A289 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: token recognition error at: ',' while parsing String 220

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/javax/swing/regtesthelpers/Util.java

    Severity Rule Message Line Col
    #A290 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 58

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/javax/xml/jaxp/datatype/5077522/DurationComparison.java

    Severity Rule Message Line Col
    #A291 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: token recognition error at: '@' while parsing huizhe.wang 41

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/javax/xml/jaxp/datatype/8033980/SerializationTest.java

    Severity Rule Message Line Col
    #A292 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 52

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/sun/management/jdp/JdpOffTestCase.java

    Severity Rule Message Line Col
    #A293 warning SummaryJavadoc Javadoc comment at column 86 has parse error. Details: no viable alternative at input '}' while parsing REFERENCE 80

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/sun/management/jmxremote/bootstrap/JMXAgentInterfaceBinding.java

    Severity Rule Message Line Col
    #A294 warning SummaryJavadoc Javadoc comment at column 36 has parse error. Details: token recognition error at: '@' while parsing sgehwolf 53

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/sun/security/krb5/auto/KDC.java

    Severity Rule Message Line Col
    #A295 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: token recognition error at: '<' while parsing List 246

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/jdk/sun/security/util/ManifestDigester/FindSection.java

    Severity Rule Message Line Col
    #A296 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 112

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/DocRootSlash/DocRootSlash.java

    Severity Rule Message Line Col
    #A297 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: token recognition error at: '?' while parsing 98

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/T6735320/SerialFieldTest.java

    Severity Rule Message Line Col
    #A298 warning SummaryJavadoc Javadoc comment at column 7 has parse error. Details: token recognition error at: '@' while parsing 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testGenericTypeLink/pkg1/A.java

    Severity Rule Message Line Col
    #A299 warning SummaryJavadoc Javadoc comment at column 55 has parse error. Details: token recognition error at: '>' while parsing CharSequence 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testGenericTypeLink/pkg2/B.java

    Severity Rule Message Line Col
    #A300 warning SummaryJavadoc Javadoc comment at column 20 has parse error. Details: token recognition error at: '>' while parsing Baz 35

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testLiteralCodeInPre/pkg/Test.java

    Severity Rule Message Line Col
    #A301 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 95
    #A302 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 100

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testSearch/pkg/AnotherClass.java

    Severity Rule Message Line Col
    #A303 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 30
    #A304 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 35
    #A305 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 40

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testSeeTag/badref/Test.java

    Severity Rule Message Line Col
    #A306 warning SummaryJavadoc Javadoc comment at column 3 has parse error. Details: token recognition error at: '@' while parsing 28

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java

    Severity Rule Message Line Col
    #A307 warning SummaryJavadoc Javadoc comment at column 26 has parse error. Details: no viable alternative at input '}' while parsing REFERENCE 78

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/doclet/testWarnings/pkg/X.java

    Severity Rule Message Line Col
    #A308 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/jdk/javadoc/tool/T6551367.java

    Severity Rule Message Line Col
    #A309 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: no viable alternative at input '<' while parsing REFERENCE 45

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/AnchorTest.java

    Severity Rule Message Line Col
    #A310 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '>' while parsing = 25
    #A311 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '>' while parsing = 52

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/BadPackageCommentTest.java

    Severity Rule Message Line Col
    #A312 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: no viable alternative at input '@' while parsing BLOCK_TAG 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/CrashInAnnotateTest.java

    Severity Rule Message Line Col
    #A313 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: token recognition error at: '@' while parsing java.util.Map. 11
    #A314 warning SummaryJavadoc Javadoc comment at column 54 has parse error. Details: token recognition error at: '>' while parsing Object 16
    #A315 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: '@' while parsing 21
    #A316 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: token recognition error at: '@' while parsing java.util.Map. 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/EndTagsTest.java

    Severity Rule Message Line Col
    #A317 warning SummaryJavadoc Javadoc comment at column 2 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 19
    #A318 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 22
    #A319 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 25
    #A320 warning SummaryJavadoc Javadoc comment at column 36 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 28
    #A321 warning SummaryJavadoc Javadoc comment at column 2 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/EndWithIdentifierTest.java

    Severity Rule Message Line Col
    #A322 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: no viable alternative at input '<EOF>' while parsing REFERENCE 17
    #A323 warning SummaryJavadoc Javadoc comment at column 2 has parse error. Details: no viable alternative at input '<a' while parsing HTML_ELEMENT 28
    #A324 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 31
    #A325 warning SummaryJavadoc Javadoc comment at column 7 has parse error. Details: no viable alternative at input '<a name' while parsing HTML_ELEMENT 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/HtmlTagsTest.java

    Severity Rule Message Line Col
    #A326 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 46
    #A327 warning SummaryJavadoc Javadoc comment at column 17 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 56

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/ReferenceTest.java

    Severity Rule Message Line Col
    #A328 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: token recognition error at: ']' while parsing not.Found 84

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/UnfinishedInlineTagTest.java

    Severity Rule Message Line Col
    #A329 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/ValidTest.java

    Severity Rule Message Line Col
    #A330 warning SummaryJavadoc Javadoc comment at column 21 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 60

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/ValueTest.java

    Severity Rule Message Line Col
    #A331 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: token recognition error at: '"' while parsing %5.2f 72
    #A332 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: token recognition error at: '%%' while parsing 75
    #A333 warning SummaryJavadoc Javadoc comment at column 29 has parse error. Details: token recognition error at: '"' while parsing 04x 78

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/tidy/InsertImplicit.java

    Severity Rule Message Line Col
    #A334 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/tidy/InvalidURI.java

    Severity Rule Message Line Col
    #A335 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<a href=no value/' while parsing HTML_ELEMENT 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/tidy/MissingGT.java

    Severity Rule Message Line Col
    #A336 warning SummaryJavadoc Javadoc comment at column 14 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/doclint/tidy/MissingTag.java

    Severity Rule Message Line Col
    #A337 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/InvalidHtml.java

    Severity Rule Message Line Col
    #A338 warning SummaryJavadoc Javadoc comment at column 11 has parse error. Details: no viable alternative at input '<CDATA ' while parsing HTML_ELEMENT 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/MalformedHTML.java

    Severity Rule Message Line Col
    #A339 warning SummaryJavadoc Javadoc comment at column 4 has parse error. Details: no viable alternative at input '<b ' while parsing HTML_ELEMENT 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/NoAnnotationsInLink.java

    Severity Rule Message Line Col
    #A340 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: token recognition error at: '@' while parsing ( 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/NoContent.java

    Severity Rule Message Line Col
    #A341 warning SummaryJavadoc Javadoc comment at column 6 has parse error. Details: no viable alternative at input 'see ' while parsing SEE_TAG 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/NoTagName.java

    Severity Rule Message Line Col
    #A342 warning SummaryJavadoc Javadoc comment at column 3 has parse error. Details: no viable alternative at input '@' while parsing BLOCK_TAG 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/RefBadParens.java

    Severity Rule Message Line Col
    #A343 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: token recognition error at: '(' while parsing ( 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/RefUnexpectedInput.java

    Severity Rule Message Line Col
    #A344 warning SummaryJavadoc Javadoc comment at column 20 has parse error. Details: token recognition error at: '%' while parsing isEmpty 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/RefUnexpectedInput1.java

    Severity Rule Message Line Col
    #A345 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: mismatched input '>' expecting <EOF> while parsing JAVADOC 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/UnterminatedInlineTag.java

    Severity Rule Message Line Col
    #A346 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/UnterminatedSignature.java

    Severity Rule Message Line Col
    #A347 warning SummaryJavadoc Javadoc comment at column 21 has parse error. Details: mismatched input '<EOF>' expecting ')' while parsing MEMBER_REFERENCE 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/diags/examples/UnterminatedSignature1.java

    Severity Rule Message Line Col
    #A348 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: mismatched input '<EOF>' expecting '>' while parsing TYPE_ARGUMENTS 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/AtEscapeTest.java

    Severity Rule Message Line Col
    #A349 warning SummaryJavadoc Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing {@ 55
    #A350 warning SummaryJavadoc Javadoc comment at column 7 has parse error. Details: token recognition error at: ' ' while parsing @ 85

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/AttrTest.java

    Severity Rule Message Line Col
    #A351 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<hr size="3\n ' while parsing HTML_ELEMENT 271
    #A352 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<hr size="3\n * author jjg\n ' while parsing HTML_ELEMENT 290
    #A353 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<a name1="{@literal value}" name2='@foo' name3="abc\n * see Ref literal xyz\n ' while parsing HTML_ELEMENT 392

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/BadTest.java

    Severity Rule Message Line Col
    #A354 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: mismatched input 'junk' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 39

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/CodeTest.java

    Severity Rule Message Line Col
    #A355 warning SummaryJavadoc Javadoc comment at column 23 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 138
    #A356 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 154

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/ElementTest.java

    Severity Rule Message Line Col
    #A357 warning SummaryJavadoc Javadoc comment at column 16 has parse error. Details: token recognition error at: '3' while parsing 104
    #A358 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 122
    #A359 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<hr\n ' while parsing HTML_ELEMENT 141
    #A360 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<hr\n * author jjg\n ' while parsing HTML_ELEMENT 160
    #A361 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 182
    #A362 warning SummaryJavadoc Javadoc comment at column 12 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 200

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/FirstSentenceTest.java

    Severity Rule Message Line Col
    #A363 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: no viable alternative at input '</' while parsing HTML_ELEMENT 265

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/InPreTest.java

    Severity Rule Message Line Col
    #A364 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 213
    #A365 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 229

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/IndexTest.java

    Severity Rule Message Line Col
    #A366 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 224
    #A367 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 280

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/InheritDocTest.java

    Severity Rule Message Line Col
    #A368 warning SummaryJavadoc Javadoc comment at column 25 has parse error. Details: mismatched input ' Number' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 109

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/LiteralTest.java

    Severity Rule Message Line Col
    #A369 warning SummaryJavadoc Javadoc comment at column 26 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 117
    #A370 warning SummaryJavadoc Javadoc comment at column 19 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 133

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/ReferenceTest.java

    Severity Rule Message Line Col
    #A371 warning SummaryJavadoc Javadoc comment at column 1 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 113

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/SystemPropertyTest.java

    Severity Rule Message Line Col
    #A372 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: mismatched input 'qwe' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/TagTest.java

    Severity Rule Message Line Col
    #A373 warning SummaryJavadoc Javadoc comment at column 8 has parse error. Details: token recognition error at: ' ' while parsing @ 88
    #A374 warning SummaryJavadoc Javadoc comment at column 9 has parse error. Details: token recognition error at: ' ' while parsing {@ 138
    #A375 warning SummaryJavadoc Javadoc comment at column 5 has parse error. Details: mismatched input '<EOF>' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 173

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/ValueTest.java

    Severity Rule Message Line Col
    #A376 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: mismatched input 'junk' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 91
    #A377 warning SummaryJavadoc Javadoc comment at column 22 has parse error. Details: token recognition error at: '"' while parsing %d 128
    #A378 warning SummaryJavadoc Javadoc comment at column 21 has parse error. Details: mismatched input '%x' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 147
    #A379 warning SummaryJavadoc Javadoc comment at column 43 has parse error. Details: mismatched input 'junk' expecting JAVADOC_INLINE_TAG_END while parsing INLINE_TAG 165

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/doctree/positions/TestPositionSource.java

    Severity Rule Message Line Col
    #A380 warning SummaryJavadoc Javadoc comment at column 33 has parse error. Details: no viable alternative at input '}' while parsing REFERENCE 45
    #A381 warning SummaryJavadoc Javadoc comment at column 37 has parse error. Details: no viable alternative at input '}' while parsing REFERENCE 61
    #A382 warning SummaryJavadoc Javadoc comment at column 14 has parse error. Details: mismatched input 'pa' expecting TAG_CLOSE while parsing HTML_TAG_END 87

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java

    Severity Rule Message Line Col
    #A383 warning SummaryJavadoc Javadoc comment at column 21 has parse error. Details: token recognition error at: ',' while parsing String 485
    #A384 warning SummaryJavadoc Javadoc comment at column 36 has parse error. Details: token recognition error at: ',' while parsing T 746

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/lib/jdk/test/lib/hprof/model/JavaClass.java

    Severity Rule Message Line Col
    #A385 warning SummaryJavadoc Javadoc comment at column 41 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 206

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/lib/jdk/test/lib/hprof/model/JavaThing.java

    Severity Rule Message Line Col
    #A386 warning SummaryJavadoc Javadoc comment at column 35 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 59
    #A387 warning SummaryJavadoc Javadoc comment at column 38 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 81

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/lib/jdk/test/lib/hprof/model/Snapshot.java

    Severity Rule Message Line Col
    #A388 warning SummaryJavadoc Javadoc comment at column 27 has parse error. Details: mismatched input '(' expecting <EOF> while parsing JAVADOC 213

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/lib/jdk/test/lib/hprof/util/VectorSorter.java

    Severity Rule Message Line Col
    #A389 warning SummaryJavadoc Javadoc comment at column 34 has parse error. Details: token recognition error at: ',' while parsing say 40

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/openjdk25/test/micro/org/openjdk/bench/java/util/regex/Exponential.java

    Severity Rule Message Line Col
    #A390 warning SummaryJavadoc Javadoc comment at column 32 has parse error. Details: token recognition error at: '@' while parsing sherman 37