Improve performance of action icon loading and class loading of index classes #2959
Annotations
2 errors, 8 warnings, and 1 notice
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
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexGlossaryEntryIndex.kt#L12
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexCommandsIndex.kt#L12
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexDefinitionIndex.kt#L12
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexEnvironmentsIndex.kt#L12
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexParameterLabeledEnvironmentsIndex.kt#L13
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexIncludesIndex.kt#L13
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexMagicCommentIndex.kt#L10
Extensions should not contain a companion object
|
Companion object in extensions:
src/nl/hannahsten/texifyidea/index/LatexParameterLabeledCommandsIndex.kt#L12
Extensions should not contain a companion object
|
Call chain on collection could be converted into 'Sequence' to improve performance:
src/nl/hannahsten/texifyidea/settings/sdk/TectonicSdk.kt#L33
Call chain on a collection could be converted into 'Sequence' to improve performance
|