|
4 | 4 | <CurrentIssues>
|
5 | 5 | <ID>CyclomaticComplexMethod:AbstractVMEngine.kt$AbstractVMEngine.GuestVFSConfigurator$private fun resolveOsArch(): Pair<String, String></ID>
|
6 | 6 | <ID>CyclomaticComplexMethod:ConsoleIntrinsic.kt$ConsoleIntrinsic$internal fun formatLogComponent(arg: Any?): Any</ID>
|
7 |
| - <ID>EmptyFunctionBlock:EmbeddedVFSTest.kt$EmbeddedVFSTest${ }</ID> |
| 7 | + <ID>CyclomaticComplexMethod:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$override fun getMember(key: String): Any</ID> |
8 | 8 | <ID>ForbiddenComment:HostVFS.kt$HostVFS$// @TODO: OS-specific? configurable?</ID>
|
9 | 9 | <ID>ForbiddenComment:NettyHttpResponse.kt$NettyHttpResponse$// TODO: support JSON objects and other types of content</ID>
|
| 10 | + <ID>ForbiddenComment:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$// @TODO: implement 5 and 15 minute averages</ID> |
10 | 11 | <ID>ForbiddenComment:NodePathTest.kt$NodePathTest$// @TODO: this was the first use of the `assert` module; the order of expected/actual args is probably wrong</ID>
|
11 | 12 | <ID>ForbiddenComment:NodePathTest.kt$NodePathTest$// @TODO: this will need normalization for non-unix test runs</ID>
|
12 | 13 | <ID>ForbiddenComment:NodeProcess.kt$NodeProcess$// @TODO: factor in vm policy here</ID>
|
| 14 | + <ID>ImplicitDefaultLocale:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$String.format( "%d.%d.%d.%d", (bits and 0x0000000000ff000000L) shr 24, (bits and 0x0000000000ff0000L) shr 16, (bits and 0x0000000000ff00L) shr 8, bits and 0xffL, )</ID> |
13 | 15 | <ID>IteratorNotThrowingNoSuchElementException:FetchHeadersIntrinsic.kt$FetchHeadersIntrinsic$<no name provided> : Iterator</ID>
|
14 | 16 | <ID>IteratorNotThrowingNoSuchElementException:JsIterator.kt$JsIterator<T> : IteratorProxyIteratorProxyIterable</ID>
|
15 | 17 | <ID>LargeClass:AbstractJsMapTest.kt$AbstractJsMapTest<MapLike> : AbstractJsTest</ID>
|
|
23 | 25 | <ID>MagicNumber:ExecutableScript.kt$ExecutableScript.ScriptType$5</ID>
|
24 | 26 | <ID>MagicNumber:FetchResponse.kt$FetchResponse$200</ID>
|
25 | 27 | <ID>MagicNumber:FetchResponse.kt$FetchResponse$299</ID>
|
26 |
| - <ID>MagicNumber:GraalVMRuntime.kt$GraalVMRuntime.Companion$3</ID> |
27 | 28 | <ID>MagicNumber:HttpServerConfig.kt$HttpServerConfig$8080</ID>
|
28 | 29 | <ID>MagicNumber:JsProxy.kt$JsProxy.PropertyProxy$3</ID>
|
29 | 30 | <ID>MagicNumber:NettyRequestHandler.kt$NettyRequestHandler$404</ID>
|
|
80 | 81 | <ID>TooManyFunctions:AbstractDelegateVFS.kt$AbstractDelegateVFS<VFS> : GuestVFSAbstractBaseVFS</ID>
|
81 | 82 | <ID>TooManyFunctions:BaseMutableJsMultiMap.kt$BaseMutableJsMultiMap<K: Any, V> : BaseJsMultiMapMutableMapMutableMultiMapLike</ID>
|
82 | 83 | <ID>TooManyFunctions:CompoundVFSImpl.kt$CompoundVFSImpl : AbstractBaseVFS</ID>
|
| 84 | + <ID>TooManyFunctions:NodeOperatingSystem.kt$NodeOperatingSystem$BaseOS : OperatingSystemAPIProxyObject</ID> |
83 | 85 | <ID>UnusedParameter:VfsPlugin.kt$Vfs$@Suppress("unused_parameter") builder: PolyglotEngineBuilder</ID>
|
84 | 86 | <ID>UnusedPrivateProperty:AbstractJsIntrinsicTest.kt$AbstractJsIntrinsicTest$private val testInject: Boolean = true</ID>
|
85 | 87 | <ID>UnusedPrivateProperty:JsRuntime.kt$JsRuntime.Companion$// Root where we can find runtime-related files. private const val EMBEDDED_ROOT = "/META-INF/elide/embedded/runtime/js"</ID>
|
|
0 commit comments