Typo in method setBandsFinalHeight of AbstractLayoutManager
Brought to you by:
djmamana,
martingoros
There is a typo inside the method setBandsFinalHeight() of AbstractLayoutManager.
When the method calculates the final band height through the footer instead of use isFitFooterHeightToContent() it is using isFitHeaderHeightToContent().
This affects for example GroupBuilder.setFooterHeight(Integer height,boolean fitHeightToConent) when you set fitHeightToConent to false it is ignored.
This bug exists in the trunk (currently revision 909).
The patch that corrects the bug