JanssenProject / JanssenProject/jans

fix(agama): public class not recognized in a Java file with several classes

Open
#7,834 0 comments 0 reactions 1 assignee Claimed by @jgomer2001 View on GitHub
comp-agama kind-bug
Dominant language
Java
Stars
647
Forks
173
Avg merge
1d 18h
Merged PRs (30d)
110

Description

If I have a Java file like

```
class A {
}
class B {
}
public class C {
.... mymethod here...
}
```

And a flow is doing `Call C#mymethod`, the engine cannot locate `mymethod` because it triess to do it in the first found class, that is, `A`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.