Refactor: use System.Buffers.BinaryPrimitives in ByteMemoryArea. #1045
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Arch/CompactRisc/Cr16cDisassembler.cs#L296
Unreachable code detected
|
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
src/Gui/AddressSearchResult.cs#L112
Possible null reference argument for parameter 'item' in 'int AddressSearchResult.SelectBgColor(ImageMapItem item)'.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L65
Dereference of a possibly null reference.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L65
Possible null reference argument for parameter 'item' in 'SpanGenerator AbstractMixedCodeDataModel.CreateSpanifier(ImageMapItem item, MemoryArea mem, ModelPosition pos)'.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L81
Possible null reference argument for parameter 'item' in 'SpanGenerator AbstractMixedCodeDataModel.CreateSpanifier(ImageMapItem item, MemoryArea mem, ModelPosition pos)'.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L96
Converting null literal or possible null value to non-nullable type.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L119
Dereference of a possibly null reference.
|
src/Gui/TextViewing/AbstractMixedCodeDataModel.SpanGenerator.cs#L119
Possible null reference argument for parameter 'item' in 'SpanGenerator AbstractMixedCodeDataModel.CreateSpanifier(ImageMapItem item, MemoryArea mem, ModelPosition pos)'.
|
The logs for this run have expired and are no longer available.
Loading