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

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