(Box box)
| 941 | |
| 942 | return RemoteEditor.getExecution(box, new Dict.Prop<String>(name)).support(box, new Dict.Prop<String>(name)).getDefaultFileExtension(); |
| 943 | |
| 944 | } |
| 945 | |
| 946 | return defaultSuffix; |
| 947 | } |
| 948 | |
| 949 | public String getLanguage(Box box) { |
| 950 | |
| 951 | if (defaultSuffix.equals(EXECUTION)) { |
| 952 | return RemoteEditor.getExecution(box, new Dict.Prop<String>(name)).support(box, new Dict.Prop<String>(name)).getDefaultFileExtension(); |
| 953 | } |
| 954 | |
| 955 | return language; |
no test coverage detected