Skip to content

Generic -> misc to avoid confusion with generics #31

Generic -> misc to avoid confusion with generics

Generic -> misc to avoid confusion with generics #31

GitHub Actions / Test Results succeeded Jan 5, 2024 in 0s

All 90 tests pass, 3 skipped in 8s

93 tests  ±0   90 ✅ ±0   8s ⏱️ -1s
18 suites ±0    3 💤 ±0 
18 files   ±0    0 ❌ ±0 

Results for commit a1fbbbc. ± Comparison against earlier commit 79e6c3b.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3 skipped tests found

There are 3 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ preserves star imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not touch static imports (yet)()
com.replaymod.gradle.remap.pattern.TestLambdaExpression ‑ should preserve bound lambda argument names()

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

93 tests found

There are 93 tests, see "Raw output" for the full list of tests.
Raw output
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ preserves star imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should add new imports in empty lines()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should add new imports in place of removed imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should add unambiguous missing imports from JDK()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should add unambiguous missing imports from remapped classpath()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should add unambiguous missing imports from the same source set()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not add unambiguous missing imports from original classpath()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import classes from the current package()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import generic types()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import java-lang package()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import own inner classes()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import self()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import types that look like fields()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not import variable references()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should not touch static imports (yet)()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should preserve existing ambiguous imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImports ‑ should remove unused imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should always leave line after imports()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should put imports in same line as package if required()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should put new imports in single line if necessary to preserve original line count()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should remove unused imports from end of shared lines()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should remove unused imports from shared lines()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should remove unused imports from start of shared lines()
com.replaymod.gradle.remap.imports.TestJavaAutoImportsFormatting ‑ should separate java(x) from other imports with an empty line if possible()
com.replaymod.gradle.remap.imports.TestKotlinAutoImports ‑ should not touch Kotlin files (yet)()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinGenerics ‑ remaps generic type argument with import()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinGenerics ‑ remaps generic type argument()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinGenerics ‑ remaps generic type with import()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinGenerics ‑ remaps generic type()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinImports ‑ remaps inner class import()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinImports ‑ remaps outer class of inner class import()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinImports ‑ remaps simple import()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ convert synthetic property to getter if it would be shadowed by a field with the same name()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ converts getter to synthetic property if now synthetic()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ converts setter to synthetic property if now synthetic()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ converts synthetic property to getter if no longer synthetic()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ converts synthetic property to setter if no longer synthetic()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ does convert getter to synthetic property if the field which it would be shadowed by is inaccessible()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ does not convert getter to synthetic property if it would be shadowed by a field with the same name()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ does not convert synthetic property to getter if the field which it would be shadowed by is inaccessible()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ does not replace super calls with synthetic properties()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ remaps synthetic getter()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ remaps synthetic property even when overwritten in kotlin subclass()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinSyntheticProperties ‑ remaps synthetic setter()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinTypeAliases ‑ remaps inner class alias()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinTypeAliases ‑ remaps outer class of inner class alias()
com.replaymod.gradle.remap.mapper.kotlin.TestKotlinTypeAliases ‑ remaps simple alias()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAccessors ‑ does not change @Accessor method name even when it happens to be the same as a method in the target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAccessors ‑ remaps @Accessor()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAccessors ‑ remaps @Invoker with non-standard method name()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAccessors ‑ remaps @Invoker()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAnnotation ‑ remaps with anonymous inner class target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAnnotation ‑ remaps with class target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAnnotation ‑ remaps with inner class string target separated by dollar()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAnnotation ‑ remaps with inner class string target separated by dot()
com.replaymod.gradle.remap.mapper.mixin.TestMixinAnnotation ‑ remaps with string target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @At target in constant()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @At target without mappings for target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @At target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @Inject method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @ModifyArg method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @ModifyArgs method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @ModifyConstant method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @ModifyVariable method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps @Redirect method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps constructor target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps injection into generic method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps injections that use @At INVOKE with an unmapped array type in the descriptor()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps method in constant()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps multiple methods()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps qualified method argument without mappings for target()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps qualified method argument()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ remaps qualified method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinInjections ‑ throws when injecting into ambiguous method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinOverride ‑ remaps overridden method()
com.replaymod.gradle.remap.mapper.mixin.TestMixinShadow ‑ automatically add this(dot) for conflicts with local variables()
com.replaymod.gradle.remap.mapper.mixin.TestMixinShadow ‑ remaps shadow method and references to it()
com.replaymod.gradle.remap.mapper.mixin.TestMixinShadow ‑ remaps shadowed methods with array arguments()
com.replaymod.gradle.remap.mapper.mixin.TestMixinShadow ‑ resolve shadow names in anonymous classes()
com.replaymod.gradle.remap.misc.TestMiscJavaCode ‑ remaps methods that have synthetic bridges that change the return type()
com.replaymod.gradle.remap.pattern.TestChangeMerging ‑ should work when mixed with remapping()
com.replaymod.gradle.remap.pattern.TestFieldReference ‑ should match field on left side of assignment when replaced by field()
com.replaymod.gradle.remap.pattern.TestFieldReference ‑ should not match final field on left side of assignment when replaced by non-field()
com.replaymod.gradle.remap.pattern.TestLambdaExpression ‑ should find lambda expression with bound arguments()
com.replaymod.gradle.remap.pattern.TestLambdaExpression ‑ should find simply lambda expression()
com.replaymod.gradle.remap.pattern.TestLambdaExpression ‑ should preserve bound lambda argument names()
com.replaymod.gradle.remap.pattern.TestNewExpression ‑ should find inner class constructor()
com.replaymod.gradle.remap.pattern.TestNewExpression ‑ should find regular constructor()
com.replaymod.gradle.remap.pattern.TestVarArgs ‑ should allow leading argument to be added()
com.replaymod.gradle.remap.pattern.TestVarArgs ‑ should allow leading argument to be removed()
com.replaymod.gradle.remap.pattern.TestVarArgs ‑ should find varargs method with fixed leading argument()
com.replaymod.gradle.remap.pattern.TestVarArgs ‑ should find varargs method with variable leading argument()
com.replaymod.gradle.remap.pattern.TestVarArgs ‑ should find varargs method()