Révision 1665

tmp/org.txm.ca.core/src/org/txm/ca/core/functions/CA.java (revision 1665)
734 734
			return this.getParent().getSimpleName() + " (" + this.firstDimension + "," + this.secondDimension + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
735 735
		}
736 736
		catch (Exception e) {
737
			return super.toString();
737
			return "";
738 738
		}
739 739
	}
740 740

  
......
744 744
			return this.getSimpleName() + " " + NLS.bind(TXMCoreMessages.common_fMinEquals, this.getLexicalTable().getFMin());
745 745
		}
746 746
		catch (Exception e) {
747
			return super.toString();
747
			return "";
748 748
		}
749 749
	}
750 750

  

Formats disponibles : Unified diff