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

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