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

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