Leo Gassman

Results 3 issues of Leo Gassman

See this example: ``` mixin Mixin1 { method m1() { return super() } } mixin Mixin2 { method m2() { return self.m1() } method m1() } class SuperClass { method...

severity: 1 - Minor
component: mixins

If no closure is passed as argument, the assert object throws and catchs an Exception. Then, the test doesn't fail. Example: You suppose this test fails when is executed: ```...

component: tests
severity: 2 - Medium

This is a real world example. This code was written by a student at his first class day. if (estaEnElRango()){ vuelaEstaDistancia=(energia/5)+10 } else{ vuelaEstaDistancia=energia/5 } return vuelaEstaDistancia The problem is...

type: Nice to Have
component: validator
complexity: 4 - Hard
component: parser message
Won't do