You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The method executeChangeLogCommand in AbstractChangeLogCommand is marked as
deprecated but lacks Javadoc explaining why it is deprecated or how
implementations should migrate.
Current behavior:
The method is annotated with @deprecated but does not document the
deprecation rationale or any recommended alternative.
Expected behavior:
Deprecated APIs should document the reason for deprecation and indicate
whether a replacement exists or if the method is kept for backward
compatibility.
Scope:
Documentation-only changes in
maven-scm-api/src/main/java/org/apache/maven/scm/command/changelog/AbstractChangeLogCommand.java
Notes:
No functional behavior changes are expected.