feat: add move prototype refactoring #621
build.yml
on: pull_request
Annotations
2 errors, 12 warnings, and 4 notices
Test
System.IO.IOException: No space left on device : '/home/runner/runners/2.319.1/_diag/Worker_20240901-195503-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
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 GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
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.319.1/_diag/Worker_20240901-195503-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
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 GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
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.319.1/_diag/Worker_20240901-195503-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
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)
|
Inspect code
Action failed with "The process '/usr/bin/git' failed with exit code 128"
|
Test
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 17 MB
|
Verify plugin
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
Class is exposed outside of its visibility scope:
src/main/java/de/vette/idea/neos/lang/afx/psi/AfxElementTypes.java#L10
Class `AfxAttributeElementType` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
src/main/java/de/vette/idea/neos/lang/afx/psi/AfxElementTypes.java#L13
Class `AfxElementType` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
src/main/java/de/vette/idea/neos/lang/afx/psi/AfxElementTypes.java#L12
Class `AfxElementType` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
src/main/java/de/vette/idea/neos/lang/afx/psi/AfxElementTypes.java#L9
Class `AfxTagElementType` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
src/main/java/de/vette/idea/neos/lang/afx/psi/AfxElementTypes.java#L14
Class `AfxElementType` is exposed outside its defined visibility scope
|
Redundant 'Collection.addAll()' call:
src/main/java/de/vette/idea/neos/util/PhpElementsUtil.java#L67
'addAll()' call can be replaced with parametrized constructor call
|
Condition is covered by further condition:
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L128
Condition 'parent instanceof FusionBlock' covered by subsequent condition 'parent instanceof FusionPrototypeSignature'
|
Constant values:
src/main/java/de/vette/idea/neos/lang/fusion/usages/PrototypeFindUsagesProvider.java#L77
Condition `element instanceof FusionPrototypeSignature` is always `true`
|
Constant values:
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L128
Condition `parent instanceof FusionBlock || parent instanceof FusionPrototypeSignature` is always `true`
|
Constant values:
src/main/java/de/vette/idea/neos/lang/fusion/structure/FusionTreeElement.java#L144
Condition `part instanceof FusionMetaProperty` is always `true`
|
Constant values:
src/main/java/de/vette/idea/neos/lang/fusion/usages/UsagesTypeProvider.java#L56
Value `parentElement` is always 'null'
|
Constant values:
src/main/java/de/vette/idea/neos/lang/afx/codeInsight/AfxXmlExtension.java#L51
Value `tag` is always 'null'
|
Constant values:
src/main/java/de/vette/idea/neos/lang/fusion/usages/UsagesTypeProvider.java#L47
Value `parentElement` is always 'null'
|
Regular expression can be simplified:
src/main/resources/de/vette/idea/neos/xsd/xliff/xliff12.xsd#L7
`[^\s]` can be simplified to '\\S'
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Intellij Neos-1.22.0-eap.3
Expired
|
2.05 MB |
|
pluginVerifier-result
Expired
|
21.6 KB |
|