https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 9813d3707239b719b57e987addce79b57059e6e8 authored by Carsten Hammer on 01 June 2019, 20:35:39 UTC
Use of String.equals("") can be replaced with String.isEmpty() (JDK6)
Tip revision: 9813d37
.gitignore
/*/bin/
/.project
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

# maven
/*/target/
/target/
back to top