-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
391 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
...atform-latest/src/main/resources/org/eclipse/core/commands/common/HandleObjectManager.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...latest/src/main/resources/org/eclipse/core/resources/undo/snapshot/IContainerSnapshot.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
class org/eclipse/core/resources/undo/snapshot/IContainerSnapshot | ||
<T::Lorg/eclipse/core/resources/IContainer;> | ||
|
||
addMember | ||
(Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<+Lorg/eclipse/core/resources/IResource;>;)V | ||
(Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<+Lorg/eclipse/core/resources/IResource;>;)V | ||
getMembers | ||
()[Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<+Lorg/eclipse/core/resources/IResource;>; | ||
()[Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<+Lorg/eclipse/core/resources/IResource;>; | ||
setFilters | ||
([Lorg/eclipse/core/resources/IResourceFilterDescription;)V | ||
([Lorg/eclipse/core/resources/IResourceFilterDescription;)V | ||
setLocation | ||
(Ljava/net/URI;)V | ||
(Ljava/net/URI;)V |
14 changes: 14 additions & 0 deletions
14
...rm-latest/src/main/resources/org/eclipse/core/resources/undo/snapshot/IMarkerSnapshot.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/core/resources/undo/snapshot/IMarkerSnapshot | ||
|
||
createMarker | ||
()Lorg/eclipse/core/resources/IMarker; | ||
()Lorg/eclipse/core/resources/IMarker; | ||
getResource | ||
()Lorg/eclipse/core/resources/IResource; | ||
()Lorg/eclipse/core/resources/IResource; | ||
getType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
updateMarker | ||
(Lorg/eclipse/core/resources/IMarker;)V | ||
(Lorg/eclipse/core/resources/IMarker;)V |
18 changes: 18 additions & 0 deletions
18
...-latest/src/main/resources/org/eclipse/core/resources/undo/snapshot/IResourceSnapshot.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
class org/eclipse/core/resources/undo/snapshot/IResourceSnapshot | ||
<T::Lorg/eclipse/core/resources/IResource;> | ||
|
||
createExistentResourceFromHandle | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)V | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)V | ||
createResource | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)TT; | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)TT; | ||
createResourceHandle | ||
()TT; | ||
()TT; | ||
getName | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
recordStateFromHistory | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)V | ||
(Lorg/eclipse/core/runtime/IProgressMonitor;)V |
23 changes: 23 additions & 0 deletions
23
...t/src/main/resources/org/eclipse/core/resources/undo/snapshot/ResourceSnapshotFactory.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
class org/eclipse/core/resources/undo/snapshot/ResourceSnapshotFactory | ||
|
||
fromContainer | ||
(Lorg/eclipse/core/resources/IContainer;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<+Lorg/eclipse/core/resources/IContainer;>; | ||
(Lorg/eclipse/core/resources/IContainer;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<+Lorg/eclipse/core/resources/IContainer;>; | ||
fromFileDetails | ||
(Lorg/eclipse/core/resources/IFile;Ljava/net/URI;Ljava/io/InputStream;)Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<Lorg/eclipse/core/resources/IFile;>; | ||
(Lorg/eclipse/core/resources/IFile;Ljava/net/URI;Ljava/io/InputStream;)Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<Lorg/eclipse/core/resources/IFile;>; | ||
fromMarker | ||
(Lorg/eclipse/core/resources/IMarker;)Lorg/eclipse/core/resources/undo/snapshot/IMarkerSnapshot; | ||
(Lorg/eclipse/core/resources/IMarker;)Lorg/eclipse/core/resources/undo/snapshot/IMarkerSnapshot; | ||
fromMarkerDetails | ||
(Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/core/resources/undo/snapshot/IMarkerSnapshot; | ||
(Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/core/resources/undo/snapshot/IMarkerSnapshot; | ||
fromProjectDescription | ||
(Lorg/eclipse/core/resources/IProjectDescription;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<Lorg/eclipse/core/resources/IProject;>; | ||
(Lorg/eclipse/core/resources/IProjectDescription;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<Lorg/eclipse/core/resources/IProject;>; | ||
fromResource | ||
<T::Lorg/eclipse/core/resources/IResource;>(TT;)Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<TT;>; | ||
<T::Lorg/eclipse/core/resources/IResource;>(TT;)Lorg/eclipse/core/resources/undo/snapshot/IResourceSnapshot<TT;>; | ||
fromVirtualFolderContainer | ||
(Lorg/eclipse/core/resources/IContainer;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<+Lorg/eclipse/core/resources/IContainer;>; | ||
(Lorg/eclipse/core/resources/IContainer;)Lorg/eclipse/core/resources/undo/snapshot/IContainerSnapshot<+Lorg/eclipse/core/resources/IContainer;>; |
5 changes: 5 additions & 0 deletions
5
libs/eea-eclipse-platform-latest/src/main/resources/org/eclipse/core/runtime/Platform$OS.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class org/eclipse/core/runtime/Platform$OS | ||
|
||
is | ||
(Ljava/lang/String;)Z | ||
(Ljava/lang/String;)Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...pse-platform-latest/src/main/resources/org/eclipse/equinox/p2/query/CompoundQueryable.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...ea-eclipse-platform-latest/src/main/resources/org/eclipse/equinox/p2/query/IQueryable.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
class org/eclipse/equinox/p2/query/IQueryable | ||
<T:Ljava/lang/Object;> | ||
|
||
contains | ||
(TT;)Z | ||
(TT;)Z | ||
query | ||
(Lorg/eclipse/equinox/p2/query/IQuery<TT;>;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/equinox/p2/query/IQueryResult<TT;>; | ||
(Lorg/eclipse/equinox/p2/query/IQuery<TT;>;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/equinox/p2/query/IQueryResult<TT;>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
libs/eea-eclipse-platform-latest/src/main/resources/org/eclipse/ui/part/MultiPageEditor.eea
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...esources/org/springframework/aot/generate/UnsupportedTypeValueCodeGenerationException.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class org/springframework/aot/generate/UnsupportedTypeValueCodeGenerationException | ||
|
||
<init> | ||
(Ljava/lang/Object;)V | ||
(Ljava/lang/Object;)V |
11 changes: 11 additions & 0 deletions
11
...ng-6/src/main/resources/org/springframework/aot/generate/ValueCodeGenerationException.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
class org/springframework/aot/generate/ValueCodeGenerationException | ||
|
||
<init> | ||
(Ljava/lang/Object;Ljava/lang/Throwable;)V | ||
(Ljava/lang/Object;Ljava/lang/Throwable;)V | ||
<init> | ||
(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V | ||
(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V | ||
getValue | ||
()Ljava/lang/Object; | ||
()L0java/lang/Object; |
5 changes: 5 additions & 0 deletions
5
...ing-6/src/main/resources/org/springframework/aot/generate/ValueCodeGenerator$Delegate.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class org/springframework/aot/generate/ValueCodeGenerator$Delegate | ||
|
||
generateCode | ||
(Lorg/springframework/aot/generate/ValueCodeGenerator;Ljava/lang/Object;)Lorg/springframework/javapoet/CodeBlock; | ||
(Lorg/springframework/aot/generate/ValueCodeGenerator;Ljava/lang/Object;)L0org/springframework/javapoet/CodeBlock; |
Oops, something went wrong.