Révision 1655
| tmp/org.txm.ca.core/src/org/txm/ca/core/functions/CA.java (revision 1655) | ||
|---|---|---|
| 730 | 730 |
|
| 731 | 731 |
@Override |
| 732 | 732 |
public String getSimpleName() {
|
| 733 |
return this.getParent().getSimpleName() + " (" + this.firstDimension + "," + this.secondDimension + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
|
| 733 |
try {
|
|
| 734 |
return this.getParent().getSimpleName() + " (" + this.firstDimension + "," + this.secondDimension + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
|
| 735 |
} |
|
| 736 |
catch (Exception e) {
|
|
| 737 |
return super.toString(); |
|
| 738 |
} |
|
| 734 | 739 |
} |
| 735 | 740 |
|
| 736 | 741 |
@Override |
| ... | ... | |
| 739 | 744 |
return this.getSimpleName() + " " + NLS.bind(TXMCoreMessages.common_fMinEquals, this.getLexicalTable().getFMin()); |
| 740 | 745 |
} |
| 741 | 746 |
catch (Exception e) {
|
| 742 |
return ""; //$NON-NLS-1$
|
|
| 747 |
return super.toString();
|
|
| 743 | 748 |
} |
| 744 | 749 |
} |
| 745 | 750 |
|
Formats disponibles : Unified diff