Skip to content

sandipchitale/odjfdc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Open .java file for .class file

A simple Eclipse plugin to open .java file for a .class file, if the .java file is present in one of the open Java projects in Eclipse workspace.

How does it work ?

Monitors the opening of a .class editor. Then uses the JDT Java search mechanism to locate the .java file in any of the Java projects in the Eclipse workspace. It also tries to move the same caret offset in .java file. By default closes the .class file, however by setting a preference you can opt-in to not close the .class file. The .jar file containng the .class file has to be associated with the folder containing the corresponding .java files.

Preferences

The key aspect is that the projects may not even be related via project dependencies.

Update site

Install the plugin using update site URL:

https://sandipchitale.github.io/odjfdc/OpenDotJavaForDotClassUpdateSite/site.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages