v3.2.4 #229
Annotations
2 errors, 31 warnings, and 5 notices
Test
System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241228-095513-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241228-095513-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Common.Tracing.Error(Exception exception)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241228-095513-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing)
at GitHub.Runner.Common.Tracing.Dispose()
at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
at GitHub.Runner.Common.TraceManager.Dispose()
at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
at GitHub.Runner.Common.HostContext.Dispose()
at GitHub.Runner.Worker.Program.Main(String[] args)
|
Verify plugin
Process completed with exit code 1.
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify plugin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify plugin
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
|
Verify plugin
No files were found with the provided path: /home/runner/work/intellij-mise/intellij-mise/build/reports/pluginVerifier. No artifacts will be uploaded.
|
Constructor parameter is never used as a property:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L51
Constructor parameter is never used as a property
|
|
Redundant nullable return type:
modules/products/nodejs/src/main/kotlin/com/github/l34130/mise/nodejs/run/MiseNodeRunConfigurationExtension.kt#L44
'createLaunchSession' always returns non-null type
|
Unstable API Usage:
settings.gradle.kts#L9
'repositories(org.gradle.api.Action)' is marked unstable with @Incubating
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setting/MiseSettingsListener.kt#L7
Property "TOPIC" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setup/MiseDevToolRequest.kt#L5
Class "MiseDevToolRequest" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/MiseHelper.kt#L13
Function "getMiseEnvVarsOrNotify" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/run/MiseRunConfigurationSettingsEditor.kt#L124
Function "writeExternal" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/MiseConstants.kt#L5
Object "MiseConstants" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/MiseTreeToolWindow.kt#L146
Function "redraw" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/run/MiseRunConfigurationSettingsEditor.kt#L107
Property "EDITOR_TITLE" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseErrorNode.kt#L7
Class "MiseErrorNode" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setting/MiseSettingsListener.kt#L5
Interface "MiseSettingsListener" is never used
|
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/run/MiseRunConfigurationSettingsEditor.kt#L110
Function "readExternal" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/MiseConstants.kt#L6
Property "SYSTEM_ID" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L6
Property "generalCommandLine" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/MiseHelper.kt#L12
Object "MiseHelper" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/run/MiseRunConfigurationSettingsEditor.kt#L108
Property "SERIALIZATION_ID" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseEmptyNode.kt#L7
Class "MiseEmptyNode" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLine.kt#L16
Function "runCommandLine" is never used
|
Inspect code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
|
Class member can have 'private' visibility:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseEnvironmentNode.kt#L8
Property 'environments' could be private
|
|
Class member can have 'private' visibility:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L51
Property 'configFilePath' could be private
|
Nested lambda has shadowed implicit parameter:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setting/MiseSettings.kt#L39
Implicit parameter 'it' of enclosing lambda is shadowed
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
mise-3.2.4
|
184 KB |
|