2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)Java25,266 star (25,266 star)9,474 fork (9,474 fork)batch import
component:coregood first issueimported-jira-issuepriority:majorregressionresolution:unresolved
- 议题类型
- bug
- 研究方向
- The issue is in the hudson.Util.replaceMacro method which recursively resolves environment variables. Start by locating the source file (e.g., core/src/main/java/hudson/Util.java). Examine how replaceMacro handles variable substitution and look for recursion or repeated expansion. The fix should ensure that after substituting a variable, the result is not re evaluated. Check existing tests in the same package and add a test case for this scenario. See also any comments in the issue for additional context.