Updated Apache Harmony code with the source URL
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/57f6ba01 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/57f6ba01 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/57f6ba01 Branch: refs/heads/master Commit: 57f6ba0130f0173305a912d8bcf7cbf474e00dbc Parents: 8002783 Author: Shad Storhaug <[email protected]> Authored: Fri Apr 28 17:01:30 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon May 1 04:45:06 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs | 1 + .../Analysis/Util/TestBufferedCharFilter.cs | 1 + src/Lucene.Net/Support/IO/Buffer.cs | 1 + src/Lucene.Net/Support/IO/BufferExceptions.cs | 1 + src/Lucene.Net/Support/IO/ByteBuffer.cs | 1 + src/Lucene.Net/Support/IO/ByteOrder.cs | 1 + src/Lucene.Net/Support/IO/Endianness.cs | 1 + src/Lucene.Net/Support/IO/HeapByteBuffer.cs | 1 + src/Lucene.Net/Support/IO/LongArrayBuffer.cs | 1 + src/Lucene.Net/Support/IO/LongBuffer.cs | 1 + src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs | 1 + src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs | 1 + src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs | 1 + src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs | 1 + 14 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs b/src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs index 0a9b5d9..b26993a 100644 --- a/src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs +++ b/src/Lucene.Net.Analysis.Common/Analysis/Util/BufferedCharFilter.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project's BufferedReader +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using Lucene.Net.Analysis.CharFilters; using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestBufferedCharFilter.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestBufferedCharFilter.cs b/src/Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestBufferedCharFilter.cs index eccc949..8d56c7e 100644 --- a/src/Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestBufferedCharFilter.cs +++ b/src/Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestBufferedCharFilter.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using Lucene.Net.Attributes; using Lucene.Net.Util; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/Buffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/Buffer.cs b/src/Lucene.Net/Support/IO/Buffer.cs index e00ca95..27e5ea6 100644 --- a/src/Lucene.Net/Support/IO/Buffer.cs +++ b/src/Lucene.Net/Support/IO/Buffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/BufferExceptions.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/BufferExceptions.cs b/src/Lucene.Net/Support/IO/BufferExceptions.cs index af36969..929d913 100644 --- a/src/Lucene.Net/Support/IO/BufferExceptions.cs +++ b/src/Lucene.Net/Support/IO/BufferExceptions.cs @@ -1,4 +1,5 @@ // These classes were sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; #if FEATURE_SERIALIZABLE http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/ByteBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/ByteBuffer.cs b/src/Lucene.Net/Support/IO/ByteBuffer.cs index 1dc1055..614ce35 100644 --- a/src/Lucene.Net/Support/IO/ByteBuffer.cs +++ b/src/Lucene.Net/Support/IO/ByteBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; using System.Diagnostics; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/ByteOrder.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/ByteOrder.cs b/src/Lucene.Net/Support/IO/ByteOrder.cs index a8453f3..5a314d0 100644 --- a/src/Lucene.Net/Support/IO/ByteOrder.cs +++ b/src/Lucene.Net/Support/IO/ByteOrder.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/Endianness.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/Endianness.cs b/src/Lucene.Net/Support/IO/Endianness.cs index 39499a0..3a17a9b 100644 --- a/src/Lucene.Net/Support/IO/Endianness.cs +++ b/src/Lucene.Net/Support/IO/Endianness.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ namespace Lucene.Net.Support.IO { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/HeapByteBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/HeapByteBuffer.cs b/src/Lucene.Net/Support/IO/HeapByteBuffer.cs index 0c9a5fc..7e1c3cc 100644 --- a/src/Lucene.Net/Support/IO/HeapByteBuffer.cs +++ b/src/Lucene.Net/Support/IO/HeapByteBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/LongArrayBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/LongArrayBuffer.cs b/src/Lucene.Net/Support/IO/LongArrayBuffer.cs index 5998c07..baebf23 100644 --- a/src/Lucene.Net/Support/IO/LongArrayBuffer.cs +++ b/src/Lucene.Net/Support/IO/LongArrayBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/LongBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/LongBuffer.cs b/src/Lucene.Net/Support/IO/LongBuffer.cs index 6285743..cd81857 100644 --- a/src/Lucene.Net/Support/IO/LongBuffer.cs +++ b/src/Lucene.Net/Support/IO/LongBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; using System.Diagnostics.CodeAnalysis; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs b/src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs index 49e9862..b83974d 100644 --- a/src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs +++ b/src/Lucene.Net/Support/IO/LongToByteBufferAdapter.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; using System.Diagnostics.CodeAnalysis; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs b/src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs index d1d0263..65eaf81 100644 --- a/src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs +++ b/src/Lucene.Net/Support/IO/ReadOnlyHeapByteBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ namespace Lucene.Net.Support.IO { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs b/src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs index 7e05712..928cfcf 100644 --- a/src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs +++ b/src/Lucene.Net/Support/IO/ReadWriteHeapByteBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/57f6ba01/src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs b/src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs index 407a1d2..6bbdcbf 100644 --- a/src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs +++ b/src/Lucene.Net/Support/IO/ReadWriteLongArrayBuffer.cs @@ -1,4 +1,5 @@ // This class was sourced from the Apache Harmony project +// https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/ using System;
