Skip to content

Instantly share code, notes, and snippets.

@neomatrix369
Created July 15, 2013 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neomatrix369/6004332 to your computer and use it in GitHub Desktop.
Save neomatrix369/6004332 to your computer and use it in GitHub Desktop.
Building dispruptor under JDK 1.8.0-ea
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar
:javadoc/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/util/Util.java:128: warning: no description for @param
* @param buffer
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:106: error: self-closing element not allowed
* <p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:109: error: self-closing element not allowed
* <p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:153: error: self-closing element not allowed
* Specify an exception handler to be used for any future event handlers.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:179: error: self-closing element not allowed
* <p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:232: warning: no @param for <A>
public <A> void publishEvent(final EventTranslatorOneArg<T, A> eventTranslator, A arg)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:243: warning: no @param for <A>
public <A> void publishEvents(final EventTranslatorOneArg<T, A> eventTranslator, A[] arg)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:249: error: self-closing element not allowed
* Starts the event processors and returns the fully configured ring buffer.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:252: error: self-closing element not allowed
* be processed by the slowest event processor.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:306: error: self-closing element not allowed
* <p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:313: warning: no @throws for com.lmax.disruptor.TimeoutException
public void shutdown(final long timeout, final TimeUnit timeUnit) throws TimeoutException
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:46: error: unknown tag: MyEvent
* <pre><code> Disruptor<MyEvent> disruptor = new Disruptor<MyEvent>(MyEvent.FACTORY, 32, Executors.newCachedThreadPool());
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:46: error: unknown tag: MyEvent
* <pre><code> Disruptor<MyEvent> disruptor = new Disruptor<MyEvent>(MyEvent.FACTORY, 32, Executors.newCachedThreadPool());
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:47: error: unknown tag: MyEvent
* EventHandler<MyEvent> handler1 = new EventHandler<MyEvent>() { ... };
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:47: error: unknown tag: MyEvent
* EventHandler<MyEvent> handler1 = new EventHandler<MyEvent>() { ... };
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:48: error: unknown tag: MyEvent
* EventHandler<MyEvent> handler2 = new EventHandler<MyEvent>() { ... };
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:48: error: unknown tag: MyEvent
* EventHandler<MyEvent> handler2 = new EventHandler<MyEvent>() { ... };
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:84: warning: no @param for ringBufferSize
public Disruptor(final EventFactory<T> eventFactory,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/dsl/ProducerType.java:19: error: self-closing element not allowed
* Defines producer types to support creation of RingBuffer with correct sequencer and publisher.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/collections/Histogram.java:176: error: self-closing element not allowed
* Add observations from another Histogram into this one.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/collections/Histogram.java:262: error: self-closing element not allowed
* Calculate the mean of all recorded observations.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/collections/Histogram.java:327: error: self-closing element not allowed
* Get the interval upper bound for a given factor of the observation population.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/collections/Histogram.java:23: error: self-closing element not allowed
* Histogram for tracking the frequency of observations of values below interval upper bounds.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/collections/Histogram.java:26: error: self-closing element not allowed
* when high performance is required.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/Sequencer.java:54: error: malformed HTML
* for (long sequence = lo; sequence <= hi; sequence++) {
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/Sequencer.java:70: warning: no description for @throws
* @throws InsufficientCapacityException
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/Sequencer.java:82: warning: no description for @throws
* @throws InsufficientCapacityException
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/Sequencer.java:103: warning: no description for @param
* @param sequence
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/Sequencer.java:144: warning: no description for @param
* @param sequencesToTrack
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/AbstractSequencer.java:41: warning: no description for @param
* @param waitStrategy
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/LifecycleAware.java:30: error: self-closing element not allowed
* Called once just before the thread is shutdown.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/WaitStrategy.java:39: warning: no description for @throws
* @throws TimeoutException
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/EventTranslator.java:19: error: self-closing element not allowed
* Implementations translate (write) data representations into events claimed from the {@link RingBuffer}.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/ExceptionHandler.java:24: error: self-closing element not allowed
* Strategy for handling uncaught exceptions when processing an event.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/ExceptionHandler.java:27: error: self-closing element not allowed
* then it should throw a {@link RuntimeException}.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/LifecycleAware.java:20: error: self-closing element not allowed
* {@link BatchEventProcessor} starts and shuts down.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:51: warning: no @param for spinTimeoutMillis
public static PhasedBackoffWaitStrategy withLock(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:51: warning: no @param for yieldTimeoutMillis
public static PhasedBackoffWaitStrategy withLock(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:51: warning: no @param for units
public static PhasedBackoffWaitStrategy withLock(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:51: warning: no @return
public static PhasedBackoffWaitStrategy withLock(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:62: warning: no @param for spinTimeoutMillis
public static PhasedBackoffWaitStrategy withSleep(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:62: warning: no @param for yieldTimeoutMillis
public static PhasedBackoffWaitStrategy withSleep(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:62: warning: no @param for units
public static PhasedBackoffWaitStrategy withSleep(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:62: warning: no @return
public static PhasedBackoffWaitStrategy withSleep(long spinTimeoutMillis,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:25: error: self-closing element not allowed
* Phased wait strategy for waiting {@link EventProcessor}s on a barrier.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/PhasedBackoffWaitStrategy.java:27: error: self-closing element not allowed
* This strategy can be used when throughput and low-latency are not as important as CPU resource.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:72: warning: no @param for <E>
public static <E> RingBuffer<E> createMultiProducer(EventFactory<E> factory,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:72: warning: no @return
public static <E> RingBuffer<E> createMultiProducer(EventFactory<E> factory,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:89: warning: no @param for <E>
public static <E> RingBuffer<E> createMultiProducer(EventFactory<E> factory, int bufferSize)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:89: warning: no @return
public static <E> RingBuffer<E> createMultiProducer(EventFactory<E> factory, int bufferSize)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:103: warning: no @param for <E>
public static <E> RingBuffer<E> createSingleProducer(EventFactory<E> factory,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:103: warning: no @return
public static <E> RingBuffer<E> createSingleProducer(EventFactory<E> factory,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:120: warning: no @param for <E>
public static <E> RingBuffer<E> createSingleProducer(EventFactory<E> factory, int bufferSize)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:120: warning: no @return
public static <E> RingBuffer<E> createSingleProducer(EventFactory<E> factory, int bufferSize)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:134: warning: no @param for <E>
public static <E> RingBuffer<E> create(ProducerType producerType,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:134: warning: no @return
public static <E> RingBuffer<E> create(ProducerType producerType,
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:175: warning: no @param for sequence
public E getPreallocated(long sequence)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:175: warning: no @return
public E getPreallocated(long sequence)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:184: warning: no @param for sequence
public E getPublished(long sequence)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:184: warning: no @return
public E getPublished(long sequence)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:360: warning: no @return
public int getBufferSize()
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:427: warning: no @param for <A>
public <A> void publishEvent(EventTranslatorOneArg<E, A> translator, A arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:442: warning: no @param for <A>
public <A> boolean tryPublishEvent(EventTranslatorOneArg<E, A> translator, A arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:464: warning: no @param for <A>
public <A, B> void publishEvent(EventTranslatorTwoArg<E, A, B> translator, A arg0, B arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:464: warning: no @param for <B>
public <A, B> void publishEvent(EventTranslatorTwoArg<E, A, B> translator, A arg0, B arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:480: warning: no @param for <A>
public <A, B> boolean tryPublishEvent(EventTranslatorTwoArg<E, A, B> translator, A arg0, B arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:480: warning: no @param for <B>
public <A, B> boolean tryPublishEvent(EventTranslatorTwoArg<E, A, B> translator, A arg0, B arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:503: warning: no @param for <A>
public <A, B, C> void publishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:503: warning: no @param for <B>
public <A, B, C> void publishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:503: warning: no @param for <C>
public <A, B, C> void publishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:520: warning: no @param for <A>
public <A, B, C> boolean tryPublishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:520: warning: no @param for <B>
public <A, B, C> boolean tryPublishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:520: warning: no @param for <C>
public <A, B, C> boolean tryPublishEvent(EventTranslatorThreeArg<E, A, B, C> translator, A arg0, B arg1, C arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:652: warning: no @param for <A>
public <A> void publishEvents(EventTranslatorOneArg<E, A> translator, A[] arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:666: warning: no @param for <A>
public <A> void publishEvents(EventTranslatorOneArg<E, A> translator, int batchStartsAt, int batchSize, A[] arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:682: warning: no @param for <A>
public <A> boolean tryPublishEvents(EventTranslatorOneArg<E, A> translator, A[] arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:698: warning: no @param for <A>
public <A> boolean tryPublishEvents(EventTranslatorOneArg<E, A> translator, int batchStartsAt, int batchSize, A[] arg0)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:721: warning: no @param for <A>
public <A, B> void publishEvents(EventTranslatorTwoArg<E, A, B> translator, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:721: warning: no @param for <B>
public <A, B> void publishEvents(EventTranslatorTwoArg<E, A, B> translator, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:736: warning: no @param for <A>
public <A, B> void publishEvents(EventTranslatorTwoArg<E, A, B> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:736: warning: no @param for <B>
public <A, B> void publishEvents(EventTranslatorTwoArg<E, A, B> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:753: warning: no @param for <A>
public <A, B> boolean tryPublishEvents(EventTranslatorTwoArg<E, A, B> translator, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:753: warning: no @param for <B>
public <A, B> boolean tryPublishEvents(EventTranslatorTwoArg<E, A, B> translator, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:770: warning: no @param for <A>
public <A, B> boolean tryPublishEvents(EventTranslatorTwoArg<E, A, B> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:770: warning: no @param for <B>
public <A, B> boolean tryPublishEvents(EventTranslatorTwoArg<E, A, B> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:794: warning: no @param for <A>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:794: warning: no @param for <B>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:794: warning: no @param for <C>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:810: warning: no @param for <A>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:810: warning: no @param for <B>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:810: warning: no @param for <C>
public <A, B, C> void publishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:828: warning: no @param for <A>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:828: warning: no @param for <B>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:828: warning: no @param for <C>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:846: warning: no @param for <A>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:846: warning: no @param for <B>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/RingBuffer.java:846: warning: no @param for <C>
public <A, B, C> boolean tryPublishEvents(EventTranslatorThreeArg<E, A, B, C> translator, int batchStartsAt, int batchSize, A[] arg0, B[] arg1, C[] arg2)
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/SequenceBarrier.java:32: warning: no description for @throws
* @throws TimeoutException
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/SingleProducerSequencer.java:24: error: self-closing element not allowed
* Coordinator for claiming sequences for access to a data structure while tracking dependent {@link Sequence}s.<p/>
^
/home/saiubuntu/git-repos/disruptor/src/main/java/com/lmax/disruptor/WorkProcessor.java:22: error: self-closing element not allowed
* and ensuring appropriate barriers.<p/>
^
29 errors
71 warnings
:javadoc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 13.193 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment