https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 0df50db620134a73b6eea0aaf23fa8395a7fd070 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: 0df50db
.gitignore
/*/bin/
/.project
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

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