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.