Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [132519] CheckIn: Fix part of bugzilla The program is differ from the specification

- Summary:
Fix part of bugzilla bug 132519 The program is differ from the specification


- Bugzilla Bug (s) Resolved:
None

 

- Description:
The original implementation of TopNPercent, BottomNPercent uses TopPercent, BottomPercent as its aggregation name. This is however inconsistent with the spec. Fixed in source.

 

 

- Tests Description:
None


- Files Edited:
"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/FeaturesTest.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/BuiltInAggregationFactory.java"

 

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"

 

- Files Added:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/rank/TotalIsBottomNPercent.java" "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/rank/TotalIsTopNPercent.java" "


- Files Deleted:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/rank/TotalIsBottomPercent.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/rank/TotalIsTopPercent.java" 

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 


Back to the top