Several bug fixes and improvements #9
Annotations
10 warnings
Build:
codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
|
Build:
codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L30
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L41
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/utils/PrintUtil.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/utils/PrintUtil.cs#L121
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/utils/PrintUtil.cs#L135
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/chapter_tree/binary_tree_bfs.cs#L37
Possible null reference argument for parameter 'root' in 'List<int> binary_tree_bfs.LevelOrder(TreeNode root)'.
|
Build:
codes/csharp/chapter_tree/binary_search_tree.cs#L142
Dereference of a possibly null reference.
|
Build:
codes/csharp/chapter_tree/binary_search_tree.cs#L102
Dereference of a possibly null reference.
|
Build:
codes/csharp/chapter_divide_and_conquer/build_tree.cs#L14
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading