Feego
Results
1
comments of
Feego
#### Triggered NoClassDefFoundError/ClassNotFoundException ##### Test Code ```java package org.lyh.testcode4java.lambda; import java.time.temporal.Temporal; import java.util.function.ToLongFunction; /** * @author [email protected] * @date 2018/12/26 */ public class ParentClass { protected ToLongFunction getEpochMillis; public ParentClass(ToLongFunction...