Skip to content

Console Output

Skipping 1,126 KB.. Full Log
     * people.reverseForEachWithIndex((person, index) ->
                                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:158: error: bad use of '>'
     *     people.select(person -> person.getAddress().getCity().equals("London"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:180: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:219: error: bad use of '>'
     *     people.partition(person -> person.getAddress().getState().getName().equals("New York"));
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: bad use of '>'
     * PartitionMutableCollection<Person>&gt newYorkersAndNonNewYorkers =
                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: semicolon missing
     * PartitionMutableCollection<Person>&gt newYorkersAndNonNewYorkers =
                                            ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:230: error: bad use of '>'
     *     people.partitionWith((Person person, String state) -> person.getAddress().getState().getName().equals(state), "New York");
                                                               ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:273: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:284: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:295: error: bad use of '>'
     *     people.collectByte(person -> person.getCode());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:306: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:317: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:328: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:339: error: bad use of '>'
     *     people.collectInt(person -> person.getAge());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:350: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:361: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:372: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1));
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:445: error: bad use of '>'
     *  synchedCollection.forEach(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:446: error: bad use of '>'
     *  synchedCollection.select(each -> ... );
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:447: error: bad use of '>'
     *  synchedCollection.collect(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/block/procedure/ObjectIntProcedure.java:17: error: reference not found
 * @deprecated since 3.0 use {@link org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure} instead.
                                    ^

Command line was: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/jobs/genie.collections/deploy/workspace/eclipse-collections-api/10.0.0.M1' dir.

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc: 
Exit code: 1 - Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.collections
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:18: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:31: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableBooleanList;
                                                 ^
  symbol:   class ImmutableBooleanList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:32: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableByteList;
                                                 ^
  symbol:   class ImmutableByteList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:33: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableCharList;
                                                 ^
  symbol:   class ImmutableCharList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:34: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableDoubleList;
                                                 ^
  symbol:   class ImmutableDoubleList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:35: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableFloatList;
                                                 ^
  symbol:   class ImmutableFloatList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:36: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableIntList;
                                                 ^
  symbol:   class ImmutableIntList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:37: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableLongList;
                                                 ^
  symbol:   class ImmutableLongList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:38: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableShortList;
                                                 ^
  symbol:   class ImmutableShortList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:32: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.BooleanList;
                                                 ^
  symbol:   class BooleanList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ByteList;
                                                 ^
  symbol:   class ByteList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:34: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.CharList;
                                                 ^
  symbol:   class CharList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:35: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.DoubleList;
                                                 ^
  symbol:   class DoubleList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:36: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.FloatList;
                                                 ^
  symbol:   class FloatList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:37: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.IntList;
                                                 ^
  symbol:   class IntList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:38: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.LongList;
                                                 ^
  symbol:   class LongList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:39: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ShortList;
                                                 ^
  symbol:   class ShortList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:34: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:35: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:36: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:37: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction;
                                                           ^
  symbol:   class DoubleObjectToDoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:38: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:39: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction;
                                                           ^
  symbol:   class FloatObjectToFloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:40: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction;
                                                           ^
  symbol:   class IntObjectToIntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction;
                                                           ^
  symbol:   class LongObjectToLongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection;
                                                       ^
  symbol:   class MutableBooleanCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableByteCollection;
                                                       ^
  symbol:   class MutableByteCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableCharCollection;
                                                       ^
  symbol:   class MutableCharCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection;
                                                       ^
  symbol:   class MutableDoubleCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:53: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableFloatCollection;
                                                       ^
  symbol:   class MutableFloatCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:54: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableIntCollection;
                                                       ^
  symbol:   class MutableIntCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:55: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableLongCollection;
                                                       ^
  symbol:   class MutableLongCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:56: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableShortCollection;
                                                       ^
  symbol:   class MutableShortCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol
import org.eclipse.collections.api.map.primitive.ObjectDoubleMap;
                                                ^
  symbol:   class ObjectDoubleMap
  location: package org.eclipse.collections.api.map.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol
import org.eclipse.collections.api.map.primitive.ObjectLongMap;
                                                ^
  symbol:   class ObjectLongMap
  location: package org.eclipse.collections.api.map.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:29: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:35: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:36: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedByteIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:37: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedCharIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:38: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:39: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:40: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedIntIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:41: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedLongIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:42: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedShortIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:16: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:17: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:18: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:30: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:31: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:32: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:33: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:34: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:35: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:36: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleLongIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:37: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:29: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:30: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:200: error: bad use of '>'
     *     people.<b>tap</b>(person -> LOGGER.info(person.getName()));
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:226: error: bad use of '>'
     * people.each(person -> LOGGER.info(person.getName()));
                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:256: error: bad use of '>'
     *     people.<b>select</b>(person -> person.getAddress().getCity().equals("London"));
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:260: error: element not closed: pre
     * <pre>
       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:280: error: bad use of '>'
     *     people.select(person -> person.person.getLastName().equals("Smith"), Lists.mutable.empty());
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:312: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:312: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18));
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:322: error: bad use of '>'
     *             return person.getAge() >= age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:342: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18), Lists.mutable.empty());
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:342: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18), Lists.mutable.empty());
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:352: error: bad use of '>'
     *             return person.getAge() >= age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:377: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:406: error: bad use of '>'
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:406: error: malformed HTML
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18));
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:416: error: malformed HTML
     *             return person.getAge() < age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:434: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"), Lists.mutable.empty());
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:464: error: bad use of '>'
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18), Lists.mutable.empty());
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:464: error: malformed HTML
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18), Lists.mutable.empty());
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:474: error: malformed HTML
     *             return person.getAge() < age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:498: error: bad use of '>'
     *     people.<b>partition</b>(person -> person.getAddress().getState().getName().equals("New York"));
                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:522: error: bad use of '>'
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:522: error: semicolon missing
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:523: error: bad use of '>'
     *     people.<b>partitionWith</b>((Person person, String state) -> person.getAddress().getState().getName().equals(state), "New York");
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:528: error: bad use of '>'
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:528: error: semicolon missing
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:561: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:587: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName(), Lists.mutable.empty());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:617: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:637: error: reference not found
     * Same as {@link #collectBoolean(BooleanFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:643: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense(), new BooleanArrayList());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:658: error: reference not found
     * @param booleanFunction a {@link BooleanFunction} to use as the collect transformation function
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:672: error: bad use of '>'
     *     people.collectByte(person -> person.getCode());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:692: error: reference not found
     * Same as {@link #collectByte(ByteFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:698: error: bad use of '>'
     *     people.collectByte(person -> person.getCode(), new ByteArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:713: error: reference not found
     * @param byteFunction a {@link ByteFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:727: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:747: error: reference not found
     * Same as {@link #collectChar(CharFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:753: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial(), new CharArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:768: error: reference not found
     * @param charFunction a {@link CharFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:782: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:802: error: reference not found
     * Same as {@link #collectDouble(DoubleFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:808: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole(), new DoubleArrayList());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:823: error: reference not found
     * @param doubleFunction a {@link DoubleFunction} to use as the collect transformation function
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:837: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:857: error: reference not found
     * Same as {@link #collectFloat(FloatFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:863: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches(), new FloatArrayList());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:878: error: reference not found
     * @param floatFunction a {@link FloatFunction} to use as the collect transformation function
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:892: error: bad use of '>'
     *     people.collectInt(person -> person.getAge());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:912: error: reference not found
     * Same as {@link #collectInt(IntFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:918: error: bad use of '>'
     *     people.collectInt(person -> person.getAge(), new IntArrayList());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:933: error: reference not found
     * @param intFunction a {@link IntFunction} to use as the collect transformation function
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:947: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:967: error: reference not found
     * Same as {@link #collectLong(LongFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:973: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid(), new LongArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:988: error: reference not found
     * @param longFunction a {@link LongFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1002: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: reference not found
     * Same as {@link #collectShort(ShortFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1028: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth, new ShortArrayList());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1043: error: reference not found
     * @param shortFunction a {@link ShortFunction} to use as the collect transformation function
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1056: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1));
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1087: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1), Sets.mutable.empty());
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1122: error: bad use of '>'
     * RichIterable&lt;String&gt; strings = Lists.mutable.with(1, 2, 3).collectIf(e -> e != null, Object::toString);
                                                                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad use of '>'
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad HTML entity
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad HTML entity
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1217: error: bad HTML entity
     *             return person.getFirstName().equals("John") && person.getLastName().equals("Smith");
                                                               ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1217: error: bad HTML entity
     *             return person.getFirstName().equals("John") && person.getLastName().equals("Smith");
                                                                ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1233: error: bad use of '>'
     *     people.detectWith((person, fullName) -> person.getFullName().equals(fullName), "John Smith");
                                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad use of '>'
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad HTML entity
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                                ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad HTML entity
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: bad use of '>'
     *     people.detectWithOptional((person, fullName) -> person.getFullName().equals(fullName), "John Smith");
                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1311: error: bad use of '>'
     *     people.<b>count</b>(person -> person.getAddress().getState().getName().equals("New York"));
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1856: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3, 4, 5).reduceInPlace(Collectors2.sumByInt(i -> Integer.valueOf(i % 2), Integer::intValue));
                                                                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:32: error: bad use of '>'
     * people.forEach(Procedures.cast(person -> LOGGER.info(person.getName())));
                                              ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:67: error: bad use of '>'
     * people.forEachWithIndex((Person person, int index) -> LOGGER.info("Index: " + index + " person: " + person.getName()));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:81: error: reference not found
     * @deprecated in 6.0. Use {@link OrderedIterable#forEachWithIndex(ObjectIntProcedure)} instead.
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:92: error: bad use of '>'
     * people.forEachWith((Person person, Person other) ->
                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:54: error: bad use of '>'
     * people.reverseForEach(person -> LOGGER.info(person.getName()));
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:62: error: bad use of '>'
     * people.reverseForEachWithIndex((person, index) ->
                                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:158: error: bad use of '>'
     *     people.select(person -> person.getAddress().getCity().equals("London"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:180: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:219: error: bad use of '>'
     *     people.partition(person -> person.getAddress().getState().getName().equals("New York"));
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: bad use of '>'
     * PartitionMutableCollection&lt;Person>&gt newYorkersAndNonNewYorkers =
                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: semicolon missing
     * PartitionMutableCollection&lt;Person>&gt newYorkersAndNonNewYorkers =
                                            ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:230: error: bad use of '>'
     *     people.partitionWith((Person person, String state) -> person.getAddress().getState().getName().equals(state), "New York");
                                                               ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:273: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:284: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:295: error: bad use of '>'
     *     people.collectByte(person -> person.getCode());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:306: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:317: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:328: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:339: error: bad use of '>'
     *     people.collectInt(person -> person.getAge());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:350: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:361: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:372: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1));
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:445: error: bad use of '>'
     *  synchedCollection.forEach(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:446: error: bad use of '>'
     *  synchedCollection.select(each -> ... );
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:447: error: bad use of '>'
     *  synchedCollection.collect(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/block/procedure/ObjectIntProcedure.java:17: error: reference not found
 * @deprecated since 3.0 use {@link org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure} instead.
                                    ^

Command line was: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/jobs/genie.collections/deploy/workspace/eclipse-collections-api/10.0.0.M1' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.failOnError (AbstractJavadocMojo.java:6202)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:194)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.reporting.MavenReportException: 
Exit code: 1 - Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.collections
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:18: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:31: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableBooleanList;
                                                 ^
  symbol:   class ImmutableBooleanList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:32: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableByteList;
                                                 ^
  symbol:   class ImmutableByteList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:33: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableCharList;
                                                 ^
  symbol:   class ImmutableCharList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:34: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableDoubleList;
                                                 ^
  symbol:   class ImmutableDoubleList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:35: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableFloatList;
                                                 ^
  symbol:   class ImmutableFloatList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:36: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableIntList;
                                                 ^
  symbol:   class ImmutableIntList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:37: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableLongList;
                                                 ^
  symbol:   class ImmutableLongList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.java:38: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ImmutableShortList;
                                                 ^
  symbol:   class ImmutableShortList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:32: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.BooleanList;
                                                 ^
  symbol:   class BooleanList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ByteList;
                                                 ^
  symbol:   class ByteList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:34: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.CharList;
                                                 ^
  symbol:   class CharList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:35: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.DoubleList;
                                                 ^
  symbol:   class DoubleList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:36: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.FloatList;
                                                 ^
  symbol:   class FloatList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:37: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.IntList;
                                                 ^
  symbol:   class IntList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:38: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.LongList;
                                                 ^
  symbol:   class LongList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/set/sorted/SortedSetIterable.java:39: error: cannot find symbol
import org.eclipse.collections.api.list.primitive.ShortList;
                                                 ^
  symbol:   class ShortList
  location: package org.eclipse.collections.api.list.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:34: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:35: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:36: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:37: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction;
                                                           ^
  symbol:   class DoubleObjectToDoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:38: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:39: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction;
                                                           ^
  symbol:   class FloatObjectToFloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:40: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction;
                                                           ^
  symbol:   class IntObjectToIntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction;
                                                           ^
  symbol:   class LongObjectToLongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection;
                                                       ^
  symbol:   class MutableBooleanCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableByteCollection;
                                                       ^
  symbol:   class MutableByteCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableCharCollection;
                                                       ^
  symbol:   class MutableCharCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection;
                                                       ^
  symbol:   class MutableDoubleCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:53: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableFloatCollection;
                                                       ^
  symbol:   class MutableFloatCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:54: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableIntCollection;
                                                       ^
  symbol:   class MutableIntCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:55: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableLongCollection;
                                                       ^
  symbol:   class MutableLongCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:56: error: cannot find symbol
import org.eclipse.collections.api.collection.primitive.MutableShortCollection;
                                                       ^
  symbol:   class MutableShortCollection
  location: package org.eclipse.collections.api.collection.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol
import org.eclipse.collections.api.map.primitive.ObjectDoubleMap;
                                                ^
  symbol:   class ObjectDoubleMap
  location: package org.eclipse.collections.api.map.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol
import org.eclipse.collections.api.map.primitive.ObjectLongMap;
                                                ^
  symbol:   class ObjectLongMap
  location: package org.eclipse.collections.api.map.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:29: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:33: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:35: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:36: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedByteIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:37: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedCharIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:38: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:39: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:40: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedIntIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:41: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedLongIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/OrderedIterable.java:42: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.OrderedShortIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:16: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:17: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:18: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:19: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:20: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:21: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:22: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:23: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction;
                                                           ^
  symbol:   class ObjectIntToObjectFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ShortFunction;
                                                           ^
  symbol:   class ShortFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure;
                                                            ^
  symbol:   class ObjectIntProcedure
  location: package org.eclipse.collections.api.block.procedure.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:30: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:31: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:32: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:33: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:34: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:35: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:36: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleLongIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:37: error: package org.eclipse.collections.api.ordered.primitive does not exist
import org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable;
                                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:24: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.BooleanFunction;
                                                           ^
  symbol:   class BooleanFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:25: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.ByteFunction;
                                                           ^
  symbol:   class ByteFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:26: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.CharFunction;
                                                           ^
  symbol:   class CharFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:27: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.DoubleFunction;
                                                           ^
  symbol:   class DoubleFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:28: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.FloatFunction;
                                                           ^
  symbol:   class FloatFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:29: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.IntFunction;
                                                           ^
  symbol:   class IntFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/ImmutableCollection.java:30: error: cannot find symbol
import org.eclipse.collections.api.block.function.primitive.LongFunction;
                                                           ^
  symbol:   class LongFunction
  location: package org.eclipse.collections.api.block.function.primitive
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:200: error: bad use of '>'
     *     people.<b>tap</b>(person -> LOGGER.info(person.getName()));
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:226: error: bad use of '>'
     * people.each(person -> LOGGER.info(person.getName()));
                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:256: error: bad use of '>'
     *     people.<b>select</b>(person -> person.getAddress().getCity().equals("London"));
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:260: error: element not closed: pre
     * <pre>
       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:280: error: bad use of '>'
     *     people.select(person -> person.person.getLastName().equals("Smith"), Lists.mutable.empty());
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:312: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:312: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18));
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:322: error: bad use of '>'
     *             return person.getAge() >= age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:342: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18), Lists.mutable.empty());
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:342: error: bad use of '>'
     *     people.selectWith((Person person, Integer age) -> person.getAge() >= age, Integer.valueOf(18), Lists.mutable.empty());
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:352: error: bad use of '>'
     *             return person.getAge() >= age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:377: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:406: error: bad use of '>'
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:406: error: malformed HTML
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18));
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:416: error: malformed HTML
     *             return person.getAge() < age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:434: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"), Lists.mutable.empty());
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:464: error: bad use of '>'
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18), Lists.mutable.empty());
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:464: error: malformed HTML
     *     people.rejectWith((Person person, Integer age) -> person.getAge() < age, Integer.valueOf(18), Lists.mutable.empty());
                                                                             ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:474: error: malformed HTML
     *             return person.getAge() < age;
                                          ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:498: error: bad use of '>'
     *     people.<b>partition</b>(person -> person.getAddress().getState().getName().equals("New York"));
                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:522: error: bad use of '>'
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:522: error: semicolon missing
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:523: error: bad use of '>'
     *     people.<b>partitionWith</b>((Person person, String state) -> person.getAddress().getState().getName().equals(state), "New York");
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:528: error: bad use of '>'
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:528: error: semicolon missing
     * PartitionIterable&lt;Person>&gt newYorkersAndNonNewYorkers =
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:561: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:587: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName(), Lists.mutable.empty());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:617: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:637: error: reference not found
     * Same as {@link #collectBoolean(BooleanFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:643: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense(), new BooleanArrayList());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:658: error: reference not found
     * @param booleanFunction a {@link BooleanFunction} to use as the collect transformation function
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:672: error: bad use of '>'
     *     people.collectByte(person -> person.getCode());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:692: error: reference not found
     * Same as {@link #collectByte(ByteFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:698: error: bad use of '>'
     *     people.collectByte(person -> person.getCode(), new ByteArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:713: error: reference not found
     * @param byteFunction a {@link ByteFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:727: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:747: error: reference not found
     * Same as {@link #collectChar(CharFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:753: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial(), new CharArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:768: error: reference not found
     * @param charFunction a {@link CharFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:782: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:802: error: reference not found
     * Same as {@link #collectDouble(DoubleFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:808: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole(), new DoubleArrayList());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:823: error: reference not found
     * @param doubleFunction a {@link DoubleFunction} to use as the collect transformation function
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:837: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:857: error: reference not found
     * Same as {@link #collectFloat(FloatFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:863: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches(), new FloatArrayList());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:878: error: reference not found
     * @param floatFunction a {@link FloatFunction} to use as the collect transformation function
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:892: error: bad use of '>'
     *     people.collectInt(person -> person.getAge());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:912: error: reference not found
     * Same as {@link #collectInt(IntFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:918: error: bad use of '>'
     *     people.collectInt(person -> person.getAge(), new IntArrayList());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:933: error: reference not found
     * @param intFunction a {@link IntFunction} to use as the collect transformation function
                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:947: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:967: error: reference not found
     * Same as {@link #collectLong(LongFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:973: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid(), new LongArrayList());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:988: error: reference not found
     * @param longFunction a {@link LongFunction} to use as the collect transformation function
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1002: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: reference not found
     * Same as {@link #collectShort(ShortFunction)}, except that the results are gathered into the specified {@code target}
                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1028: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth, new ShortArrayList());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1043: error: reference not found
     * @param shortFunction a {@link ShortFunction} to use as the collect transformation function
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1056: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1));
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1087: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1), Sets.mutable.empty());
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1122: error: bad use of '>'
     * RichIterable&lt;String&gt; strings = Lists.mutable.with(1, 2, 3).collectIf(e -> e != null, Object::toString);
                                                                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad use of '>'
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad HTML entity
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1207: error: bad HTML entity
     *     people.detect(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1217: error: bad HTML entity
     *             return person.getFirstName().equals("John") && person.getLastName().equals("Smith");
                                                               ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1217: error: bad HTML entity
     *             return person.getFirstName().equals("John") && person.getLastName().equals("Smith");
                                                                ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1233: error: bad use of '>'
     *     people.detectWith((person, fullName) -> person.getFullName().equals(fullName), "John Smith");
                                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad use of '>'
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad HTML entity
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                                ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1258: error: bad HTML entity
     *     people.detectOptional(person -> person.getFirstName().equals("John") && person.getLastName().equals("Smith"));
                                                                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: bad use of '>'
     *     people.detectWithOptional((person, fullName) -> person.getFullName().equals(fullName), "John Smith");
                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1311: error: bad use of '>'
     *     people.<b>count</b>(person -> person.getAddress().getState().getName().equals("New York"));
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1856: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3, 4, 5).reduceInPlace(Collectors2.sumByInt(i -> Integer.valueOf(i % 2), Integer::intValue));
                                                                                   ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:32: error: bad use of '>'
     * people.forEach(Procedures.cast(person -> LOGGER.info(person.getName())));
                                              ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:67: error: bad use of '>'
     * people.forEachWithIndex((Person person, int index) -> LOGGER.info("Index: " + index + " person: " + person.getName()));
                                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:81: error: reference not found
     * @deprecated in 6.0. Use {@link OrderedIterable#forEachWithIndex(ObjectIntProcedure)} instead.
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:92: error: bad use of '>'
     * people.forEachWith((Person person, Person other) ->
                                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:54: error: bad use of '>'
     * people.reverseForEach(person -> LOGGER.info(person.getName()));
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java:62: error: bad use of '>'
     * people.reverseForEachWithIndex((person, index) ->
                                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:158: error: bad use of '>'
     *     people.select(person -> person.getAddress().getCity().equals("London"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:180: error: bad use of '>'
     *     people.reject(person -> person.person.getLastName().equals("Smith"));
                                 ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:219: error: bad use of '>'
     *     people.partition(person -> person.getAddress().getState().getName().equals("New York"));
                                    ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: bad use of '>'
     * PartitionMutableCollection&lt;Person>&gt newYorkersAndNonNewYorkers =
                                           ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:229: error: semicolon missing
     * PartitionMutableCollection&lt;Person>&gt newYorkersAndNonNewYorkers =
                                            ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:230: error: bad use of '>'
     *     people.partitionWith((Person person, String state) -> person.getAddress().getState().getName().equals(state), "New York");
                                                               ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:273: error: bad use of '>'
     *     people.collect(person -> person.getFirstName() + " " + person.getLastName());
                                  ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:284: error: bad use of '>'
     *     people.collectBoolean(person -> person.hasDrivingLicense());
                                         ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:295: error: bad use of '>'
     *     people.collectByte(person -> person.getCode());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:306: error: bad use of '>'
     *     people.collectChar(person -> person.getMiddleInitial());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:317: error: bad use of '>'
     *     people.collectDouble(person -> person.getMilesFromNorthPole());
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:328: error: bad use of '>'
     *     people.collectFloat(person -> person.getHeightInInches());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:339: error: bad use of '>'
     *     people.collectInt(person -> person.getAge());
                                     ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:350: error: bad use of '>'
     *     people.collectLong(person -> person.getGuid());
                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:361: error: bad use of '>'
     *     people.collectShort(person -> person.getNumberOfJunkMailItemsReceivedPerMonth());
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:372: error: bad use of '>'
     *     Lists.mutable.with(1, 2, 3).collectWith((each, parameter) -> each + parameter, Integer.valueOf(1));
                                                                      ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:445: error: bad use of '>'
     *  synchedCollection.forEach(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:446: error: bad use of '>'
     *  synchedCollection.select(each -> ... );
                                       ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/collection/MutableCollection.java:447: error: bad use of '>'
     *  synchedCollection.collect(each -> ... );
                                        ^
/jobs/genie.collections/deploy/workspace/eclipse-collections-api/src/main/java/org/eclipse/collections/api/block/procedure/ObjectIntProcedure.java:17: error: reference not found
 * @deprecated since 3.0 use {@link org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure} instead.
                                    ^

Command line was: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/jobs/genie.collections/deploy/workspace/eclipse-collections-api/10.0.0.M1' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :eclipse-collections-api
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: itohiro73@gmail.com donraab@gmail.com nikhilnanivadekar@gmail.com
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  4 second
Finished: FAILURE