-
Improvement
-
Resolution: Fixed
-
Minor
-
None
In the following example example, pulling origin through HexUtils returns "0x00400000", pulling length through returns "4000000". It would be great to have it return hex strings in a consistent format.
MEMORY
{
ram : ORIGIN = 0x00400000, LENGTH = 64M
rom : ORIGIN = 0x60000000, LENGTH = 16M /* Change to LENGTH = 32M for larger flash. */
}
[JENKINS-31021] (Praqma case 13731) HexUtils should return hex strings with consistent formatting
Summary | Original: HexUtils should return hex strings with consistent formatting | New: (Praqma case 13731) HexUtils should return hex strings with consistent formatting |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 166183 ] | New: JNJira + In-Review [ 209337 ] |
Code changed in jenkins
User: Thierry Lacour
Path:
src/main/java/net/praqma/jenkins/memorymap/util/HexUtils.java
src/test/java/net/praqma/jenkins/unit/HexUtilsTest.java
http://jenkins-ci.org/commit/memory-map-plugin/f761baddd4af3f62a6f83c95b3fcdefa083bde06
Log:
JENKINS-31021HexifiableString should have consistent String formatting.Added toFormattedHexString to HexifiableString