Skip to content

fixed getArrowType running into a null pointer exception with conditi… #1188

fixed getArrowType running into a null pointer exception with conditi…

fixed getArrowType running into a null pointer exception with conditi… #1188

GitHub Actions / Checkstyle succeeded Oct 1, 2024 in 0s

Checkstyle Source Code Analyzer report

6 violation(s) found

Annotations

Check notice on line 135 in src/tokentree/TokenStream.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

src/tokentree/TokenStream.hx

MethodLength - Method `isTypedParam` length is 59 lines (max allowed is 50)

Check notice on line 19 in src/tokentree/TokenTreeDefPrinter.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

src/tokentree/TokenTreeDefPrinter.hx

StringLiteral - String "$$s" uses single quotes instead of double quotes

Check notice on line 4 in src/tokentree/walk/WalkFile.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

src/tokentree/walk/WalkFile.hx

MethodLength - Method `walkFile` length is 51 lines (max allowed is 50)

Check notice on line 16 in test/TestMain.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

test/TestMain.hx

Return - Redundant "Void" for method "main"

Check notice on line 3 in test/tokentree/TokenStreamTest.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

test/tokentree/TokenStreamTest.hx

UnusedImport - Unused import "haxe.PosInfos" detected

Check notice on line 1710 in test/tokentree/TokenTreeBuilderParsingTest.hx

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

test/tokentree/TokenTreeBuilderParsingTest.hx

StringLiteral - String "tokens[index]" uses single quotes instead of double quotes