I hereby claim:
- I am realdadfish on github.
- I am deadfish (https://keybase.io/deadfish) on keybase.
- I have a public key ASCO19XrNn4ZihRPMImt_195hWoFLLZ28Rx-G0Sd-d_qwQo
To claim this, I am signing this object:
| java.lang.IllegalArgumentException: Cannot convert field of typeandroid.util.SparseArray<java.lang.String> | |
| E at nl.qbusict.cupboard.internal.convert.ConverterRegistry.getFieldConverter(ConverterRegistry.java:242) | |
| E at nl.qbusict.cupboard.Cupboard.getFieldConverter(Cupboard.java:202) | |
| E at nl.qbusict.cupboard.convert.ReflectiveEntityConverter.getFieldConverter(ReflectiveEntityConverter.java:119) | |
| E at nl.qbusict.cupboard.convert.ReflectiveEntityConverter.<init>(ReflectiveEntityConverter.java:79) | |
| E at nl.qbusict.cupboard.convert.ReflectiveEntityConverter.<init>(ReflectiveEntityConverter.java:51) | |
| E at nl.qbusict.cupboard.internal.convert.ConverterRegistry$1.create(ConverterRegistry.java:163) | |
| E at nl.qbusict.cupboard.internal.convert.ConverterRegistry.getEntityConverter(ConverterRegistry.java:191) | |
| E at nl.qbusict.cupboard.Cupboard.getEntityConverter(Cupboard.java:217) | |
| E at nl.qbusict.cupboard.BaseCompartment.getConverter(BaseCompartment.java:28) |
| curl -X POST \ | |
| --digest --user test:... \ | |
| -H "Content-Type: application/json" | |
| -d '{"project":"Foo","branch":"master","change_id":"I4428a11e0bee8d9dbc43fe7adc1e61039218ef24","status":"NEW","merge":{"source":"refs/heads/new-bar"},"subject":"New bar"}' \ | |
| https://my.gerrit.instance/a/changes/ |
| package com.xing.android.test.rules.subscription | |
| class MissingSubscriptionToMethodException : Exception() |
I hereby claim:
To claim this, I am signing this object:
| open class BaseMagnetActivity : AppCompatActivity(), ScopeOwner { | |
| private val scopeModel: ScopeModel by lazy { ScopeModel.setup(this) } | |
| private var testScope: Scope? = null | |
| override var scope: Scope | |
| get() = testScope ?: scopeModel.scope | |
| @VisibleForTesting | |
| set(value) { | |
| testScope = value |
| ... | |
| @Before // <-- line 50 | |
| fun setup() { | |
| MockitoAnnotations.initMocks(this) | |
| ... | |
| } | |
| ... |
| CoverageListener E Failed to generate Emma/JaCoCo coverage. | |
| E java.lang.reflect.InvocationTargetException | |
| E at java.lang.reflect.Method.invoke(Native Method) | |
| E at androidx.test.internal.runner.listener.CoverageListener.generateCoverageReport(CoverageListener.java:101) | |
| E at androidx.test.internal.runner.listener.CoverageListener.instrumentationRunFinished(CoverageListener.java:70) | |
| E at androidx.test.internal.runner.TestExecutor.reportRunEnded(TestExecutor.java:92) | |
| E at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:65) | |
| E at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:388) | |
| E at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2145) | |
| E Caused by: java.io.FileNotFoundExcept |
| import com.google.auto.service.AutoService | |
| import org.robolectric.internal.dependency.DependencyResolver | |
| import org.robolectric.pluginapi.SdkProvider | |
| import org.apache.maven.artifact.ant.DependenciesTask | |
| import org.robolectric.internal.dependency.DependencyJar | |
| import java.io.IOException | |
| import java.nio.channels.FileLock | |
| import java.nio.channels.FileChannel | |
| import java.io.RandomAccessFile | |
| import java.io.File |
| task resolveDependencies { | |
| description "Resolves dependencies for all build variants of this Android module" | |
| doLast { | |
| project.buildscript.configurations.findAll { it.canBeResolved }.each { it.resolve() } | |
| } | |
| } | |
| def factory = project.getObjects() | |
| if (project.plugins.hasPlugin('com.android.application')) { |