[
https://issues.apache.org/jira/browse/WW-4421?focusedWorklogId=1006478&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1006478
]
ASF GitHub Bot logged work on WW-4421:
--------------------------------------
Author: ASF GitHub Bot
Created on: 21/Feb/26 14:03
Start Date: 21/Feb/26 14:03
Worklog Time Spent: 10m
Work Description: sonarqubecloud[bot] commented on PR #1590:
URL: https://github.com/apache/struts/pull/1590#issuecomment-3938837712
## [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1590)
**Quality Gate failed**
Failed conditions
 [22 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=1590&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
 [42.4% Coverage on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1590&metric=new_coverage&view=list)
(required ≥ 80%)
 [3.4% Duplication on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1590&metric=new_duplicated_lines_density&view=list)
(required ≤ 3%)
 [E Security Rating on New
Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1590)
(required ≥ A)
 [E Reliability Rating on New
Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1590)
(required ≥ A)
[See analysis details on SonarQube
Cloud](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1590)
##
 Catch issues before they fail your Quality Gate with our IDE extension
 [SonarQube for
IDE](https://www.sonarsource.com/products/sonarlint/features/connected-mode/?referrer=pull-request)
Issue Time Tracking
-------------------
Worklog Id: (was: 1006478)
Time Spent: 1h (was: 50m)
> Duplicate @Action value annotation check skipped
> ------------------------------------------------
>
> Key: WW-4421
> URL: https://issues.apache.org/jira/browse/WW-4421
> Project: Struts 2
> Issue Type: Bug
> Components: Annotations, Plugin - Convention
> Affects Versions: 2.3.16.3
> Reporter: Sebastian Haas
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 6.9.0, 7.2.0
>
> Attachments: MethodCheckFailsOnStartup.java,
> MethodCheckSkippedOnStartup.java
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> {{PackageBasedActionConfigBuilder#buildConfiguration}} checks if there are
> duplicate action names on method annotations. If {{ActionSupport#execute}} is
> overridden and annotated with {{@Action}}, the duplicate action name check is
> skipped.
> The check is disabled due to
> {code:title=PackageBasedActionConfigBuilder.java:674}if
> (!map.containsKey(DEFAULT_METHOD){code}
> Having duplicate action names leads to different behavior with Java 7 or Java
> 8 environment (due to reflection method order).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)