Преглед на файлове

Hide two warnings about boxing

Change-Id: I1cb7cdb81481019f4a55221d38d771fcc9451529
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v2.0.0.201206130900-r
Robin Rosenberg преди 12 години
родител
ревизия
bf33a6eeed
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java Целия файл

@@ -258,6 +258,7 @@ public class DirCacheEntry {
* or DirCache file. Or if {@code stage} is outside of the
* range 0..3, inclusive.
*/
@SuppressWarnings("boxing")
public DirCacheEntry(final byte[] newPath, final int stage) {
if (!isValidPath(newPath))
throw new IllegalArgumentException(MessageFormat.format(JGitText.get().invalidPath
@@ -559,6 +560,7 @@ public class DirCacheEntry {
* if the size exceeds the 2 GiB barrier imposed by current file
* format limitations.
*/
@SuppressWarnings("boxing")
public void setLength(final long sz) {
if (Integer.MAX_VALUE <= sz)
throw new IllegalArgumentException(MessageFormat.format(JGitText

Loading…
Отказ
Запис