Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
this could had never been assumed in the first place Class#getMethods does not return methods in a specific order. I happened to be so in java 6 but in java 7 it has become completely random : Sometimes unit tests pass, sometimes they fail
- Returns an array containing
{@code Method}
objects reflecting all
- the public <em>member</em> methods of the class or interface represented
- by this
{@code Class} object, including those declared by the class
* or interface and those inherited from superclasses and
* superinterfaces. Array classes return all the (public) member methods
* inherited from the {@code Object} class. The elements in the array
* returned are not sorted and are not in any particular order. This
* method returns an array of length 0 if this {@code Class}object
- represents a class or interface that has no public member methods, or if
- this
{@code Class}
object represents a primitive type or void.
Attachments
Issue Links
- relates to
-
HSTTWO-2679 ContainerItemComponentResourceTest assumes incorrectly that ParametersInfoProcessor returns properties in specific order
- Closed