During a JavaOne IDE-comparison session, in a valiant effort to
prove my impartiality, I revealed some of my pet peeves about
NetBeans IDE. One of these was this odd scenario:
Above, I have called up a hint to convert an if-else statement
to a strings-in-switch statement. However, annoyingly, there's also
a tooltip, a meaningless tooltip, taking up space and blocking part
of my code. Here's another example:
To me, this looks messy and, worst of all, blocks me from seeing
part...