#141 closed defect (fixed)
Rank invariant should not support configurations
Reported by: | Martin Svensson | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | critical | Milestone: | Normalization package v1.0 |
Component: | net.sf.basedb.normalizers | Keywords: | |
Cc: |
Description (last modified by )
The rank-invariant plug-in does not override the supportsConfigurations()
method. It should always return false when called.
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
(In [811]) Fixes #141 Rank invariant should not support configurations. The plugin always returns false from now on. Also update the README file with some information about the Rank invariant plugin and AverageNorm?. plugin.