cfleming
01/10/2019, 9:58 PMxenoterracide
01/10/2019, 10:43 PMxenoterracide
01/10/2019, 10:44 PMid("org.jetbrains.kotlin.plugin.jpa").version("1.2.71")
@Test
fun new() {
assertThat( Emr::class.primaryConstructor ).extracting { it?.call() } .isInstanceOf( Emr::class.java )
}
java.lang.IllegalArgumentException: Callable expects 6 arguments, but 0 were provided.
at kotlin.reflect.jvm.internal.FunctionCaller.checkArguments(FunctionCaller.kt:42)
at kotlin.reflect.jvm.internal.FunctionCaller$Constructor.call(FunctionCaller.kt:64)
at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
at com.potrero.ph.emr.entity.EmrTest$new$1.apply(EmrTest.kt:13)
at com.potrero.ph.emr.entity.EmrTest$new$1.apply(EmrTest.kt:9)
at org.assertj.core.api.AbstractObjectAssert.extracting(AbstractObjectAssert.java:610)
at com.potrero.ph.emr.entity.EmrTest.new(EmrTest.kt:13)
serebit
01/11/2019, 6:19 AMuser
11/09/2020, 1:35 PMuser
11/09/2020, 5:06 PMuser
11/09/2020, 5:13 PMTwoClocks
11/10/2020, 5:02 AMuser
11/10/2020, 11:27 AMnatario1
11/10/2020, 5:08 PMinternal
classes with proguard? They are always compiled as public class
in bytecode, so my keep directive unfortunately keeps them as well. Does anyone know of any workaround?ursus
11/11/2020, 1:07 AMAnimesh Sahu
11/11/2020, 2:54 PMstr[current-displace]
but since displace <= ones <= navigated elements
it can never lesser than 0...user
11/11/2020, 4:14 PMuser
11/12/2020, 12:29 PMuser
11/12/2020, 3:21 PMAlex
11/12/2020, 5:06 PMroot:
serverTypeOne:
username: "root"
ssh-key: "path"
serverTypeTwo:
username: "root"
ssh-key: "path"
Can I map something like this from application.yaml to a, for example, Hashmap<Enum<ServerTypes>, ConnectionDetails>
? I have Spring underneath.Alex
11/12/2020, 5:08 PMWill Buck
11/12/2020, 7:29 PMPatrick Ramsey
11/12/2020, 11:36 PMPatrick Ramsey
11/12/2020, 11:55 PMAbhishek Shukla
11/13/2020, 3:34 AMuser
11/13/2020, 4:04 PMAdi
11/13/2020, 6:47 PMRishit Dagli
11/14/2020, 1:51 AMAnimesh Sahu
11/14/2020, 12:28 PMdf
11/15/2020, 11:09 AMsomeMap["foo"]?.anotherMap["bar"]?.someKey == true
not allowed? It fails on the second map with Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type (Mutable)Map<String!, TranslationDto!>?
df
11/15/2020, 11:10 AM[]
is unsafezero_coding
11/15/2020, 9:01 PM