Ficus improvements #48
Open
Annotations
10 warnings
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes.IntegrationTests/InMemoryLogsTests/InMemoryLogsTest.cs#L42
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesArtifactModelsListValue.cs#L14
Parameter 'List<BxesArtifactItem> items' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/BxesValues.cs#L63
Possible null reference return.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesDriversListValue.cs#L14
Parameter 'List<BxesDriver> drivers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Utils/DictionaryUtils.cs#L19
Dereference of a possibly null reference.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesSoftwareEventTypeValue.cs#L17
Parameter 'SoftwareEventTypeValues values' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Utils/ListExtensions.cs#L14
Dereference of a possibly null reference.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesStringValue.cs#L5
Parameter 'string value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/BrafLifecycle.cs#L5
Parameter 'BrafLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build and unit test Procfiler:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/StandardXesLifecycle.cs#L6
Parameter 'StandardLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Loading