Skip to content

Improvement of spring-transaction:TransactionChangingMethodMustNotBeInvokedFromSameClassOrSubclass #101

Description

@morpfl

The constraint can be improved regarding the identification of additional configuration parameters. Currently, additional parameters are only considered if they are set on the invoked method.
To find all potential runtime issues, also parameters on the calling method should be considered. That means:

The invocation of a transactional method within the same bean leads to a finding if an additional configuration property is set on the calling method or the invoked method. Potential false positives due to combinations that are not incompatible are tolerated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions