398399400401402403404405
} return niceFileSize; } private ELanguageTypes detectContentType(IFile file) throws ExecutionException { IContentAnalyzer contentAnalyzer = new ContentAnalyzer(); return contentAnalyzer.findContentType(file); }