Skip to content

Instantly share code, notes, and snippets.

View sescotti's full-sized avatar
🎯
Focusing

sescotti

🎯
Focusing
View GitHub Profile
@sescotti
sescotti / HelloController.kt
Last active April 3, 2019 18:34
HelloController.kt
package careers.debut.api
import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController
import org.springframework.web.bind.annotation.PathVariable
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.http.ResponseEntity.ok
@RestController
@RequestMapping("/hello")
@sescotti
sescotti / exception.log
Created August 14, 2017 07:02
StackOverflow after adding more than one @DeleGate to a class
null
java.lang.StackOverflowError
at com.intellij.lang.impl.PsiBuilderImpl.mark(PsiBuilderImpl.java:927)
at com.intellij.lang.java.parser.ExpressionParser.a(ExpressionParser.java:321)
at com.intellij.lang.java.parser.ExpressionParser.g(ExpressionParser.java:304)
at com.intellij.lang.java.parser.ExpressionParser.e(ExpressionParser.java:298)
at com.intellij.lang.java.parser.ExpressionParser.a(ExpressionParser.java:170)
at com.intellij.lang.java.parser.ExpressionParser.a(ExpressionParser.java:183)
at com.intellij.lang.java.parser.ExpressionParser.a(ExpressionParser.java:167)
at com.intellij.lang.java.parser.ExpressionParser.a(ExpressionParser.java:183)