Révision 1708
tmp/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 1708) | ||
---|---|---|
789 | 789 |
try { |
790 | 790 |
String output = this.queries.toString(); |
791 | 791 |
if (this.propertyRegex != null) { |
792 |
output += " " + this.propertyRegex; |
|
792 |
output += " " + this.propertyRegex; //$NON-NLS-1$
|
|
793 | 793 |
} |
794 | 794 |
return output; |
795 | 795 |
} |
tmp/org.txm.progression.core/src/org/txm/progression/core/chartsengine/jfreechart/JFCProgressionCumulativeChartCreator.java (revision 1708) | ||
---|---|---|
120 | 120 |
|
121 | 121 |
|
122 | 122 |
// Fill the data set from the result |
123 |
// FIXME: Debug |
|
124 |
// boolean t1 = progression.hasParameterChanged(TXMPreferences.QUERIES); |
|
125 |
// boolean t2 = progression.hasParameterChanged(TXMPreferences.QUERIES, true); |
|
126 |
// System.err.println("*******************************JFCProgressionCumulativeChartCreator.updateChart(): has query parameter change = " + t1 + " / older = " + t2); |
|
127 |
if( |
|
128 |
progression.hasParameterChanged(TXMPreferences.QUERIES) |
|
129 |
// || |
|
130 |
// progression.hasParameterChanged(TXMPreferences.QUERIES, true) |
|
131 |
) { |
|
123 |
if(progression.hasParameterChanged(TXMPreferences.QUERIES)) { |
|
124 |
|
|
132 | 125 |
XYSeriesCollection dataset = (XYSeriesCollection) chart.getXYPlot().getDataset(); |
133 | 126 |
dataset.removeAllSeries(); |
134 | 127 |
|
Formats disponibles : Unified diff