Jens Dietrich

Results 5 comments of Jens Dietrich

I have also notices this exception that always seemed to happen just before: ``` Will try to generate tests for 286 classes. Removing org.springframework.beans.factory.groovy.GroovyDynamicElementReader$_invokeMethod_closure1 from the classes under test due...

Thanks for the quick response. Whether annotating uses of java.lang.Void as nullable is useful depends IMO on two things: (1) whether tools, in particular static checkers, will infer it as...

Thanks for the response, this all makes sense. The tool we have developed works somehow like what you describe – tests are filtered to remove false positives. We dont filter...

@pombredanne thanks for reaching out -- the software is not yet open source but will be once our paper has been published. There is a preview here: https://arxiv.org/abs/2306.05534 . Some...

@pombredanne Thanks for the clarification. In our approach, we associate bytecode with sources using the Maven Rest API . This enables us to perform matching on the source level, using...