Skip to content

RuntimeDelegate.getInstance() no default implementation is used #1315

@matthiaso

Description

@matthiaso

According to

* <li>Finally, a default implementation class name is used.</li>
at last "a default implementation class name is used".

But no default implemenation is returned, instead a ClassNotFoundException is thrown. -> See

throw new ClassNotFoundException(
"Provider for " + factoryId + " cannot be found", null);

At some point the past it seems that a default implementation was returned however this behavior was removed with #581 resp. #592

A possible quick-fix could be just to remove the misleading line from the Javadoc comment.

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