diff --git a/README.md b/README.md index f819150cf..513343cda 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/ ### Binaries +Latest **Release** binaries are available on Maven central, see https://search.maven.org/search?q=g%3Acom.vegardit.no-npe + Latest **Snapshot** binaries are available via the [mvn-snapshots-repo](https://github.com/vegardit/no-npe/tree/mvn-snapshots-repo) git branch. You need to add this repository configuration to your Maven `settings.xml`: diff --git a/libs/eea-eclipse-platform/pom.xml b/libs/eea-eclipse-platform/pom.xml index d5b496a33..cddf2907a 100644 --- a/libs/eea-eclipse-platform/pom.xml +++ b/libs/eea-eclipse-platform/pom.xml @@ -27,7 +27,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe org.eclipse.platform org.eclipse.swt.win32.win32.x86_64 - 3.125.0 + 3.126.0 provided @@ -77,7 +77,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe org.eclipse.platform org.eclipse.jface.notifications - 0.7.100 + 0.7.200 provided diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTree.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTree.eea index d7a433477..f73a01146 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTree.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTree.eea @@ -10,6 +10,9 @@ getBoldFont (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/e4/ui/dialogs/filteredtree/PatternFilter;)V (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/e4/ui/dialogs/filteredtree/PatternFilter;)V + + (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/e4/ui/dialogs/filteredtree/PatternFilter;J)V + (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/e4/ui/dialogs/filteredtree/PatternFilter;J)V createControl (Lorg/eclipse/swt/widgets/Composite;I)V (Lorg/eclipse/swt/widgets/Composite;I)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/core/IProvisioningAgent.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/core/IProvisioningAgent.eea index 9ebdc1a79..51f5d8d1e 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/core/IProvisioningAgent.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/core/IProvisioningAgent.eea @@ -19,6 +19,12 @@ SHARED_CURRENT_AGENT Ljava/lang/String; L1java/lang/String; +getBooleanProperty + (Ljava/lang/String;)Z + (Ljava/lang/String;)Z +getBooleanProperty + (Ljava/lang/String;Z)Z + (Ljava/lang/String;Z)Z getProperty (Ljava/lang/String;)Ljava/lang/String; (Ljava/lang/String;)Ljava/lang/String; diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/engine/ProvisioningContext.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/engine/ProvisioningContext.eea index d7d85487c..9cbd86755 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/engine/ProvisioningContext.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/engine/ProvisioningContext.eea @@ -3,6 +3,9 @@ class org/eclipse/equinox/p2/engine/ProvisioningContext CHECK_AUTHORITIES Ljava/lang/String; L1java/lang/String; +FOLLOW_ARTIFACT_REPOSITORY_REFERENCES + Ljava/lang/String; + L1java/lang/String; FOLLOW_REPOSITORY_REFERENCES Ljava/lang/String; L1java/lang/String; diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/repository/spi/AbstractRepository.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/repository/spi/AbstractRepository.eea index 8b79abca0..8f85727a6 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/repository/spi/AbstractRepository.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/equinox/p2/repository/spi/AbstractRepository.eea @@ -63,3 +63,6 @@ setType setVersion (Ljava/lang/String;)V (Ljava/lang/String;)V +toString + ()Ljava/lang/String; + ()L1java/lang/String; # @Inherited(java.lang.Object) diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/text/DocumentEvent.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/text/DocumentEvent.eea index c24a0f42d..ae866ac8b 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/text/DocumentEvent.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/text/DocumentEvent.eea @@ -2,17 +2,17 @@ class org/eclipse/jface/text/DocumentEvent fDocument Lorg/eclipse/jface/text/IDocument; - Lorg/eclipse/jface/text/IDocument; + L1org/eclipse/jface/text/IDocument; fText Ljava/lang/String; L1java/lang/String; (Lorg/eclipse/jface/text/IDocument;IILjava/lang/String;)V - (Lorg/eclipse/jface/text/IDocument;IILjava/lang/String;)V + (L1org/eclipse/jface/text/IDocument;IIL1java/lang/String;)V getDocument ()Lorg/eclipse/jface/text/IDocument; - ()Lorg/eclipse/jface/text/IDocument; + ()L1org/eclipse/jface/text/IDocument; getText ()Ljava/lang/String; ()L1java/lang/String; diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/viewers/AbstractTreeViewer.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/viewers/AbstractTreeViewer.eea index d2990df53..4bc514738 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/viewers/AbstractTreeViewer.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/jface/viewers/AbstractTreeViewer.eea @@ -246,6 +246,9 @@ setExpandedElements setExpandedState (Ljava/lang/Object;Z)V (Ljava/lang/Object;Z)V +setExpandedStateWithAutoExpandOnSingleChild + (Ljava/lang/Object;Z)V + (Ljava/lang/Object;Z)V setExpandedTreePaths ([Lorg/eclipse/jface/viewers/TreePath;)V ([Lorg/eclipse/jface/viewers/TreePath;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/osgi/storage/StorageUtil.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/osgi/storage/StorageUtil.eea index 9f617031b..574a247c4 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/osgi/storage/StorageUtil.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/osgi/storage/StorageUtil.eea @@ -1,8 +1,8 @@ class org/eclipse/osgi/storage/StorageUtil canWrite - (Ljava/io/File;)Z - (Ljava/io/File;)Z + (Ljava/io/File;Ljava/lang/String;)Z + (Ljava/io/File;Ljava/lang/String;)Z copy (Ljava/io/File;Ljava/io/File;)V (Ljava/io/File;Ljava/io/File;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Font.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Font.eea index a7bebdae4..b67aaac61 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Font.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Font.eea @@ -3,6 +3,15 @@ class org/eclipse/swt/graphics/Font win32_new (Lorg/eclipse/swt/graphics/Device;J)Lorg/eclipse/swt/graphics/Font; (Lorg/eclipse/swt/graphics/Device;J)Lorg/eclipse/swt/graphics/Font; +win32_new + (Lorg/eclipse/swt/graphics/Device;JI)Lorg/eclipse/swt/graphics/Font; + (Lorg/eclipse/swt/graphics/Device;JI)Lorg/eclipse/swt/graphics/Font; +win32_new + (Lorg/eclipse/swt/graphics/Device;Lorg/eclipse/swt/graphics/FontData;I)Lorg/eclipse/swt/graphics/Font; + (Lorg/eclipse/swt/graphics/Device;Lorg/eclipse/swt/graphics/FontData;I)Lorg/eclipse/swt/graphics/Font; +win32_new + (Lorg/eclipse/swt/graphics/Font;I)Lorg/eclipse/swt/graphics/Font; + (Lorg/eclipse/swt/graphics/Font;I)Lorg/eclipse/swt/graphics/Font; (Lorg/eclipse/swt/graphics/Device;Ljava/lang/String;II)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Image.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Image.eea index 9da386092..aca52383b 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Image.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/graphics/Image.eea @@ -3,6 +3,9 @@ class org/eclipse/swt/graphics/Image win32_new (Lorg/eclipse/swt/graphics/Device;IJ)Lorg/eclipse/swt/graphics/Image; (Lorg/eclipse/swt/graphics/Device;IJ)Lorg/eclipse/swt/graphics/Image; +win32_new + (Lorg/eclipse/swt/graphics/Image;I)Lorg/eclipse/swt/graphics/Image; + (Lorg/eclipse/swt/graphics/Image;I)Lorg/eclipse/swt/graphics/Image; (Lorg/eclipse/swt/graphics/Device;II)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/DirectoryDialog.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/DirectoryDialog.eea index 30a8159e1..6aafe6e97 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/DirectoryDialog.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/DirectoryDialog.eea @@ -15,6 +15,9 @@ getMessage open ()Ljava/lang/String; ()Ljava/lang/String; +openDialog + ()Ljava/util/Optional; + ()Ljava/util/Optional; setFilterPath (Ljava/lang/String;)V (Ljava/lang/String;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/FileDialog.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/FileDialog.eea index 499da8d97..7d6f158d1 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/FileDialog.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/FileDialog.eea @@ -24,6 +24,9 @@ getFilterPath open ()Ljava/lang/String; ()Ljava/lang/String; +openDialog + ()Ljava/util/Optional; + ()Ljava/util/Optional; setFileName (Ljava/lang/String;)V (Ljava/lang/String;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/TypedListener.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/TypedListener.eea index 2fbbe0f22..ef7a87a4a 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/TypedListener.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/TypedListener.eea @@ -1,8 +1,8 @@ class org/eclipse/swt/widgets/TypedListener eventListener - Lorg/eclipse/swt/internal/SWTEventListener; - Lorg/eclipse/swt/internal/SWTEventListener; + Ljava/util/EventListener; + Ljava/util/EventListener; (Lorg/eclipse/swt/internal/SWTEventListener;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/Widget.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/Widget.eea index 3a4aa244a..2afd0a3cb 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/Widget.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/swt/widgets/Widget.eea @@ -9,6 +9,9 @@ addDisposeListener addListener (ILorg/eclipse/swt/widgets/Listener;)V (IL1org/eclipse/swt/widgets/Listener;)V +addTypedListener + (Ljava/util/EventListener;[I)V + (L1java/util/EventListener;[1I)V getData ()Ljava/lang/Object; ()L0java/lang/Object; @@ -21,6 +24,9 @@ getDisplay getListeners (I)[Lorg/eclipse/swt/widgets/Listener; (I)[L1org/eclipse/swt/widgets/Listener; +getTypedListeners + (ILjava/lang/Class;)Ljava/util/stream/Stream; + (IL1java/lang/Class;)L1java/util/stream/Stream; notifyListeners (ILorg/eclipse/swt/widgets/Event;)V (IL0org/eclipse/swt/widgets/Event;)V @@ -33,6 +39,9 @@ removeListener removeListener (ILorg/eclipse/swt/widgets/Listener;)V (IL1org/eclipse/swt/widgets/Listener;)V +removeTypedListener + (ILjava/util/EventListener;)V + (IL1java/util/EventListener;)V setData (Ljava/lang/Object;)V (L0java/lang/Object;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/INavigationLocation.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/INavigationLocation.eea index 508983040..9cdeed823 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/INavigationLocation.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/INavigationLocation.eea @@ -1,5 +1,8 @@ class org/eclipse/ui/INavigationLocation +getId + ()Ljava/lang/String; + ()Ljava/lang/String; getInput ()Ljava/lang/Object; ()Ljava/lang/Object; @@ -15,6 +18,9 @@ restoreState saveState (Lorg/eclipse/ui/IMemento;)V (Lorg/eclipse/ui/IMemento;)V +setId + (Ljava/lang/String;)V + (Ljava/lang/String;)V setInput (Ljava/lang/Object;)V (Ljava/lang/Object;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/NavigationLocation.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/NavigationLocation.eea index 81ee5e301..c3de69224 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/NavigationLocation.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/NavigationLocation.eea @@ -6,12 +6,18 @@ class org/eclipse/ui/NavigationLocation getEditorPart ()Lorg/eclipse/ui/IEditorPart; ()Lorg/eclipse/ui/IEditorPart; +getId + ()Ljava/lang/String; + ()Ljava/lang/String; getInput ()Ljava/lang/Object; ()Ljava/lang/Object; getText ()Ljava/lang/String; ()Ljava/lang/String; +setId + (Ljava/lang/String;)V + (Ljava/lang/String;)V setInput (Ljava/lang/Object;)V (Ljava/lang/Object;)V diff --git a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/dialogs/FilteredTree.eea b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/dialogs/FilteredTree.eea index b0d32eea8..7a02087ae 100644 --- a/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/dialogs/FilteredTree.eea +++ b/libs/eea-eclipse-platform/src/main/resources/org/eclipse/ui/dialogs/FilteredTree.eea @@ -41,6 +41,9 @@ treeViewer (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/ui/dialogs/PatternFilter;ZZ)V (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/ui/dialogs/PatternFilter;ZZ)V + + (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/ui/dialogs/PatternFilter;ZZJ)V + (Lorg/eclipse/swt/widgets/Composite;ILorg/eclipse/ui/dialogs/PatternFilter;ZZJ)V (Lorg/eclipse/swt/widgets/Composite;Z)V (Lorg/eclipse/swt/widgets/Composite;Z)V diff --git a/libs/eea-java-11/src/main/resources/java/util/stream/IntStream.eea b/libs/eea-java-11/src/main/resources/java/util/stream/IntStream.eea index b6978b980..387645291 100644 --- a/libs/eea-java-11/src/main/resources/java/util/stream/IntStream.eea +++ b/libs/eea-java-11/src/main/resources/java/util/stream/IntStream.eea @@ -6,137 +6,137 @@ super java/util/stream/BaseStream builder ()Ljava/util/stream/IntStream$Builder; - ()Ljava/util/stream/IntStream$Builder; + ()L1java/util/stream/IntStream$Builder; concat (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; - (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; + (L1java/util/stream/IntStream;L1java/util/stream/IntStream;)L1java/util/stream/IntStream; empty ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; generate (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; + (L1java/util/function/IntSupplier;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntPredicate;L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; of (I)Ljava/util/stream/IntStream; - (I)Ljava/util/stream/IntStream; + (I)L1java/util/stream/IntStream; of ([I)Ljava/util/stream/IntStream; - ([I)Ljava/util/stream/IntStream; + ([1I)L1java/util/stream/IntStream; range (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; rangeClosed (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; allMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z anyMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z asDoubleStream ()Ljava/util/stream/DoubleStream; - ()Ljava/util/stream/DoubleStream; + ()L1java/util/stream/DoubleStream; asLongStream ()Ljava/util/stream/LongStream; - ()Ljava/util/stream/LongStream; + ()L1java/util/stream/LongStream; average ()Ljava/util/OptionalDouble; - ()Ljava/util/OptionalDouble; + ()L1java/util/OptionalDouble; boxed ()Ljava/util/stream/Stream; - ()Ljava/util/stream/Stream; + ()L1java/util/stream/Stream; collect (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; - (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; + (L1java/util/function/Supplier;L1java/util/function/ObjIntConsumer;L1java/util/function/BiConsumer;)T1R; distinct ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; dropWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; filter (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; findAny ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; findFirst ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; flatMap (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; + (L1java/util/function/IntFunction<+L1java/util/stream/IntStream;>;)L1java/util/stream/IntStream; forEach (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V forEachOrdered (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V iterator ()Ljava/util/PrimitiveIterator$OfInt; - ()Ljava/util/PrimitiveIterator$OfInt; + ()L1java/util/PrimitiveIterator$OfInt; limit (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; map (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; mapToDouble (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; - (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; + (L1java/util/function/IntToDoubleFunction;)L1java/util/stream/DoubleStream; mapToLong (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; - (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; + (L1java/util/function/IntToLongFunction;)L1java/util/stream/LongStream; mapToObj (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; - (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; + (L1java/util/function/IntFunction<+TU;>;)L1java/util/stream/Stream; max ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; min ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; noneMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z parallel ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; peek (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; + (L1java/util/function/IntConsumer;)L1java/util/stream/IntStream; reduce (ILjava/util/function/IntBinaryOperator;)I - (ILjava/util/function/IntBinaryOperator;)I + (IL1java/util/function/IntBinaryOperator;)I reduce (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; - (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; + (L1java/util/function/IntBinaryOperator;)L1java/util/OptionalInt; sequential ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; skip (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; sorted ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; spliterator ()Ljava/util/Spliterator$OfInt; - ()Ljava/util/Spliterator$OfInt; + ()L1java/util/Spliterator$OfInt; summaryStatistics ()Ljava/util/IntSummaryStatistics; - ()Ljava/util/IntSummaryStatistics; + ()L1java/util/IntSummaryStatistics; takeWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (Ljava/util/function/IntPredicate;)L1java/util/stream/IntStream; toArray ()[I - ()[I + ()[1I diff --git a/libs/eea-java-17/src/main/resources/java/util/stream/IntStream.eea b/libs/eea-java-17/src/main/resources/java/util/stream/IntStream.eea index e67653684..665a58bd8 100644 --- a/libs/eea-java-17/src/main/resources/java/util/stream/IntStream.eea +++ b/libs/eea-java-17/src/main/resources/java/util/stream/IntStream.eea @@ -6,140 +6,140 @@ super java/util/stream/BaseStream builder ()Ljava/util/stream/IntStream$Builder; - ()Ljava/util/stream/IntStream$Builder; + ()L1java/util/stream/IntStream$Builder; concat (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; - (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; + (L1java/util/stream/IntStream;L1java/util/stream/IntStream;)L1java/util/stream/IntStream; empty ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; generate (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; + (L1java/util/function/IntSupplier;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntPredicate;L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; of (I)Ljava/util/stream/IntStream; - (I)Ljava/util/stream/IntStream; + (I)L1java/util/stream/IntStream; of ([I)Ljava/util/stream/IntStream; - ([I)Ljava/util/stream/IntStream; + ([1I)L1java/util/stream/IntStream; range (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; rangeClosed (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; allMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z anyMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z asDoubleStream ()Ljava/util/stream/DoubleStream; - ()Ljava/util/stream/DoubleStream; + ()L1java/util/stream/DoubleStream; asLongStream ()Ljava/util/stream/LongStream; - ()Ljava/util/stream/LongStream; + ()L1java/util/stream/LongStream; average ()Ljava/util/OptionalDouble; - ()Ljava/util/OptionalDouble; + ()L1java/util/OptionalDouble; boxed ()Ljava/util/stream/Stream; - ()Ljava/util/stream/Stream; + ()L1java/util/stream/Stream; collect (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; - (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; + (L1java/util/function/Supplier;L1java/util/function/ObjIntConsumer;L1java/util/function/BiConsumer;)T1R; distinct ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; dropWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; filter (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; findAny ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; findFirst ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; flatMap (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; + (L1java/util/function/IntFunction<+L1java/util/stream/IntStream;>;)L1java/util/stream/IntStream; forEach (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V forEachOrdered (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V iterator ()Ljava/util/PrimitiveIterator$OfInt; - ()Ljava/util/PrimitiveIterator$OfInt; + ()L1java/util/PrimitiveIterator$OfInt; limit (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; map (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; mapMulti (Ljava/util/stream/IntStream$IntMapMultiConsumer;)Ljava/util/stream/IntStream; (Ljava/util/stream/IntStream$IntMapMultiConsumer;)Ljava/util/stream/IntStream; mapToDouble (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; - (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; + (L1java/util/function/IntToDoubleFunction;)L1java/util/stream/DoubleStream; mapToLong (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; - (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; + (L1java/util/function/IntToLongFunction;)L1java/util/stream/LongStream; mapToObj (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; - (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; + (L1java/util/function/IntFunction<+TU;>;)L1java/util/stream/Stream; max ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; min ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; noneMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z parallel ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; peek (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; + (L1java/util/function/IntConsumer;)L1java/util/stream/IntStream; reduce (ILjava/util/function/IntBinaryOperator;)I - (ILjava/util/function/IntBinaryOperator;)I + (IL1java/util/function/IntBinaryOperator;)I reduce (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; - (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; + (L1java/util/function/IntBinaryOperator;)L1java/util/OptionalInt; sequential ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; skip (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; sorted ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; spliterator ()Ljava/util/Spliterator$OfInt; - ()Ljava/util/Spliterator$OfInt; + ()L1java/util/Spliterator$OfInt; summaryStatistics ()Ljava/util/IntSummaryStatistics; - ()Ljava/util/IntSummaryStatistics; + ()L1java/util/IntSummaryStatistics; takeWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (Ljava/util/function/IntPredicate;)L1java/util/stream/IntStream; toArray ()[I - ()[I + ()[1I diff --git a/libs/eea-java-21/src/main/resources/java/util/stream/IntStream.eea b/libs/eea-java-21/src/main/resources/java/util/stream/IntStream.eea index e67653684..665a58bd8 100644 --- a/libs/eea-java-21/src/main/resources/java/util/stream/IntStream.eea +++ b/libs/eea-java-21/src/main/resources/java/util/stream/IntStream.eea @@ -6,140 +6,140 @@ super java/util/stream/BaseStream builder ()Ljava/util/stream/IntStream$Builder; - ()Ljava/util/stream/IntStream$Builder; + ()L1java/util/stream/IntStream$Builder; concat (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; - (Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream; + (L1java/util/stream/IntStream;L1java/util/stream/IntStream;)L1java/util/stream/IntStream; empty ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; generate (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntSupplier;)Ljava/util/stream/IntStream; + (L1java/util/function/IntSupplier;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntPredicate;L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; iterate (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (IL1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; of (I)Ljava/util/stream/IntStream; - (I)Ljava/util/stream/IntStream; + (I)L1java/util/stream/IntStream; of ([I)Ljava/util/stream/IntStream; - ([I)Ljava/util/stream/IntStream; + ([1I)L1java/util/stream/IntStream; range (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; rangeClosed (II)Ljava/util/stream/IntStream; - (II)Ljava/util/stream/IntStream; + (II)L1java/util/stream/IntStream; allMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z anyMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z asDoubleStream ()Ljava/util/stream/DoubleStream; - ()Ljava/util/stream/DoubleStream; + ()L1java/util/stream/DoubleStream; asLongStream ()Ljava/util/stream/LongStream; - ()Ljava/util/stream/LongStream; + ()L1java/util/stream/LongStream; average ()Ljava/util/OptionalDouble; - ()Ljava/util/OptionalDouble; + ()L1java/util/OptionalDouble; boxed ()Ljava/util/stream/Stream; - ()Ljava/util/stream/Stream; + ()L1java/util/stream/Stream; collect (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; - (Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)TR; + (L1java/util/function/Supplier;L1java/util/function/ObjIntConsumer;L1java/util/function/BiConsumer;)T1R; distinct ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; dropWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; filter (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (L1java/util/function/IntPredicate;)L1java/util/stream/IntStream; findAny ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; findFirst ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; flatMap (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntFunction<+Ljava/util/stream/IntStream;>;)Ljava/util/stream/IntStream; + (L1java/util/function/IntFunction<+L1java/util/stream/IntStream;>;)L1java/util/stream/IntStream; forEach (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V forEachOrdered (Ljava/util/function/IntConsumer;)V - (Ljava/util/function/IntConsumer;)V + (L1java/util/function/IntConsumer;)V iterator ()Ljava/util/PrimitiveIterator$OfInt; - ()Ljava/util/PrimitiveIterator$OfInt; + ()L1java/util/PrimitiveIterator$OfInt; limit (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; map (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream; + (L1java/util/function/IntUnaryOperator;)L1java/util/stream/IntStream; mapMulti (Ljava/util/stream/IntStream$IntMapMultiConsumer;)Ljava/util/stream/IntStream; (Ljava/util/stream/IntStream$IntMapMultiConsumer;)Ljava/util/stream/IntStream; mapToDouble (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; - (Ljava/util/function/IntToDoubleFunction;)Ljava/util/stream/DoubleStream; + (L1java/util/function/IntToDoubleFunction;)L1java/util/stream/DoubleStream; mapToLong (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; - (Ljava/util/function/IntToLongFunction;)Ljava/util/stream/LongStream; + (L1java/util/function/IntToLongFunction;)L1java/util/stream/LongStream; mapToObj (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; - (Ljava/util/function/IntFunction<+TU;>;)Ljava/util/stream/Stream; + (L1java/util/function/IntFunction<+TU;>;)L1java/util/stream/Stream; max ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; min ()Ljava/util/OptionalInt; - ()Ljava/util/OptionalInt; + ()L1java/util/OptionalInt; noneMatch (Ljava/util/function/IntPredicate;)Z - (Ljava/util/function/IntPredicate;)Z + (L1java/util/function/IntPredicate;)Z parallel ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; peek (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntConsumer;)Ljava/util/stream/IntStream; + (L1java/util/function/IntConsumer;)L1java/util/stream/IntStream; reduce (ILjava/util/function/IntBinaryOperator;)I - (ILjava/util/function/IntBinaryOperator;)I + (IL1java/util/function/IntBinaryOperator;)I reduce (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; - (Ljava/util/function/IntBinaryOperator;)Ljava/util/OptionalInt; + (L1java/util/function/IntBinaryOperator;)L1java/util/OptionalInt; sequential ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; skip (J)Ljava/util/stream/IntStream; - (J)Ljava/util/stream/IntStream; + (J)L1java/util/stream/IntStream; sorted ()Ljava/util/stream/IntStream; - ()Ljava/util/stream/IntStream; + ()L1java/util/stream/IntStream; spliterator ()Ljava/util/Spliterator$OfInt; - ()Ljava/util/Spliterator$OfInt; + ()L1java/util/Spliterator$OfInt; summaryStatistics ()Ljava/util/IntSummaryStatistics; - ()Ljava/util/IntSummaryStatistics; + ()L1java/util/IntSummaryStatistics; takeWhile (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; - (Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream; + (Ljava/util/function/IntPredicate;)L1java/util/stream/IntStream; toArray ()[I - ()[I + ()[1I