Package mondrian.util

Class Bug

java.lang.Object
mondrian.util.Bug

public class Bug extends Object
Holder for constants which indicate whether particular issues have been fixed. Reference one of those constants in your code, and it is clear which code can be enabled when the bug is fixed. Generally a constant is removed when its bug is fixed.

Cleanup items

The following is a list of cleanup items. They are not bugs per se: functionality is not wrong, just the organization of the code. If they were bugs, they would be in jira. It makes sense to have the list here, so that referenced class, method and variable names show up as uses in code searches.
Obsolete Id.Segment
Replace it by IdentifierSegment. Likewise Id.Quoting with Quoting. Should wait until after the mondrian 4 'big bang', because there are ~300 uses of Segment in the code.
Since:
Oct 11, 2006
Author:
jhyde