Skip to content

[PLSQL] Single statement without ending semicolon #3854

[PLSQL] Single statement without ending semicolon

[PLSQL] Single statement without ending semicolon #3854

Triggered via pull request July 19, 2023 12:06
Status Failure
Total duration 15m 32s
Artifacts

main.yml

on: pull_request
Matrix: build-bash
Matrix: build-pwsh
Matrix: coverage
Matrix: static-checks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 35 warnings
coverage (ubuntu-latest, CSharp)
Process completed with exit code 1.
build-bash (ubuntu-latest, Go)
Restore cache failed: Dependencies file is not found in /home/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (ubuntu-latest, Go)
Restore cache failed: Dependencies file is not found in /home/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-bash (macos-latest, Go)
Restore cache failed: Dependencies file is not found in /Users/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (windows-latest, Go)
Restore cache failed: Dependencies file is not found in D:\a\grammars-v4\grammars-v4. Supported file pattern: go.sum
build-pwsh (macos-latest, Go)
Restore cache failed: Dependencies file is not found in /Users/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L208262
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L211336
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214560
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214561
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216048
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216138
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L208262
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L211336
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214560
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214561
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216048
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216138
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L208262
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L211336
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214560
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L214561
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216048
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp/obj/Debug/net7.0/PlSqlParser.cs#L216138
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.