Révision 3998

TXM/trunk/bundles/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/functions/LexicalTable.java (revision 3998)
215 215
		
216 216
		int[][] mat = new int[filteredForms.size()][partsLexicons.size()];
217 217
		
218
		
219 218
		Integer id = null;
220 219
		for (int i = 0; i < partsLexicons.size(); i++) {
221 220
			CQPLexicon l = partsLexicons.get(i);
......
228 227
				}
229 228
			}
230 229
		}
231
		try {
230
		
231
		try { // clean R objet befor resetting it
232 232
			if (statsData != null) {
233 233
				RWorkspace.getRWorkspaceInstance().removeVariableFromWorkspace(statsData.getSymbol());
234 234
			}

Formats disponibles : Unified diff