Skip to content

Commit

Permalink
update Eclipse EEAs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Feb 15, 2024
1 parent e65d4cb commit 5e26769
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ ROOT

forPosix
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L1java/lang/String;)L1org/eclipse/core/runtime/IPath;
forWindows
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L1java/lang/String;)L1org/eclipse/core/runtime/IPath;
fromFile
(Ljava/io/File;)Lorg/eclipse/core/runtime/IPath;
(Ljava/io/File;)Lorg/eclipse/core/runtime/IPath;
(L1java/io/File;)L1org/eclipse/core/runtime/IPath;
fromOSString
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L1java/lang/String;)L1org/eclipse/core/runtime/IPath;
fromPath
(Ljava/nio/file/Path;)Lorg/eclipse/core/runtime/IPath;
(Ljava/nio/file/Path;)Lorg/eclipse/core/runtime/IPath;
(L1java/nio/file/Path;)L1org/eclipse/core/runtime/IPath;
fromPortableString
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L1java/lang/String;)L1org/eclipse/core/runtime/IPath;

addFileExtension
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L1java/lang/String;)L1org/eclipse/core/runtime/IPath;
addTrailingSeparator
()Lorg/eclipse/core/runtime/IPath;
()Lorg/eclipse/core/runtime/IPath;
()L1org/eclipse/core/runtime/IPath;
append
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
append
(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
(L0org/eclipse/core/runtime/IPath;)L1org/eclipse/core/runtime/IPath;
clone
()Ljava/lang/Object;
()L1java/lang/Object;
Expand All @@ -46,58 +46,58 @@ equals
(L0java/lang/Object;)Z
getDevice
()Ljava/lang/String;
()Ljava/lang/String;
()L0java/lang/String;
getFileExtension
()Ljava/lang/String;
()Ljava/lang/String;
()L0java/lang/String;
isPrefixOf
(Lorg/eclipse/core/runtime/IPath;)Z
(Lorg/eclipse/core/runtime/IPath;)Z
(L1org/eclipse/core/runtime/IPath;)Z
isValidPath
(Ljava/lang/String;)Z
(Ljava/lang/String;)Z
(L1java/lang/String;)Z
isValidSegment
(Ljava/lang/String;)Z
(Ljava/lang/String;)Z
(L1java/lang/String;)Z
lastSegment
()Ljava/lang/String;
()Ljava/lang/String;
()L0java/lang/String;
makeAbsolute
()Lorg/eclipse/core/runtime/IPath;
()Lorg/eclipse/core/runtime/IPath;
()L1org/eclipse/core/runtime/IPath;
makeRelative
()Lorg/eclipse/core/runtime/IPath;
()Lorg/eclipse/core/runtime/IPath;
()L1org/eclipse/core/runtime/IPath;
makeRelativeTo
(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
(L1org/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
makeUNC
(Z)Lorg/eclipse/core/runtime/IPath;
(Z)Lorg/eclipse/core/runtime/IPath;
(Z)L1org/eclipse/core/runtime/IPath;
matchingFirstSegments
(Lorg/eclipse/core/runtime/IPath;)I
(Lorg/eclipse/core/runtime/IPath;)I
removeFileExtension
()Lorg/eclipse/core/runtime/IPath;
()Lorg/eclipse/core/runtime/IPath;
()L1org/eclipse/core/runtime/IPath;
removeFirstSegments
(I)Lorg/eclipse/core/runtime/IPath;
(I)Lorg/eclipse/core/runtime/IPath;
(I)L1org/eclipse/core/runtime/IPath;
removeLastSegments
(I)Lorg/eclipse/core/runtime/IPath;
(I)Lorg/eclipse/core/runtime/IPath;
(I)L1org/eclipse/core/runtime/IPath;
removeTrailingSeparator
()Lorg/eclipse/core/runtime/IPath;
()Lorg/eclipse/core/runtime/IPath;
()L1org/eclipse/core/runtime/IPath;
segment
(I)Ljava/lang/String;
(I)Ljava/lang/String;
(I)L0java/lang/String;
segments
()[Ljava/lang/String;
()[Ljava/lang/String;
()[L1java/lang/String;
setDevice
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
(L0java/lang/String;)L1org/eclipse/core/runtime/IPath;
toFile
()Ljava/io/File;
()L1java/io/File;
Expand All @@ -106,7 +106,7 @@ toOSString
()L1java/lang/String;
toPath
()Ljava/nio/file/Path;
()Ljava/nio/file/Path;
()L1java/nio/file/Path;
toPortableString
()Ljava/lang/String;
()L1java/lang/String;
Expand All @@ -115,4 +115,4 @@ toString
()L1java/lang/String;
uptoSegment
(I)Lorg/eclipse/core/runtime/IPath;
(I)Lorg/eclipse/core/runtime/IPath;
(I)L1org/eclipse/core/runtime/IPath;
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ CT_TEXT

addContentType
(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/content/IContentType;)Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/content/IContentType;)Lorg/eclipse/core/runtime/content/IContentType;
(L1java/lang/String;L1java/lang/String;L0org/eclipse/core/runtime/content/IContentType;)L1org/eclipse/core/runtime/content/IContentType;
addContentTypeChangeListener
(Lorg/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
(Lorg/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
(L1org/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
getAllContentTypes
()[Lorg/eclipse/core/runtime/content/IContentType;
()[Lorg/eclipse/core/runtime/content/IContentType;
()[L1org/eclipse/core/runtime/content/IContentType;
getContentType
(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(L1java/lang/String;)L0org/eclipse/core/runtime/content/IContentType;
getMatcher
(Lorg/eclipse/core/runtime/content/IContentTypeManager$ISelectionPolicy;Lorg/eclipse/core/runtime/preferences/IScopeContext;)Lorg/eclipse/core/runtime/content/IContentTypeMatcher;
(Lorg/eclipse/core/runtime/content/IContentTypeManager$ISelectionPolicy;Lorg/eclipse/core/runtime/preferences/IScopeContext;)Lorg/eclipse/core/runtime/content/IContentTypeMatcher;
(L1org/eclipse/core/runtime/content/IContentTypeManager$ISelectionPolicy;L0org/eclipse/core/runtime/preferences/IScopeContext;)L1org/eclipse/core/runtime/content/IContentTypeMatcher;
removeContentType
(Ljava/lang/String;)V
(Ljava/lang/String;)V
(L1java/lang/String;)V
removeContentTypeChangeListener
(Lorg/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
(Lorg/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
(L1org/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener;)V
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class org/eclipse/core/runtime/content/IContentTypeMatcher

findContentTypeFor
(Ljava/io/InputStream;Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/io/InputStream;Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(L1java/io/InputStream;L0java/lang/String;)L0org/eclipse/core/runtime/content/IContentType;
findContentTypeFor
(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
(L1java/lang/String;)L0org/eclipse/core/runtime/content/IContentType;
findContentTypesFor
(Ljava/io/InputStream;Ljava/lang/String;)[Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/io/InputStream;Ljava/lang/String;)[Lorg/eclipse/core/runtime/content/IContentType;
(L1java/io/InputStream;L0java/lang/String;)[L1org/eclipse/core/runtime/content/IContentType;
findContentTypesFor
(Ljava/lang/String;)[Lorg/eclipse/core/runtime/content/IContentType;
(Ljava/lang/String;)[L1org/eclipse/core/runtime/content/IContentType;
(L1java/lang/String;)[L1org/eclipse/core/runtime/content/IContentType;
getDescriptionFor
(Ljava/io/InputStream;Ljava/lang/String;[Lorg/eclipse/core/runtime/QualifiedName;)Lorg/eclipse/core/runtime/content/IContentDescription;
(Ljava/io/InputStream;Ljava/lang/String;[Lorg/eclipse/core/runtime/QualifiedName;)Lorg/eclipse/core/runtime/content/IContentDescription;
(L1java/io/InputStream;L0java/lang/String;[L1org/eclipse/core/runtime/QualifiedName;)L0org/eclipse/core/runtime/content/IContentDescription;
getDescriptionFor
(Ljava/io/Reader;Ljava/lang/String;[Lorg/eclipse/core/runtime/QualifiedName;)Lorg/eclipse/core/runtime/content/IContentDescription;
(Ljava/io/Reader;Ljava/lang/String;[Lorg/eclipse/core/runtime/QualifiedName;)Lorg/eclipse/core/runtime/content/IContentDescription;
(L1java/io/Reader;L0java/lang/String;[L1org/eclipse/core/runtime/QualifiedName;)L0org/eclipse/core/runtime/content/IContentDescription;
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ class org/eclipse/ui/IEditorInput

getImageDescriptor
()Lorg/eclipse/jface/resource/ImageDescriptor;
()Lorg/eclipse/jface/resource/ImageDescriptor;
()L0org/eclipse/jface/resource/ImageDescriptor;
getName
()Ljava/lang/String;
()Ljava/lang/String;
()L1java/lang/String;
getPersistable
()Lorg/eclipse/ui/IPersistableElement;
()Lorg/eclipse/ui/IPersistableElement;
()L0org/eclipse/ui/IPersistableElement;
getToolTipText
()Ljava/lang/String;
()Ljava/lang/String;
()L1java/lang/String;

0 comments on commit 5e26769

Please sign in to comment.