Skip to content

DeafultProjectBuilder throws raw RuntimeException #10950

@elharo

Description

@elharo

Affected version

HEAD

Bug description

At the very least this should be a specific subclass of runtime exception, but given that this likely indicates a problem in the input POMs it should probably be a checked exception.

                if (cycle != null) {
                    throw new RuntimeException(new ProjectCycleException(
                            "The projects in the reactor contain a cyclic reference: " + cycle.getMessage(),
                            (CycleDetectedException) cycle.getException()));
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:blockerBlocks development and/or testing work, production could not run

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions