True if the specified code has the default file extension.
(SketchCode code)
| 712 | * True if the specified code has the default file extension. |
| 713 | */ |
| 714 | public boolean isDefaultExtension(SketchCode code) { |
| 715 | return code.getExtension().equals(getDefaultExtension()); |
| 716 | } |
| 717 | |
| 718 | |
| 719 | /** |
no test coverage detected