Skip to content

Java routes with parent/child classes #1176

@davsclaus

Description

@davsclaus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions