Skip to content

WI #2504 Add partial support for Cobol 6.3 UTF-8 (#2581) #181

WI #2504 Add partial support for Cobol 6.3 UTF-8 (#2581)

WI #2504 Add partial support for Cobol 6.3 UTF-8 (#2581) #181

Triggered via push October 11, 2023 10:21
Status Success
Total duration 10m 36s
Artifacts

dotnet.yml

on: push
build-and-test-ei-debug  /  build
9m 4s
build-and-test-ei-debug / build
build-and-test-debug  /  build
6m 58s
build-and-test-debug / build
build-and-test-ei-release  /  build
8m 57s
build-and-test-ei-release / build
build-and-test-release  /  build
10m 23s
build-and-test-release / build
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
build-and-test-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-debug / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-debug / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L4
Remove the underscores from namespace name 'TUVienna.CS_CUP' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-and-test-ei-release / build: CSCupRuntime/Scanner.cs#L24
Prefix interface name Scanner with 'I' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1715)
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L130
Abstract type 'lr_parser' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L130
Remove the underscores from type name TUVienna.CS_CUP.Runtime.lr_parser (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-and-test-ei-release / build: CSCupRuntime/virtual_parse_stack.cs#L26
Remove the underscores from type name TUVienna.CS_CUP.Runtime.virtual_parse_stack (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-and-test-ei-release / build: CSCupRuntime/virtual_parse_stack.cs#L57
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-ei-release / build: CSCupRuntime/virtual_parse_stack.cs#L65
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-ei-release / build: CSCupRuntime/virtual_parse_stack.cs#L75
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L237
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L237
Member '_done_parsing' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build-and-test-ei-release / build: TypeCobol.LanguageServer.Test.LanguageServerRobot.Installer/WhyThisProject.cs#L3
'WhyThisProject' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build-and-test-ei-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-release / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-release / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-debug / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
implicit definition of token 'VALIDATING' in parser
build-and-test-ei-debug / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-ei-debug / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build: TypeCobol.LanguageServer.Test.LanguageServerRobot.Installer/WhyThisProject.cs#L3
'WhyThisProject' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build-and-test-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-release / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build
rule 'xmlGenerateStatement' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build
implicit definition of token 'VALIDATING' in parser
build-and-test-release / build
rule 'functionDataParameter' contains an optional block with at least one alternative that can match an empty string
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L4
Remove the underscores from namespace name 'TUVienna.CS_CUP' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L130
Abstract type 'lr_parser' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L130
Remove the underscores from type name TUVienna.CS_CUP.Runtime.lr_parser (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L237
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L237
Member '_done_parsing' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L256
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L261
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L271
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L276
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L266
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)