Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
In https://github.com/jenkinsci/jenkins/commit/25f9c99d8376667b2efaabe8cb6f5b4be6024618 recena introduced a new "public static int MIN_TOSHOW = 1" field. So we have a constant, which can be occasionally modified by any API user.
This field is now a part of API, so we cannot easily convert it to final or make private. My proposal is to restrict it at least
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "PR-2449 (Web Link)" [ 14609 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Oleg Nenashev [ oleg_nenashev ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Labels | lts-candidate |
Workflow | JNJira [ 173314 ] | JNJira + In-Review [ 199432 ] |
Labels | lts-candidate | 2.7.2-fixed |
oleg_nenashev I sent my comments to the PR.