I have had this problem for a while. The methods in classes like String or date in eclipse do not have documentation, and when the suggestions pop up, the methods' names appear but their arguments are all like arg0 , arg1 etc... But this problem seems to be only in eclipse, in netbeans the docs and args are showing correctly.
I am using jdk 1.8.0_05.
this is what it looks like in eclipse

A comparison:
