DeveloperLiberationFront / Program-Navigation-Plugin

2 stars 3 forks source link

Push full project to Github #28

Closed chbrown13 closed 8 years ago

chbrown13 commented 8 years ago

The plug-in depends on the org.eclipse.jdt.ui package that I modified locally for fixing the UI but haven't been able to find a way to push everything to Github.

chbrown13 commented 8 years ago

Added modified packages org.eclipse.jdt.internal.ui.javaeditor and org.eclipse.jdt.internal.ui.javaeditor.breadcrumb as .jar files. Whenever you get the chance can you try pulling this version and seeing if the compiler errors are gone and if you can run the tool? @tylerrexford @jssmith1

jssmith1 commented 8 years ago

@chbrown13 Pulled the changes and rebuilt the project, but still getting errors:

Breadcrumb undefined for type Java editor and setText undefined for the type IBreadcrumb.

image

tralber2 commented 8 years ago

I think to fix this, you have to move the modified jar above the plugin dependencies. I did that and do not have compiler errors anymore. Although I ran the plugin and was getting NoSuchMethodErrors from the breadcrumb. It was a very small program and probably had to do with not having any chains of invocation or declaration. issue28fix

jssmith1 commented 8 years ago

Yup, moving it up in the build path works