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

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