Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error of loading java class from another module in time of debugging #934

Closed
ddementieva opened this issue Mar 30, 2016 · 0 comments
Closed
Labels
kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@ddementieva
Copy link
Contributor

Use case

Open multi-module project in Eclipse Che, for example [https://github.com/codenvy/cdec|CDEC project].

Set breakpoint into java class which uses class from another module, for example, in class [ConfigCommand.java https://github.com/codenvy/cdec/blob/master/installation-manager-cli-bundle/src/main/java/com/codenvy/im/cli/command/ConfigCommand.java#L58] of module installation-manager-cli-bundle.

Run project in debug mode.

Connect to remote debug session of project from Che.

Step into method of class of another module, for example, AbstractArtifact.createArtifact()

of module installation-manager-core.

Actual wrong result
IDE opens tab with title ArtifactFactory and error message instead of content:
{noformat}
An error occurred while loading the file.
{noformat}
There was error response on http request http://localhost:8080/ide/ext/jdt/workspaceylhzlmw1177yfy71/navigation/contentbyfqn?projectpath=/cdec/installation-manager-cli-bundle&fqn=com.codenvy.im.artifacts.ArtifactFactory:
{noformat}
Can't find type: com.codenvy.im.artifacts.ArtifactFactory
{noformat}
!error-of-step-into-java-class-from-another-module_2016-01-19.png|thumbnail!

See [attached screencast for details|https://jira.codenvycorp.com/secure/attachment/80890/out.ogv].

@ddementieva ddementieva added the kind/bug Outline of a bug - must adhere to the bug report template. label Mar 30, 2016
@ghost ghost closed this as completed Mar 30, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

1 participant