Folder Refactor #158
Open
Folder Refactor #158
Annotations
10 warnings
|
Build:
Problems/NPComplete/NPC_SAT3/SAT3PQObject.cs#L160
Possible null reference return.
|
|
Build:
Problems/NPComplete/NPC_SAT3/SAT3PQObject.cs#L12
Non-nullable field 'nextVar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Problems/NPComplete/NPC_WEIGHTEDCUT/Visualizations/WeightedCutDefaultVisualization.cs#L22
Non-nullable property 'graph' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Problems/P/NPC_DFA/DFA_Class.cs#L71
Non-nullable field '_inputString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Problems/P/NPC_DFA/DFA_Class.cs#L71
Non-nullable field '_startState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Problems/P/NPC_DFA/Verifiers/DFAVerifier.cs#L19
Non-nullable field 'nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AdditionalControllers/ProblemProvider.cs#L211
Dereference of a possibly null reference.
|
|
Build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
|
|
Build:
Interfaces/graphs/WeightedUndirectedGraph.cs#L285
'WeightedUndirectedGraph.getEdgeList' hides inherited member 'Graph.getEdgeList'. Use the new keyword if hiding was intended.
|
|
Build:
Interfaces/graphs/WeightedUndirectedGraph.cs#L278
'WeightedUndirectedGraph.getNodeList' hides inherited member 'Graph.getNodeList'. Use the new keyword if hiding was intended.
|
Loading