I’m a big fan of GrepCode. It’s a code search engine optimized for Java. The engine crawls various Java open source repository and parses the source code it finds, creating a deeply hyperlinked representation. It’s almost as good as an IDE for navigating third-party code, but you don’t need to find that source code yourself.
In the past I had high hopes for Google Code Search and Krugle.org. Both had the goal of being a broad index of open source code in all programming languages. The former was discontinued and the latter today has such poor coverage that’s its nearly useless (sorry Ken). GrepCode is limited by being Java-only, but it’s soooo good.
Helpful to me already. Thanks!
try http://www.symbolhound.com/codesearch for searching open source code repos for various languages Andy Thomas-Cramer Chris Dolan
Thanks, Thomas Feldtmose . I tried a simple search for “javax.mail.session” and it performed about the same as Krugle.org. That is, it failed to find the source for that library. So I think grepcode still wins.
there is also a intellij and eclipse plugin available…. woooo 😉