https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 91dd2ae4e32aae24fc256df70e1463824763b4c0 authored by Carsten Hammer on 01 June 2019, 20:54:55 UTC
String.indexOf can be replaced with String.contains
Tip revision: 91dd2ae
.gitignore
/*/bin/
/.project
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

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