Add test #21
Annotations
10 errors and 2 warnings
lint:
code/parser.go#L280
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
lint:
code/parser.go#L303
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
lint:
code/parser.go#L333
p.ReadUint16 undefined (type *codeParser has no field or method ReadUint16) (typecheck)
|
lint:
code/parser.go#L346
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
lint:
code/parser.go#L379
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
lint:
code/parser.go#L415
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
lint:
code/parser.go#L424
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
lint:
parser.go#L61
p.ReadBytes undefined (type *Parser has no field or method ReadBytes) (typecheck)
|
lint:
parser.go#L72
p.ReadUint16 undefined (type *Parser has no field or method ReadUint16) (typecheck)
|
lint:
parser.go#L81
p.ReadUint16 undefined (type *Parser has no field or method ReadUint16) (typecheck)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/classfile-parser/classfile-parser. Supported file pattern: go.sum
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/classfile-parser/classfile-parser. Supported file pattern: go.sum
|