Parsing regex #50
Annotations
10 errors, 10 warnings, and 4 notices
apps/IntegrationTestsApp/src/IntegrationTests.cpp#L1
'gtest/gtest.h' file not found
|
apps/IntegrationTestsApp/src/main.cpp#L1
'gtest/gtest.h' file not found
|
apps/MetamorphicTestsApp/src/MetamorphicTests.cpp#L1
'gtest/gtest.h' file not found
|
apps/MetamorphicTestsApp/src/main.cpp#L1
'gtest/gtest.h' file not found
|
apps/UnitTestsApp/include/UnitTestsApp/Example.h#L1
'AutomatonToImage/AutomatonToImage.h' file not found
|
apps/UnitTestsApp/src/Example.cpp#L1
'UnitTestsApp/Example.h' file not found
|
apps/UnitTestsApp/src/UnitTests.cpp#L1
'AutomatonToImage/AutomatonToImage.h' file not found
|
apps/UnitTestsApp/src/main.cpp#L1
'UnitTestsApp/Example.h' file not found
|
libs/Objects/include/Objects/AlphabetSymbol.h#L2
'iostream' file not found
|
libs/Objects/src/AlgExpression.cpp#L1
'Objects/AlgExpression.h' file not found
|
apps/IntegrationTestsApp/src/main.cpp#L6
use a trailing return type for this function
|
apps/MetamorphicTestsApp/src/main.cpp#L6
use a trailing return type for this function
|
apps/UnitTestsApp/include/UnitTestsApp/Example.h#L20
variable 'Example' is non-const and globally accessible, consider making it const
|
apps/UnitTestsApp/src/UnitTests.cpp#L13
use a trailing return type for this function
|
apps/UnitTestsApp/src/UnitTests.cpp#L13
all parameters should be named in a function
|
apps/UnitTestsApp/src/UnitTests.cpp#L14
variable 'str' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L15
variable 'r1' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L16
variable 'r1_str' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L17
variable 'r2' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L21
use a trailing return type for this function
|
apps/UnitTestsApp/src/UnitTests.cpp#L1
File apps/UnitTestsApp/src/UnitTests.cpp does not conform to Custom style guidelines. (lines 222)
|
libs/Objects/include/Objects/AlgExpression.h#L1
File libs/Objects/include/Objects/AlgExpression.h does not conform to Custom style guidelines. (lines 11, 18, 34)
|
libs/Objects/src/AlgExpression.cpp#L1
File libs/Objects/src/AlgExpression.cpp does not conform to Custom style guidelines. (lines 442, 457, 476, 641, 642, 643, 649)
|
libs/Objects/src/BackRefRegex.cpp#L1
File libs/Objects/src/BackRefRegex.cpp does not conform to Custom style guidelines. (lines 61)
|
The logs for this run have expired and are no longer available.
Loading