Just noticed the quick Javadoc lookup isn't working quite as well as it used to. When I lookup String.format I get a lookup with some error warnings at the top about missing external urls. But these are the default Java7 urls from oracle and appear to resolve when entered into a browser on the same machine.
But more funstratingly in this example I cannot click on the 'format string' link and see the doc on the string format spec - which is what I really wanted to get at. The clicks don't appear to register/resolve at all. Nothing happens.
When I check the Project settings I find the only help url for this JDK is the default: http://docs.oracle.com/javase/7/docs/api/
New or known bugs? or is something misconfigured here?
I'm using latest stable IDEA 14.0.3 updated this morn.