wil-shiftinsert
03/03/2022, 8:37 AMsatauros
03/03/2022, 9:53 AMzackster
03/03/2022, 12:47 PMzackster
03/03/2022, 12:47 PMsatauros
03/03/2022, 1:07 PMbdw429s
03/03/2022, 3:41 PMbdw429s
03/03/2022, 3:42 PMbdw429s
03/03/2022, 3:42 PMsatauros
03/03/2022, 6:09 PMbdw429s
03/03/2022, 7:11 PMbdw429s
03/03/2022, 7:11 PMbdw429s
03/03/2022, 7:11 PMsatauros
03/04/2022, 8:39 AMsatauros
03/04/2022, 8:52 AMcodechecker run categories=LuceeMissingTags excelReportPath=C:\prive
I'm getting the following error:
ERROR (5.4.2+00453)
Invalid sheet number [1]
The sheetNumber must a whole number between 1 and the total number of sheets in the workbook [0]
C:\Users\<uname>\.CommandBox\cfml\modules\commandbox-codechecker\modules\codechecker-core\models\SpreadSheet\tools.cfm: line 719
717: if( !this.sheetExists( workbook=workbook,sheetNumber=sheetNumber ) ){
718: var sheetCount = workbook.getNumberOfSheets();
719: throw( type=exceptionType,message="Invalid sheet number [#sheetNumber#]",detail="The sheetNumber must a whole number between 1 and the total number of sheets in the workbook [#sheetCount#]" );
720: }
721: }
bdw429s
03/04/2022, 4:32 PMbdw429s
03/04/2022, 4:32 PMbdw429s
03/04/2022, 4:32 PMbdw429s
03/04/2022, 4:33 PMbdw429s
03/04/2022, 4:33 PMsatauros
03/04/2022, 5:30 PMLuceeMissingTags
. Is that normal behavior?bdw429s
03/04/2022, 6:34 PMsatauros
03/04/2022, 6:35 PMsatauros
03/04/2022, 6:36 PMCommandBox> codechecker run categories=LuceeMissingTags
√ | Running CodeChecker
| √ | Resolving files for scan
| √ | Polishing ASCII Art
| √ | Running Rules
____ ____ ___ ____ ____ _ _ ____ ____ _ _ ____ ____
| | | | \ |___ | |__| |___ | |_/ |___ |__/
|___ |__| |__/ |___ |___ | | |___ |___ | \_ |___ | \
15 issues found in 1 category using 88 rules.
----------------------------------------------------------
-- 15 issues in VarScoper
----------------------------------------------------------
Export the full results to Excel with the "excelReportPath" parameter.
See full results with "--verbose | more".
Filter out lower severity issues with "minSeverity=5"
bdw429s
03/04/2022, 6:37 PMinvalid component definition, can't find component [codechecker-core.models.DisabledRulesService]
bdw429s
03/04/2022, 6:37 PM--verbose
bdw429s
03/04/2022, 6:38 PMsatauros
03/04/2022, 6:39 PMbdw429s
03/04/2022, 10:02 PMbdw429s
03/04/2022, 10:02 PMbdw429s
03/04/2022, 10:03 PMbdw429s
03/04/2022, 10:03 PMbdw429s
03/04/2022, 10:03 PMupdate --system
and then retry your
codechecker run categories=LuceeMissingTags
again. It appears to be working now for mesatauros
03/05/2022, 6:56 AMCommandBox:flexmail-api> codechecker run categories=LuceeMissingTags
√ | Running CodeChecker
| √ | Resolving files for scan
| √ | Aligning Goals
| √ | Running Rules
____ ____ ___ ____ ____ _ _ ____ ____ _ _ ____ ____
| | | | \ |___ | |__| |___ | |_/ |___ |__/
|___ |__| |__/ |___ |___ | | |___ |___ | \_ |___ | \
0 issues found in 1 category using 22 rules.
----------------------------------------------------------
bdw429s
03/05/2022, 4:44 PMsatauros
03/05/2022, 5:32 PM