Extract value refactoring #2928
Triggered via pull request
November 24, 2023 08:48
Status
Failure
Total duration
19m 10s
Artifacts
–
Annotations
5 errors and 3 warnings
test (ubuntu-latest)
Process completed with exit code 1.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (windows-latest)
Exception calling "SetPageFileSize" with "3" argument(s): "The operation completed successfully"
At D:\a\_actions\al-cheb\configure-pagefile-action\v1.3\scripts\SetPageFileSize.ps1:193 char:1
+ [Util.PageFile]::SetPageFileSize($minimumSize, $maximumSize, $diskRoo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : Win32Exception
|
Qodana
The number of problems exceeds the failThreshold
|
Incorrect string capitalization:
src/nl/hannahsten/texifyidea/refactoring/introducecommand/LatexExtractCommandHandler.kt#L159
String 'choose a variable' is not properly capitalized. It should have title capitalization
|
Unresolved reference in KDoc:
src/nl/hannahsten/texifyidea/util/Commands.kt#L49
Cannot resolve symbol 'packageName'
|
Unresolved reference in KDoc:
src/nl/hannahsten/texifyidea/util/Commands.kt#L51
Cannot resolve symbol 'parameters'
|