camel-tooling / camel-tooling/camel-idea-plugin
Java routes with parent/child classes
- Dominant language
- Java
- Stars
- 210
- Forks
- 59
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 6
Description
If you have child classes where you call `super.configure()` then the IDEA plugin may not know that it can look in the child class for routes as well, such as when calling other routes via direct, and the direct route name cannot be found and is underlined with red
For now I am only missing inherited camel routes. If I have one class which extends the parent class where some routes are defined to use in child (child have to have super.configure() in its configure() method). It would be good to not mark that route in child with red waves but should direct you to the route definition like it is working with routes defined in just one class.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.