testdriven / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
8 stars 1 forks source link

Counted wrapper properties should be sorted numerically #93

Open padcom opened 10 years ago

padcom commented 10 years ago

From jh.web...@gmail.com on February 19, 2010 12:47:41

This is a minor wart, the properties under "System Information > Wrapper Control" that are counted (see below) should be sorted in numerical order.

IS: wrapper.java.additional.1 wrapper.java.additional.10 ... wrapper.java.additional.2 ...

SHOULD BE: wrapper.java.additional.1 wrapper.java.additional.2 .. wrapper.java.additional.9 wrapper.java.additional.10 ...

Original issue: http://code.google.com/p/psi-probe/issues/detail?id=93

padcom commented 10 years ago

From MALfunct...@gmail.com on February 19, 2010 09:09:36

While it's mostly aesthetic, it does go against what you would expect. Let's call it a defect.

Status: Accepted
Labels: -Type-Enhancement Type-Defect

padcom commented 10 years ago

From MALfunct...@gmail.com on April 07, 2010 14:17:21

Labels: FoundIn-1.7b