Variables with underline
I believe the underlined variables are representative of constants (final or effectively final), because in my experience I only see this decoration when I declare a final
object for use inside an anonymous class. I can't seem to find it in the documentation, though.
It could be a sign of "Reassigned parameter"