When I go to the project properties libraries tab and specify a path to an online javadoc using the "Javadoc location path" field populated with http://google-guice.googlecode.com/svn/trunk/javadoc
, I get a "naked" javadoc in the hover or javadoc view that shows some of the correct information like "since API 3.0". But it's missing all of the text documentation and the list of public methods.
Strangely if I click "open attached Javadoc in a browser", then all of the correct information is displayed. Is this an Eclipse bug? A Guice Javadoc formatting bug?