JanssenProject / JanssenProject/jans
fix(agama): public class not recognized in a Java file with several classes
Open
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
Assessment
This issue has not been assessed yet.