✨ Implement bit entropy huffman decoder #9
Annotations
10 warnings
src/PlayMobic/Audio/ImaAdpcmDecoder.cs#L89
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
src/PlayMobic/Containers/Mods/Binary2Mods.cs#L64
Opening parenthesis should not be preceded by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1008.md)
|
src/PlayMobic/Audio/ImaAdpcmDecoder.cs#L32
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
src/PlayMobic/Video/Mobiclip/DiscreteCosineTransformer.cs#L8
Remove this unread private field 'tableIndex' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/PlayMobic/Video/Mobiclip/Quantization.cs#L10
Remove this unread private field 'qp' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/PlayMobic.Tool/Program.cs#L23
The local function 'SetupExtractAudioCommand' is declared but never used
|
src/PlayMobic.Tool/RawPcm162BinaryWav.cs#L6
Missing XML comment for publicly visible type or member 'RawPcm162BinaryWav'
|
src/PlayMobic.Tool/RawPcm162BinaryWav.cs#L12
Missing XML comment for publicly visible type or member 'RawPcm162BinaryWav.RawPcm162BinaryWav(int, int, int)'
|
src/PlayMobic.Tool/RawPcm162BinaryWav.cs#L19
Missing XML comment for publicly visible type or member 'RawPcm162BinaryWav.Convert(IBinary)'
|
src/PlayMobic.Tool/Program.cs#L9
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
The logs for this run have expired and are no longer available.
Loading