WIP: AVRO-3986: [csharp] - Plain JSON encoding for Apache Avro #2888
3 configurations not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 3 configurations present on refs/heads/main
were not found:
Actions workflow (codeql-py-analysis.yml
)
- ❓
.github/workflows/codeql-py-analysis.yml:analyze/language:python
Actions workflow (codeql-js-analysis.yml
)
- ❓
.github/workflows/codeql-js-analysis.yml:analyze/language:javascript
Actions workflow (codeql-java-analysis.yml
)
- ❓
.github/workflows/codeql-java-analysis.yml:analyze/language:java
New alerts in code changed by this pull request
- 16 warnings
- 6 notes
See annotations below for details.
Annotations
Check warning on line 804 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.
Check warning on line 806 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.
Check notice on line 834 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Complex condition Note
Check notice on line 871 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Missed ternary opportunity Note
Check notice on line 887 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Missed ternary opportunity Note
Check notice on line 1066 in lang/csharp/src/apache/main/IO/JsonDecoder.cs
Code scanning / CodeQL
Missed ternary opportunity Note
Check notice on line 138 in lang/csharp/src/apache/main/IO/Parsing/JsonGrammarGenerator.cs
Code scanning / CodeQL
Missed ternary opportunity Note
Check warning on line 207 in lang/csharp/src/apache/main/Schema/RecordSchema.cs
Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.
Check warning on line 59 in lang/csharp/src/apache/main/Util/Date.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 67 in lang/csharp/src/apache/main/Util/Date.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 88 in lang/csharp/src/apache/main/Util/Decimal.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 92 in lang/csharp/src/apache/main/Util/Decimal.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 66 in lang/csharp/src/apache/main/Util/LocalTimestampMicrosecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 70 in lang/csharp/src/apache/main/Util/LocalTimestampMicrosecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 65 in lang/csharp/src/apache/main/Util/LocalTimestampMillisecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 69 in lang/csharp/src/apache/main/Util/LocalTimestampMillisecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 76 in lang/csharp/src/apache/main/Util/TimeMicrosecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 72 in lang/csharp/src/apache/main/Util/TimeMillisecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 66 in lang/csharp/src/apache/main/Util/TimestampMicrosecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 61 in lang/csharp/src/apache/main/Util/TimestampMillisecond.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 50 in lang/csharp/src/apache/main/Util/Uuid.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check notice on line 525 in lang/csharp/src/apache/test/IO/JsonCodecTests.cs
Code scanning / CodeQL
Missed opportunity to use Select Note test
- consider mapping the sequence explicitly using '.Select(...)'.