Saturday, September 26, 2009

GrepCode beta.5 release

The GrepCode team is excited to publicly release Beta 5 of the search engine.

In this release, we bring you the following features:


  1. Repository Filter: Users can filter search results to restrict to Java artifacts that are maintained in a particular repository.

  2. Find Method Usages: Every method declaration has a drop-down menu that can be used to find other methods that use the current method.

  3. Google AppEngine Profile: Users of the Google AppEngine can now use GrepCode to find Java artifacts (Types, Methods, Projects) that they can use in their projects. GrepCode uses the white-list released by Google to tag artifacts with their compatibility. Then we transitively compute the compatibility for all depending artifacts.



A discussion forum is available at http://groups.google.com/group/grepcode.

Wednesday, August 26, 2009

Adding GrepCode to a browser's search bar


GrepCode search can be integrated into the a browser search bar by following these steps.


  1. Navigate to the GrepCode home page by typing http://grepcode.com.


  2. Click on the down arrow in the search bar (marked in the screenshot).


  3. In the popup, click on Add "grepcode.com".



You will now have GrepCode as one of the search engines to use in the search bar.

Sunday, August 16, 2009

GrepCode beta.4 release

GrepCode has refreshed the site with the following features.
  1. Method Search: Users can search for methods in addition to Java types and Projects, using the familiar keyword search interface.
  2. Browsing non-Java source files: The project files browser shows other non-Java files including the manifest.
  3. New Repositories: We have added the Maven repository at codehaus.org, and the Eclipse 3.5 OSGi repository to our search base.
  4. New Projects: Based on user requests, we have added the icefaces project.

Sunday, July 12, 2009

GrepCode gets on Twitter

Stay tuned with the latest at GrepCode -- Follow us at http://twitter.com/grepcode

Sunday, April 5, 2009

GrepCode Beta Launches

The GrepCode team is proud to announce the general availability of the Java source code search engine at http://grepcode.com.

Compared to existing alternatives, GrepCode takes code search to a whole new level, increasing Java programmers’ productivity many-fold. In addition to syntax highlighting and Javadoc rendering, GrepCode provides access to the outline view and type hierarchy of Java types. Users can very quickly find dependent and depending projects for a particular project version. GrepCode also allows users to navigate to function bodies from the caller functions. If you have ever wished to check that line of source code in an external jar that was responsible for an exception, and hesitated downloading and installing the project source in your IDE, GrepCode is for you. No downloads. No installs.

We index around 2 million Java source files from over 32,000 releases of open source Java projects.