diff --git a/JCL/converterJclMin/.classpath b/JCL/converterJclMin/.classpath deleted file mode 100644 index 6ab8f66c5b6..00000000000 --- a/JCL/converterJclMin/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/JCL/converterJclMin/.project b/JCL/converterJclMin/.project deleted file mode 100644 index df6b4719b6f..00000000000 --- a/JCL/converterJclMin/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - converterJclMin - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/JCL/converterJclMin/.settings/org.eclipse.core.resources.prefs b/JCL/converterJclMin/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0203a..00000000000 --- a/JCL/converterJclMin/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/JCL/converterJclMin/.settings/org.eclipse.jdt.core.prefs b/JCL/converterJclMin/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index cd734f41675..00000000000 --- a/JCL/converterJclMin/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,12 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.4 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning -org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.3 diff --git a/JCL/converterJclMin/src/java/awt/List.java b/JCL/converterJclMin/src/java/awt/List.java deleted file mode 100644 index b2fd6f7c24a..00000000000 --- a/JCL/converterJclMin/src/java/awt/List.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.awt; - -public class List { - -} diff --git a/JCL/converterJclMin/src/java/awt/Point.java b/JCL/converterJclMin/src/java/awt/Point.java deleted file mode 100644 index 132f09602b8..00000000000 --- a/JCL/converterJclMin/src/java/awt/Point.java +++ /dev/null @@ -1,7 +0,0 @@ -package java.awt; - -public class Point { - - public int x; - public int y; -} diff --git a/JCL/converterJclMin/src/java/io/BufferedInputStream.java b/JCL/converterJclMin/src/java/io/BufferedInputStream.java deleted file mode 100644 index aa574a1930e..00000000000 --- a/JCL/converterJclMin/src/java/io/BufferedInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedInputStream extends InputStream { - public BufferedInputStream(InputStream inputStream) { - } -} diff --git a/JCL/converterJclMin/src/java/io/BufferedOutputStream.java b/JCL/converterJclMin/src/java/io/BufferedOutputStream.java deleted file mode 100644 index 3ab0e26fc52..00000000000 --- a/JCL/converterJclMin/src/java/io/BufferedOutputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedOutputStream extends OutputStream { - public BufferedOutputStream(FileOutputStream outputStream) { - } -} diff --git a/JCL/converterJclMin/src/java/io/BufferedWriter.java b/JCL/converterJclMin/src/java/io/BufferedWriter.java deleted file mode 100644 index 61122c1b2f4..00000000000 --- a/JCL/converterJclMin/src/java/io/BufferedWriter.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedWriter extends Writer { - - public BufferedWriter(Writer writer) { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin/src/java/io/ByteArrayInputStream.java b/JCL/converterJclMin/src/java/io/ByteArrayInputStream.java deleted file mode 100644 index 7f095dcbcb4..00000000000 --- a/JCL/converterJclMin/src/java/io/ByteArrayInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayInputStream extends InputStream { - public ByteArrayInputStream(byte[] b) { - } -} diff --git a/JCL/converterJclMin/src/java/io/ByteArrayOutputStream.java b/JCL/converterJclMin/src/java/io/ByteArrayOutputStream.java deleted file mode 100644 index 8af40644cc3..00000000000 --- a/JCL/converterJclMin/src/java/io/ByteArrayOutputStream.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayOutputStream extends OutputStream { - -} diff --git a/JCL/converterJclMin/src/java/io/File.java b/JCL/converterJclMin/src/java/io/File.java deleted file mode 100644 index e0465e47fa9..00000000000 --- a/JCL/converterJclMin/src/java/io/File.java +++ /dev/null @@ -1,46 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class File { - public static final char separatorChar = '\\'; - public static final String separator = "\\"; //$NON-NLS-1$ - - public File(String s) { - } - - public boolean exists() { - return false; - } - - public boolean isDirectory() { - return false; - } - - public String getAbsolutePath() { - return null; - } - - public boolean mkdirs() { - return false; - } - - public boolean mkdir() { - return false; - } - - public String getName() { - return null; - } - public long length() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/io/FileInputStream.java b/JCL/converterJclMin/src/java/io/FileInputStream.java deleted file mode 100644 index c51d1be33c8..00000000000 --- a/JCL/converterJclMin/src/java/io/FileInputStream.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileInputStream extends InputStream { - - public FileInputStream(File f) { - } -} diff --git a/JCL/converterJclMin/src/java/io/FileOutputStream.java b/JCL/converterJclMin/src/java/io/FileOutputStream.java deleted file mode 100644 index c643bf9c415..00000000000 --- a/JCL/converterJclMin/src/java/io/FileOutputStream.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileOutputStream extends OutputStream { - public FileOutputStream(File f) { - } - public FileOutputStream(String s) { - } -} diff --git a/JCL/converterJclMin/src/java/io/FileWriter.java b/JCL/converterJclMin/src/java/io/FileWriter.java deleted file mode 100644 index 667a1888694..00000000000 --- a/JCL/converterJclMin/src/java/io/FileWriter.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileWriter extends Writer { - - public FileWriter(String s) { - } - public void flush() throws IOException { - } - - public void close() throws IOException { - } - -} diff --git a/JCL/converterJclMin/src/java/io/IOException.java b/JCL/converterJclMin/src/java/io/IOException.java deleted file mode 100644 index a73f64275e4..00000000000 --- a/JCL/converterJclMin/src/java/io/IOException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class IOException extends Exception { - - public IOException(String s) { - super(s); - } - public IOException() { - } -} diff --git a/JCL/converterJclMin/src/java/io/InputStream.java b/JCL/converterJclMin/src/java/io/InputStream.java deleted file mode 100644 index 8aa222e9020..00000000000 --- a/JCL/converterJclMin/src/java/io/InputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InputStream { - public void close() throws IOException { - } - public int available() throws IOException { - return 0; - } - public int read(byte b[], int off, int len) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/io/InputStreamReader.java b/JCL/converterJclMin/src/java/io/InputStreamReader.java deleted file mode 100644 index a9012a34b8a..00000000000 --- a/JCL/converterJclMin/src/java/io/InputStreamReader.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class InputStreamReader extends Reader { - public InputStreamReader(InputStream inputStream) { - } - public InputStreamReader(InputStream stream, String s) throws UnsupportedEncodingException { - } - public int read(char cbuf[], int offset, int length) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/io/InterruptedIOException.java b/JCL/converterJclMin/src/java/io/InterruptedIOException.java deleted file mode 100644 index c95111adfcc..00000000000 --- a/JCL/converterJclMin/src/java/io/InterruptedIOException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InterruptedIOException extends Exception { - -} diff --git a/JCL/converterJclMin/src/java/io/OutputStream.java b/JCL/converterJclMin/src/java/io/OutputStream.java deleted file mode 100644 index 8d9756265ba..00000000000 --- a/JCL/converterJclMin/src/java/io/OutputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class OutputStream { - - public void write(byte b[]) throws IOException { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin/src/java/io/PrintStream.java b/JCL/converterJclMin/src/java/io/PrintStream.java deleted file mode 100644 index 503f080425d..00000000000 --- a/JCL/converterJclMin/src/java/io/PrintStream.java +++ /dev/null @@ -1,35 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintStream { - - public void println() { - } - - public void println(String s) { - } - - public void println(int i) { - } - - public void println(Object o) { - } - - public void print(String s) { - } - - public void print(Object o) { - } - - public void print(int i) { - } -} diff --git a/JCL/converterJclMin/src/java/io/PrintWriter.java b/JCL/converterJclMin/src/java/io/PrintWriter.java deleted file mode 100644 index ec7e885e07e..00000000000 --- a/JCL/converterJclMin/src/java/io/PrintWriter.java +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintWriter extends Writer { - public PrintWriter(ByteArrayOutputStream stream) { - } - public PrintWriter(Writer w) { - } - public void print(String s) { - } - public void print(char[] tab) { - } - public void flush() { - } - public void close() { - } - public void println(String s) { - } -} diff --git a/JCL/converterJclMin/src/java/io/Reader.java b/JCL/converterJclMin/src/java/io/Reader.java deleted file mode 100644 index bb74ec22fa7..00000000000 --- a/JCL/converterJclMin/src/java/io/Reader.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class Reader { - -} diff --git a/JCL/converterJclMin/src/java/io/Serializable.java b/JCL/converterJclMin/src/java/io/Serializable.java deleted file mode 100644 index e33731bec8f..00000000000 --- a/JCL/converterJclMin/src/java/io/Serializable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public interface Serializable { - -} diff --git a/JCL/converterJclMin/src/java/io/StringWriter.java b/JCL/converterJclMin/src/java/io/StringWriter.java deleted file mode 100644 index 84631fdee0d..00000000000 --- a/JCL/converterJclMin/src/java/io/StringWriter.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class StringWriter extends Writer { - - public StringBuffer getBuffer() { - return null; - } - public void flush() { - } - public void close() { - } -} diff --git a/JCL/converterJclMin/src/java/io/UnsupportedEncodingException.java b/JCL/converterJclMin/src/java/io/UnsupportedEncodingException.java deleted file mode 100644 index 916b5ccdcd2..00000000000 --- a/JCL/converterJclMin/src/java/io/UnsupportedEncodingException.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class UnsupportedEncodingException extends IOException { - public UnsupportedEncodingException(String s) { - super(s); - } - public UnsupportedEncodingException() { - } -} diff --git a/JCL/converterJclMin/src/java/io/Writer.java b/JCL/converterJclMin/src/java/io/Writer.java deleted file mode 100644 index 8a198ae50ca..00000000000 --- a/JCL/converterJclMin/src/java/io/Writer.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public abstract class Writer { - public abstract void flush() throws IOException; - public abstract void close() throws IOException; - public void write(String str) throws IOException { - } -} diff --git a/JCL/converterJclMin/src/java/lang/ArithmeticException.java b/JCL/converterJclMin/src/java/lang/ArithmeticException.java deleted file mode 100644 index 063baae8d82..00000000000 --- a/JCL/converterJclMin/src/java/lang/ArithmeticException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArithmeticException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/lang/ArrayIndexOutOfBoundsException.java b/JCL/converterJclMin/src/java/lang/ArrayIndexOutOfBoundsException.java deleted file mode 100644 index af436866fea..00000000000 --- a/JCL/converterJclMin/src/java/lang/ArrayIndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException { - -} diff --git a/JCL/converterJclMin/src/java/lang/AssertionError.java b/JCL/converterJclMin/src/java/lang/AssertionError.java deleted file mode 100644 index 3acb2e6ec3a..00000000000 --- a/JCL/converterJclMin/src/java/lang/AssertionError.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class AssertionError extends Error { - - /** - * Constructor for AssertionError. - */ - public AssertionError(String s) { - super(s); - } - - /** - * Constructor for AssertionError. - */ - public AssertionError() { - super(); - } - -} diff --git a/JCL/converterJclMin/src/java/lang/Boolean.java b/JCL/converterJclMin/src/java/lang/Boolean.java deleted file mode 100644 index 198c9287b17..00000000000 --- a/JCL/converterJclMin/src/java/lang/Boolean.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Boolean { - public static final Boolean TRUE = new Boolean(true); - public static final Boolean FALSE = new Boolean(false); - public Boolean(boolean b) { - } -} diff --git a/JCL/converterJclMin/src/java/lang/Byte.java b/JCL/converterJclMin/src/java/lang/Byte.java deleted file mode 100644 index 57fe180246d..00000000000 --- a/JCL/converterJclMin/src/java/lang/Byte.java +++ /dev/null @@ -1,41 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Byte extends Number { - public Byte(byte b) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Character.java b/JCL/converterJclMin/src/java/lang/Character.java deleted file mode 100644 index 337c148689e..00000000000 --- a/JCL/converterJclMin/src/java/lang/Character.java +++ /dev/null @@ -1,39 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Character { - public Character(char c) { - } - public static char toLowerCase(char c) { - return ' '; - } - - public static int getNumericValue(char c) { - return 0; - } - - public static int digit(char ch, int radix) { - return 0; - } - public static boolean isWhitespace(char c) { - return false; - } - public static boolean isJavaIdentifierStart(char c) { - return false; - } - public static boolean isJavaIdentifierPart(char c) { - return false; - } - public static boolean isDigit(char c) { - return false; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Class.java b/JCL/converterJclMin/src/java/lang/Class.java deleted file mode 100644 index bfa8272d7de..00000000000 --- a/JCL/converterJclMin/src/java/lang/Class.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.InputStream; - -public class Class { - public String getName() { - return null; - } - public InputStream getResourceAsStream(String s) { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/ClassCastException.java b/JCL/converterJclMin/src/java/lang/ClassCastException.java deleted file mode 100644 index 51bbbd21252..00000000000 --- a/JCL/converterJclMin/src/java/lang/ClassCastException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ClassCastException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/lang/ClassNotFoundException.java b/JCL/converterJclMin/src/java/lang/ClassNotFoundException.java deleted file mode 100644 index 79875fa4a98..00000000000 --- a/JCL/converterJclMin/src/java/lang/ClassNotFoundException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2020 GK Software SE and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; -public class ClassNotFoundException extends ReflectiveOperationException { - public ClassNotFoundException() { super(); } - public ClassNotFoundException(String s) { super(s); } - public ClassNotFoundException(String s, Throwable t) { super(s, t);} - public Throwable getException() { return null; } -} diff --git a/JCL/converterJclMin/src/java/lang/CloneNotSupportedException.java b/JCL/converterJclMin/src/java/lang/CloneNotSupportedException.java deleted file mode 100644 index 2074efbf9e5..00000000000 --- a/JCL/converterJclMin/src/java/lang/CloneNotSupportedException.java +++ /dev/null @@ -1,14 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class CloneNotSupportedException extends Exception { -} diff --git a/JCL/converterJclMin/src/java/lang/Cloneable.java b/JCL/converterJclMin/src/java/lang/Cloneable.java deleted file mode 100644 index bc1cb76200b..00000000000 --- a/JCL/converterJclMin/src/java/lang/Cloneable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Cloneable { - -} diff --git a/JCL/converterJclMin/src/java/lang/Comparable.java b/JCL/converterJclMin/src/java/lang/Comparable.java deleted file mode 100644 index 09be762d0fe..00000000000 --- a/JCL/converterJclMin/src/java/lang/Comparable.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public interface Comparable { - public int compareTo(Object o); -} diff --git a/JCL/converterJclMin/src/java/lang/Double.java b/JCL/converterJclMin/src/java/lang/Double.java deleted file mode 100644 index fee7129f89c..00000000000 --- a/JCL/converterJclMin/src/java/lang/Double.java +++ /dev/null @@ -1,56 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Double extends Number { - public Double(double d) { - } - public static String toString(double d) { - return null; - } - public static Double valueOf(String s) throws NumberFormatException { - return null; - } - public static final double POSITIVE_INFINITY = 1.0 / 0.0; - public static boolean isNaN(double v) { - return false; - } - public double doubleValue() { - return 0.0; - } - public static final double MAX_VALUE = 1.7976931348623157e+308; - public static final double MIN_VALUE = 4.9e-324; - public static final double NaN = 0.0d / 0.0; - - public static native double longBitsToDouble(long bits); - public static native long doubleToLongBits(double value); - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public static double parseDouble(String s) { - return 0.0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Error.java b/JCL/converterJclMin/src/java/lang/Error.java deleted file mode 100644 index fc4766d7318..00000000000 --- a/JCL/converterJclMin/src/java/lang/Error.java +++ /dev/null @@ -1,21 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Error extends Throwable { - - public Error(String s) { - super(s); - } - - public Error() { - } -} diff --git a/JCL/converterJclMin/src/java/lang/Exception.java b/JCL/converterJclMin/src/java/lang/Exception.java deleted file mode 100644 index f7969390d95..00000000000 --- a/JCL/converterJclMin/src/java/lang/Exception.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Exception extends Throwable { - public Exception() { - } - public Exception(String s) { - super(s); - } -} diff --git a/JCL/converterJclMin/src/java/lang/ExceptionInInitializerError.java b/JCL/converterJclMin/src/java/lang/ExceptionInInitializerError.java deleted file mode 100644 index 907abda50dc..00000000000 --- a/JCL/converterJclMin/src/java/lang/ExceptionInInitializerError.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ExceptionInInitializerError extends Error { - public ExceptionInInitializerError(String s) { - } -} diff --git a/JCL/converterJclMin/src/java/lang/Float.java b/JCL/converterJclMin/src/java/lang/Float.java deleted file mode 100644 index ff66ee6f1f0..00000000000 --- a/JCL/converterJclMin/src/java/lang/Float.java +++ /dev/null @@ -1,53 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Float extends Number { - public static final float NaN = 0.0f / 0.0f; - public Float(float f) { - } - public static native float intBitsToFloat(int bits); - public static Float valueOf(String s) throws NumberFormatException { - return null; - } - public static final float POSITIVE_INFINITY = 1.0f / 0.0f; - public static boolean isNaN(float v) { - return false; - } - public float floatValue() { - return 0.0f; - } - public static final float MAX_VALUE = 3.4028235e+38f; - public static final float MIN_VALUE = 1.4e-45f; - public static native int floatToIntBits(float value); - public static String toString(float f) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/IllegalMonitorStateException.java b/JCL/converterJclMin/src/java/lang/IllegalMonitorStateException.java deleted file mode 100644 index 0e7fb8025ff..00000000000 --- a/JCL/converterJclMin/src/java/lang/IllegalMonitorStateException.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class IllegalMonitorStateException extends RuntimeException { - public IllegalMonitorStateException(String s) { - } - public IllegalMonitorStateException() { - } -} diff --git a/JCL/converterJclMin/src/java/lang/IndexOutOfBoundsException.java b/JCL/converterJclMin/src/java/lang/IndexOutOfBoundsException.java deleted file mode 100644 index 7230956f644..00000000000 --- a/JCL/converterJclMin/src/java/lang/IndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class IndexOutOfBoundsException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/lang/Integer.java b/JCL/converterJclMin/src/java/lang/Integer.java deleted file mode 100644 index 8d2027efa8b..00000000000 --- a/JCL/converterJclMin/src/java/lang/Integer.java +++ /dev/null @@ -1,54 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Integer extends Number { - public Integer(int i) { - } - public Integer(String s) { - } - public static final int MAX_VALUE= 2147483647; - public static final int MIN_VALUE= -2147483647; - - public static int parseInt(String s) throws NumberFormatException { - return 0; - } - public static String toHexString(int i) { - return null; - } - public static String toString(int i) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/InterruptedException.java b/JCL/converterJclMin/src/java/lang/InterruptedException.java deleted file mode 100644 index 8bbd866439f..00000000000 --- a/JCL/converterJclMin/src/java/lang/InterruptedException.java +++ /dev/null @@ -1,14 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class InterruptedException extends Exception { -} diff --git a/JCL/converterJclMin/src/java/lang/Long.java b/JCL/converterJclMin/src/java/lang/Long.java deleted file mode 100644 index 094fde461c7..00000000000 --- a/JCL/converterJclMin/src/java/lang/Long.java +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Long extends Number { - public static final long MIN_VALUE = 0x8000000000000000L; - public static final long MAX_VALUE = 0x7fffffffffffffffL; - public Long(long l) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Math.java b/JCL/converterJclMin/src/java/lang/Math.java deleted file mode 100644 index 51837194632..00000000000 --- a/JCL/converterJclMin/src/java/lang/Math.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Math { - - public static int min(int a, int b) { - return 0; - } - public static int max(int a, int b) { - return 0; - } - public static int abs(int a) { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/NoSuchFieldError.java b/JCL/converterJclMin/src/java/lang/NoSuchFieldError.java deleted file mode 100644 index b6eefdc89eb..00000000000 --- a/JCL/converterJclMin/src/java/lang/NoSuchFieldError.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2020 GK Software SE and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - */ -package java.lang; -public class NoSuchFieldError extends IncompatibleClassChangeError { - public NoSuchFieldError() { super(); } - public NoSuchFieldError(String s) {super(s);} -} diff --git a/JCL/converterJclMin/src/java/lang/NullPointerException.java b/JCL/converterJclMin/src/java/lang/NullPointerException.java deleted file mode 100644 index 8e18fa47836..00000000000 --- a/JCL/converterJclMin/src/java/lang/NullPointerException.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class NullPointerException extends RuntimeException { - - /** - * Constructor for NullPointerException. - */ - public NullPointerException(String s) { - super(s); - } - - /** - * Constructor for NullPointerException. - */ - public NullPointerException() { - super(); - } - -} diff --git a/JCL/converterJclMin/src/java/lang/Number.java b/JCL/converterJclMin/src/java/lang/Number.java deleted file mode 100644 index 602872f4585..00000000000 --- a/JCL/converterJclMin/src/java/lang/Number.java +++ /dev/null @@ -1,25 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public abstract class Number { - public abstract int intValue(); - public abstract long longValue(); - public abstract float floatValue(); - public abstract double doubleValue(); - public byte byteValue() { - return (byte) intValue(); - } - public short shortValue() { - return (short) intValue(); - } -} diff --git a/JCL/converterJclMin/src/java/lang/NumberFormatException.java b/JCL/converterJclMin/src/java/lang/NumberFormatException.java deleted file mode 100644 index db1be617e05..00000000000 --- a/JCL/converterJclMin/src/java/lang/NumberFormatException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class NumberFormatException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/lang/Object.java b/JCL/converterJclMin/src/java/lang/Object.java deleted file mode 100644 index 7a501924c7d..00000000000 --- a/JCL/converterJclMin/src/java/lang/Object.java +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Object { - - public Object() { - } - protected Object clone() throws CloneNotSupportedException { - return null; - } - public boolean equals(Object obj) { - return false; - } - protected void finalize() throws Throwable { - } - public final Class getClass() { - return null; - } - public int hashCode() { - return -1; - } - public final void notify() throws IllegalMonitorStateException { - } - public final void notifyAll() throws IllegalMonitorStateException { - } - public String toString() { - return null; - } - public final void wait() throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis) throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis, int nanos) - throws IllegalMonitorStateException, InterruptedException { - } -} diff --git a/JCL/converterJclMin/src/java/lang/ReflectiveOperationException.java b/JCL/converterJclMin/src/java/lang/ReflectiveOperationException.java deleted file mode 100644 index cdbe130edd3..00000000000 --- a/JCL/converterJclMin/src/java/lang/ReflectiveOperationException.java +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2020 GK Software SE and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class ReflectiveOperationException extends Exception { - public ReflectiveOperationException() { - super(); - } - public ReflectiveOperationException(String s, Throwable t) { - this(s); - } - public ReflectiveOperationException(java.lang.String s) { - super(s); - } -} diff --git a/JCL/converterJclMin/src/java/lang/Runnable.java b/JCL/converterJclMin/src/java/lang/Runnable.java deleted file mode 100644 index d37f3130d10..00000000000 --- a/JCL/converterJclMin/src/java/lang/Runnable.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Runnable { - - void run(); -} diff --git a/JCL/converterJclMin/src/java/lang/RuntimeException.java b/JCL/converterJclMin/src/java/lang/RuntimeException.java deleted file mode 100644 index be85127b2ec..00000000000 --- a/JCL/converterJclMin/src/java/lang/RuntimeException.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class RuntimeException extends Exception { - public RuntimeException(String s) { - super(s); - } - public RuntimeException() { - } -} diff --git a/JCL/converterJclMin/src/java/lang/Short.java b/JCL/converterJclMin/src/java/lang/Short.java deleted file mode 100644 index e61f1368adf..00000000000 --- a/JCL/converterJclMin/src/java/lang/Short.java +++ /dev/null @@ -1,41 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Short extends Number { - public Short(short s) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/lang/String.java b/JCL/converterJclMin/src/java/lang/String.java deleted file mode 100644 index 219e3a0c5a4..00000000000 --- a/JCL/converterJclMin/src/java/lang/String.java +++ /dev/null @@ -1,75 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class String { - public String() { - } - public String(char[] source) { - } - public String(String s) { - } - public String(char[] source, int i , int j) { - } - public int length() { - return 0; - } - public String replace(char oldChar, char newChar) { - return null; - } - - public int lastIndexOf(char c) { - return 0; - } - - public String substring(int i, int j) { - return null; - } - public String substring(int i) { - return null; - } - public char[] toCharArray() { - return null; - } - public int indexOf(String s) { - return 0; - } - public int indexOf(String s, int i) { - return 0; - } - public boolean endsWith(String s) { - return false; - } - public static String valueOf(int i) { - return null; - } - public static String valueOf(Object o) { - return null; - } - public static String valueOf(char[] tab) { - return null; - } - public static String valueOf(char[] tab, int i, int j) { - return null; - } - public int compareTo(String s) { - return 0; - } - public int indexOf(int ch, int fromIndex) { - return 0; - } - public char charAt(int i) { - return ' '; - } - public String trim() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/StringBuffer.java b/JCL/converterJclMin/src/java/lang/StringBuffer.java deleted file mode 100644 index f77dd695b04..00000000000 --- a/JCL/converterJclMin/src/java/lang/StringBuffer.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class StringBuffer { - public StringBuffer() { - } - public StringBuffer(String s) { - } - public StringBuffer(int i) { - } - public synchronized StringBuffer insert(int offset, String str) { - return this; - } - public synchronized StringBuffer append(String s) { - return this; - } - public synchronized StringBuffer append(StringBuffer buffer) { - return this; - } - public synchronized StringBuffer append(boolean b) { - return this; - } - public synchronized StringBuffer append(int i) { - return this; - } - public synchronized StringBuffer append(long l) { - return this; - } - public synchronized StringBuffer append(float f) { - return this; - } - public synchronized StringBuffer append(double d) { - return this; - } - public synchronized StringBuffer append(char[] o) { - return this; - } - public synchronized StringBuffer append(char[] o, int i, int j) { - return this; - } - public synchronized StringBuffer append(Object o) { - return this; - } - public int length() { - return 0; - } - public char[] getChars(int i, int j, char[] tab, int k) { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/System.java b/JCL/converterJclMin/src/java/lang/System.java deleted file mode 100644 index a13acd2404d..00000000000 --- a/JCL/converterJclMin/src/java/lang/System.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; - -public class System { - - public static PrintStream err; - public static PrintStream out; - - public static native void arraycopy(Object src, int srcPos, Object dest, int destPos, int length); - public static String getProperty(String s) { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Throwable.java b/JCL/converterJclMin/src/java/lang/Throwable.java deleted file mode 100644 index 42ebfd75a12..00000000000 --- a/JCL/converterJclMin/src/java/lang/Throwable.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; -import java.io.Writer; - -public class Throwable { - public Throwable(String s) { - } - public Throwable() { - } - - public void printStackTrace() { - } - - public void printStackTrace(Writer w) { - } - - public void printStackTrace(PrintStream w) { - } - public String getMessage() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/Void.java b/JCL/converterJclMin/src/java/lang/Void.java deleted file mode 100644 index 72e9ca2becd..00000000000 --- a/JCL/converterJclMin/src/java/lang/Void.java +++ /dev/null @@ -1,13 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Void {} \ No newline at end of file diff --git a/JCL/converterJclMin/src/java/lang/ref/Reference.java b/JCL/converterJclMin/src/java/lang/ref/Reference.java deleted file mode 100644 index 4d163a8bd12..00000000000 --- a/JCL/converterJclMin/src/java/lang/ref/Reference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class Reference { - public Object get() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/ref/ReferenceQueue.java b/JCL/converterJclMin/src/java/lang/ref/ReferenceQueue.java deleted file mode 100644 index 9fe70bdafe3..00000000000 --- a/JCL/converterJclMin/src/java/lang/ref/ReferenceQueue.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class ReferenceQueue { - public Reference poll() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/lang/ref/WeakReference.java b/JCL/converterJclMin/src/java/lang/ref/WeakReference.java deleted file mode 100644 index a45438ab53e..00000000000 --- a/JCL/converterJclMin/src/java/lang/ref/WeakReference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - - -public class WeakReference extends Reference { - public WeakReference(Object o, ReferenceQueue queue) { - } -} diff --git a/JCL/converterJclMin/src/java/net/MalformedURLException.java b/JCL/converterJclMin/src/java/net/MalformedURLException.java deleted file mode 100644 index 887f4a7c4be..00000000000 --- a/JCL/converterJclMin/src/java/net/MalformedURLException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.net; - -public class MalformedURLException extends Exception { - -} diff --git a/JCL/converterJclMin/src/java/text/NumberFormat.java b/JCL/converterJclMin/src/java/text/NumberFormat.java deleted file mode 100644 index 93a29b63cf3..00000000000 --- a/JCL/converterJclMin/src/java/text/NumberFormat.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.text; - -public class NumberFormat { - - public final static NumberFormat getInstance() { - return null; - } - - public final String format (double d) { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/ArrayList.java b/JCL/converterJclMin/src/java/util/ArrayList.java deleted file mode 100644 index 7e5e8b271fb..00000000000 --- a/JCL/converterJclMin/src/java/util/ArrayList.java +++ /dev/null @@ -1,48 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class ArrayList implements List { - - public ArrayList(int i) { - } - public ArrayList() { - } - public Object[] toArray(Object[] o) { - return null; - } - public int size() { - return 0; - } - public boolean add(Object o) { - return false; - } - public int indexOf(Object o) { - return 0; - } - public Object remove(int index) { - return null; - } - public Object get(int index) { - return null; - } - public boolean contains(Object o) { - return false; - } - public Iterator iterator() { - return null; - } - public boolean addAll(Collection c) { - return false; - } - public void set(int i, Object o) { - } -} diff --git a/JCL/converterJclMin/src/java/util/Arrays.java b/JCL/converterJclMin/src/java/util/Arrays.java deleted file mode 100644 index a28dfe05b0e..00000000000 --- a/JCL/converterJclMin/src/java/util/Arrays.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class Arrays { - public static void sort(Object[] tab) { - } -} diff --git a/JCL/converterJclMin/src/java/util/Collection.java b/JCL/converterJclMin/src/java/util/Collection.java deleted file mode 100644 index e9e15fa0856..00000000000 --- a/JCL/converterJclMin/src/java/util/Collection.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Collection { - public Iterator iterator(); - public int size(); - public Object get(int index); - public boolean addAll(Collection c); - public Object[] toArray(Object[] o); -} diff --git a/JCL/converterJclMin/src/java/util/Collections.java b/JCL/converterJclMin/src/java/util/Collections.java deleted file mode 100644 index cb82830e3c6..00000000000 --- a/JCL/converterJclMin/src/java/util/Collections.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class Collections { - public static void sort(List l) { - } -} diff --git a/JCL/converterJclMin/src/java/util/Enumeration.java b/JCL/converterJclMin/src/java/util/Enumeration.java deleted file mode 100644 index 71ce4fb5864..00000000000 --- a/JCL/converterJclMin/src/java/util/Enumeration.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Enumeration { - - public boolean hasMoreElements(); - - public Object nextElement(); -} diff --git a/JCL/converterJclMin/src/java/util/HashMap.java b/JCL/converterJclMin/src/java/util/HashMap.java deleted file mode 100644 index 543d56694d4..00000000000 --- a/JCL/converterJclMin/src/java/util/HashMap.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class HashMap implements Map { - public HashMap(int i) { - } - public Object get(Object o) { - return null; - } - public boolean containsKey(Object o) { - return false; - } - public void put(Object o, Object v) { - } - public int size() { - return 0; - } - public Set keySet() { - return null; - } - public Collection values() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/Hashtable.java b/JCL/converterJclMin/src/java/util/Hashtable.java deleted file mode 100644 index ca5ad6c4d94..00000000000 --- a/JCL/converterJclMin/src/java/util/Hashtable.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Hashtable implements Map { - public Hashtable(int i) { - } - public Object get(Object o) { - return null; - } - public boolean containsKey(Object o) { - return false; - } - public void put(Object o, Object v) { - } - public synchronized Enumeration elements() { - return null; - } - public int size() { - return 0; - } - public synchronized Enumeration keys() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/Iterator.java b/JCL/converterJclMin/src/java/util/Iterator.java deleted file mode 100644 index 7d06d850475..00000000000 --- a/JCL/converterJclMin/src/java/util/Iterator.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public interface Iterator { - public boolean hasNext(); - public Object next(); -} diff --git a/JCL/converterJclMin/src/java/util/List.java b/JCL/converterJclMin/src/java/util/List.java deleted file mode 100644 index 467cb7badb7..00000000000 --- a/JCL/converterJclMin/src/java/util/List.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface List extends Collection { - public boolean add(Object o); - public void set(int i, Object o); -} diff --git a/JCL/converterJclMin/src/java/util/Locale.java b/JCL/converterJclMin/src/java/util/Locale.java deleted file mode 100644 index d591b3946ac..00000000000 --- a/JCL/converterJclMin/src/java/util/Locale.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Locale { - public static Locale getDefault() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/Map.java b/JCL/converterJclMin/src/java/util/Map.java deleted file mode 100644 index c0ba203e8f5..00000000000 --- a/JCL/converterJclMin/src/java/util/Map.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Map { - - public Object get(Object o); - public boolean containsKey(Object o); - public void put(Object o, Object v); -} diff --git a/JCL/converterJclMin/src/java/util/MissingResourceException.java b/JCL/converterJclMin/src/java/util/MissingResourceException.java deleted file mode 100644 index f5f7c87e82a..00000000000 --- a/JCL/converterJclMin/src/java/util/MissingResourceException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class MissingResourceException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/util/NoSuchElementException.java b/JCL/converterJclMin/src/java/util/NoSuchElementException.java deleted file mode 100644 index a049d80d09e..00000000000 --- a/JCL/converterJclMin/src/java/util/NoSuchElementException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class NoSuchElementException extends RuntimeException { - -} diff --git a/JCL/converterJclMin/src/java/util/ResourceBundle.java b/JCL/converterJclMin/src/java/util/ResourceBundle.java deleted file mode 100644 index 027b99f365d..00000000000 --- a/JCL/converterJclMin/src/java/util/ResourceBundle.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public abstract class ResourceBundle { - - public static final ResourceBundle getBundle(String baseName, Locale locale) { - return null; - } - - public final String getString(String key) { - return null; - } - public abstract Enumeration getKeys(); -} diff --git a/JCL/converterJclMin/src/java/util/Set.java b/JCL/converterJclMin/src/java/util/Set.java deleted file mode 100644 index ad017a2da26..00000000000 --- a/JCL/converterJclMin/src/java/util/Set.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class Set { - public Iterator iterator() { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/StringTokenizer.java b/JCL/converterJclMin/src/java/util/StringTokenizer.java deleted file mode 100644 index 86214d85969..00000000000 --- a/JCL/converterJclMin/src/java/util/StringTokenizer.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class StringTokenizer { - - public StringTokenizer(String toBeParsed, String delimiters) { - } - - public int countTokens() { - return 0; - } - - public String nextToken() { - return null; - } - - public boolean hasMoreTokens() { - return false; - } -} diff --git a/JCL/converterJclMin/src/java/util/Vector.java b/JCL/converterJclMin/src/java/util/Vector.java deleted file mode 100644 index e26e51f7812..00000000000 --- a/JCL/converterJclMin/src/java/util/Vector.java +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Vector { - - public Vector() { - } - - public Vector(int i) { - } - - public int size() { - return 0; - } - - public Object get(int i) { - return null; - } -} diff --git a/JCL/converterJclMin/src/java/util/zip/ZipEntry.java b/JCL/converterJclMin/src/java/util/zip/ZipEntry.java deleted file mode 100644 index 7c82b06d8cc..00000000000 --- a/JCL/converterJclMin/src/java/util/zip/ZipEntry.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - - -public class ZipEntry { - public long getSize() { - return 0; - } -} diff --git a/JCL/converterJclMin/src/java/util/zip/ZipFile.java b/JCL/converterJclMin/src/java/util/zip/ZipFile.java deleted file mode 100644 index 56c853a2bce..00000000000 --- a/JCL/converterJclMin/src/java/util/zip/ZipFile.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - -import java.io.InputStream; - - -public class ZipFile { - public ZipEntry getEntry(String s) { - return null; - } - public InputStream getInputStream(ZipEntry zipEntry) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/.classpath b/JCL/converterJclMin1.5/.classpath deleted file mode 100644 index fb8a2f01029..00000000000 --- a/JCL/converterJclMin1.5/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/JCL/converterJclMin1.5/.project b/JCL/converterJclMin1.5/.project deleted file mode 100644 index 058d2e0ee33..00000000000 --- a/JCL/converterJclMin1.5/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - converterJclMin1.5 - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/JCL/converterJclMin1.5/.settings/org.eclipse.core.resources.prefs b/JCL/converterJclMin1.5/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0203a..00000000000 --- a/JCL/converterJclMin1.5/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/JCL/converterJclMin1.5/.settings/org.eclipse.jdt.core.prefs b/JCL/converterJclMin1.5/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 272e3b91d2d..00000000000 --- a/JCL/converterJclMin1.5/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,12 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.5 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.5 diff --git a/JCL/converterJclMin1.5/src/java/awt/List.java b/JCL/converterJclMin1.5/src/java/awt/List.java deleted file mode 100644 index b2fd6f7c24a..00000000000 --- a/JCL/converterJclMin1.5/src/java/awt/List.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.awt; - -public class List { - -} diff --git a/JCL/converterJclMin1.5/src/java/io/BufferedInputStream.java b/JCL/converterJclMin1.5/src/java/io/BufferedInputStream.java deleted file mode 100644 index aa574a1930e..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/BufferedInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedInputStream extends InputStream { - public BufferedInputStream(InputStream inputStream) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/BufferedOutputStream.java b/JCL/converterJclMin1.5/src/java/io/BufferedOutputStream.java deleted file mode 100644 index 3ab0e26fc52..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/BufferedOutputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedOutputStream extends OutputStream { - public BufferedOutputStream(FileOutputStream outputStream) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/BufferedWriter.java b/JCL/converterJclMin1.5/src/java/io/BufferedWriter.java deleted file mode 100644 index 61122c1b2f4..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/BufferedWriter.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedWriter extends Writer { - - public BufferedWriter(Writer writer) { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/ByteArrayInputStream.java b/JCL/converterJclMin1.5/src/java/io/ByteArrayInputStream.java deleted file mode 100644 index 7f095dcbcb4..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/ByteArrayInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayInputStream extends InputStream { - public ByteArrayInputStream(byte[] b) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/ByteArrayOutputStream.java b/JCL/converterJclMin1.5/src/java/io/ByteArrayOutputStream.java deleted file mode 100644 index 8af40644cc3..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/ByteArrayOutputStream.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayOutputStream extends OutputStream { - -} diff --git a/JCL/converterJclMin1.5/src/java/io/File.java b/JCL/converterJclMin1.5/src/java/io/File.java deleted file mode 100644 index e0465e47fa9..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/File.java +++ /dev/null @@ -1,46 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class File { - public static final char separatorChar = '\\'; - public static final String separator = "\\"; //$NON-NLS-1$ - - public File(String s) { - } - - public boolean exists() { - return false; - } - - public boolean isDirectory() { - return false; - } - - public String getAbsolutePath() { - return null; - } - - public boolean mkdirs() { - return false; - } - - public boolean mkdir() { - return false; - } - - public String getName() { - return null; - } - public long length() { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/FileInputStream.java b/JCL/converterJclMin1.5/src/java/io/FileInputStream.java deleted file mode 100644 index c51d1be33c8..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/FileInputStream.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileInputStream extends InputStream { - - public FileInputStream(File f) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/FileOutputStream.java b/JCL/converterJclMin1.5/src/java/io/FileOutputStream.java deleted file mode 100644 index c643bf9c415..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/FileOutputStream.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileOutputStream extends OutputStream { - public FileOutputStream(File f) { - } - public FileOutputStream(String s) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/FileWriter.java b/JCL/converterJclMin1.5/src/java/io/FileWriter.java deleted file mode 100644 index 667a1888694..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/FileWriter.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileWriter extends Writer { - - public FileWriter(String s) { - } - public void flush() throws IOException { - } - - public void close() throws IOException { - } - -} diff --git a/JCL/converterJclMin1.5/src/java/io/IOException.java b/JCL/converterJclMin1.5/src/java/io/IOException.java deleted file mode 100644 index a73f64275e4..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/IOException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class IOException extends Exception { - - public IOException(String s) { - super(s); - } - public IOException() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/InputStream.java b/JCL/converterJclMin1.5/src/java/io/InputStream.java deleted file mode 100644 index 8aa222e9020..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/InputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InputStream { - public void close() throws IOException { - } - public int available() throws IOException { - return 0; - } - public int read(byte b[], int off, int len) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/InputStreamReader.java b/JCL/converterJclMin1.5/src/java/io/InputStreamReader.java deleted file mode 100644 index a9012a34b8a..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/InputStreamReader.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class InputStreamReader extends Reader { - public InputStreamReader(InputStream inputStream) { - } - public InputStreamReader(InputStream stream, String s) throws UnsupportedEncodingException { - } - public int read(char cbuf[], int offset, int length) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/InterruptedIOException.java b/JCL/converterJclMin1.5/src/java/io/InterruptedIOException.java deleted file mode 100644 index c95111adfcc..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/InterruptedIOException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InterruptedIOException extends Exception { - -} diff --git a/JCL/converterJclMin1.5/src/java/io/OutputStream.java b/JCL/converterJclMin1.5/src/java/io/OutputStream.java deleted file mode 100644 index 8d9756265ba..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/OutputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class OutputStream { - - public void write(byte b[]) throws IOException { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/PrintStream.java b/JCL/converterJclMin1.5/src/java/io/PrintStream.java deleted file mode 100644 index 503f080425d..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/PrintStream.java +++ /dev/null @@ -1,35 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintStream { - - public void println() { - } - - public void println(String s) { - } - - public void println(int i) { - } - - public void println(Object o) { - } - - public void print(String s) { - } - - public void print(Object o) { - } - - public void print(int i) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/PrintWriter.java b/JCL/converterJclMin1.5/src/java/io/PrintWriter.java deleted file mode 100644 index ec7e885e07e..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/PrintWriter.java +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintWriter extends Writer { - public PrintWriter(ByteArrayOutputStream stream) { - } - public PrintWriter(Writer w) { - } - public void print(String s) { - } - public void print(char[] tab) { - } - public void flush() { - } - public void close() { - } - public void println(String s) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/Reader.java b/JCL/converterJclMin1.5/src/java/io/Reader.java deleted file mode 100644 index bb74ec22fa7..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/Reader.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class Reader { - -} diff --git a/JCL/converterJclMin1.5/src/java/io/Serializable.java b/JCL/converterJclMin1.5/src/java/io/Serializable.java deleted file mode 100644 index e33731bec8f..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/Serializable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public interface Serializable { - -} diff --git a/JCL/converterJclMin1.5/src/java/io/StringWriter.java b/JCL/converterJclMin1.5/src/java/io/StringWriter.java deleted file mode 100644 index 84631fdee0d..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/StringWriter.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class StringWriter extends Writer { - - public StringBuffer getBuffer() { - return null; - } - public void flush() { - } - public void close() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/UnsupportedEncodingException.java b/JCL/converterJclMin1.5/src/java/io/UnsupportedEncodingException.java deleted file mode 100644 index 916b5ccdcd2..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/UnsupportedEncodingException.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class UnsupportedEncodingException extends IOException { - public UnsupportedEncodingException(String s) { - super(s); - } - public UnsupportedEncodingException() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/io/Writer.java b/JCL/converterJclMin1.5/src/java/io/Writer.java deleted file mode 100644 index 8a198ae50ca..00000000000 --- a/JCL/converterJclMin1.5/src/java/io/Writer.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public abstract class Writer { - public abstract void flush() throws IOException; - public abstract void close() throws IOException; - public void write(String str) throws IOException { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ArithmeticException.java b/JCL/converterJclMin1.5/src/java/lang/ArithmeticException.java deleted file mode 100644 index 063baae8d82..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ArithmeticException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArithmeticException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ArrayIndexOutOfBoundsException.java b/JCL/converterJclMin1.5/src/java/lang/ArrayIndexOutOfBoundsException.java deleted file mode 100644 index af436866fea..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ArrayIndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/AssertionError.java b/JCL/converterJclMin1.5/src/java/lang/AssertionError.java deleted file mode 100644 index 3acb2e6ec3a..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/AssertionError.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class AssertionError extends Error { - - /** - * Constructor for AssertionError. - */ - public AssertionError(String s) { - super(s); - } - - /** - * Constructor for AssertionError. - */ - public AssertionError() { - super(); - } - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Boolean.java b/JCL/converterJclMin1.5/src/java/lang/Boolean.java deleted file mode 100644 index 198c9287b17..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Boolean.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Boolean { - public static final Boolean TRUE = new Boolean(true); - public static final Boolean FALSE = new Boolean(false); - public Boolean(boolean b) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Byte.java b/JCL/converterJclMin1.5/src/java/lang/Byte.java deleted file mode 100644 index 75c71a1c00a..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Byte.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Byte extends Number implements Comparable { - private static final long serialVersionUID = 8750891329089001085L; - public Byte(byte b) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Byte b) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Character.java b/JCL/converterJclMin1.5/src/java/lang/Character.java deleted file mode 100644 index 337c148689e..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Character.java +++ /dev/null @@ -1,39 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Character { - public Character(char c) { - } - public static char toLowerCase(char c) { - return ' '; - } - - public static int getNumericValue(char c) { - return 0; - } - - public static int digit(char ch, int radix) { - return 0; - } - public static boolean isWhitespace(char c) { - return false; - } - public static boolean isJavaIdentifierStart(char c) { - return false; - } - public static boolean isJavaIdentifierPart(char c) { - return false; - } - public static boolean isDigit(char c) { - return false; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Class.java b/JCL/converterJclMin1.5/src/java/lang/Class.java deleted file mode 100644 index 7e82f809c85..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Class.java +++ /dev/null @@ -1,32 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.InputStream; - -public class Class { - public String getName() { - return null; - } - public InputStream getResourceAsStream(String s) { - return null; - } - - public native Class getSuperclass(); - - public T newInstance() throws InstantiationException, IllegalAccessException { - return null; - } - - public static Class forName(String className) throws ClassNotFoundException { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ClassCastException.java b/JCL/converterJclMin1.5/src/java/lang/ClassCastException.java deleted file mode 100644 index 51bbbd21252..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ClassCastException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ClassCastException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ClassNotFoundException.java b/JCL/converterJclMin1.5/src/java/lang/ClassNotFoundException.java deleted file mode 100644 index 838399474eb..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ClassNotFoundException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class ClassNotFoundException extends Exception { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/CloneNotSupportedException.java b/JCL/converterJclMin1.5/src/java/lang/CloneNotSupportedException.java deleted file mode 100644 index 2074efbf9e5..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/CloneNotSupportedException.java +++ /dev/null @@ -1,14 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class CloneNotSupportedException extends Exception { -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Cloneable.java b/JCL/converterJclMin1.5/src/java/lang/Cloneable.java deleted file mode 100644 index bc1cb76200b..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Cloneable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Cloneable { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Comparable.java b/JCL/converterJclMin1.5/src/java/lang/Comparable.java deleted file mode 100644 index fae6b35eb20..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Comparable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Comparable { - public int compareTo(T o); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Deprecated.java b/JCL/converterJclMin1.5/src/java/lang/Deprecated.java deleted file mode 100644 index b0650934723..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Deprecated.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2007 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.lang.annotation.Retention; -import static java.lang.annotation.RetentionPolicy.*; - -@Retention(RUNTIME) -public @interface Deprecated {} diff --git a/JCL/converterJclMin1.5/src/java/lang/Double.java b/JCL/converterJclMin1.5/src/java/lang/Double.java deleted file mode 100644 index 18312efacb7..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Double.java +++ /dev/null @@ -1,61 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Double extends Number implements Comparable { - private static final long serialVersionUID = -5839202747810229696L; - public Double(double d) { - } - public static String toString(double d) { - return null; - } - public static Double valueOf(String s) throws NumberFormatException { - return null; - } - public static final double POSITIVE_INFINITY = 1.0 / 0.0; - public static boolean isNaN(double v) { - return false; - } - public double doubleValue() { - return 0.0; - } - public static final double MAX_VALUE = 1.7976931348623157e+308; - public static final double MIN_VALUE = 4.9e-324; - public static final double NaN = 0.0d / 0.0; - - public static native double longBitsToDouble(long bits); - public static native long doubleToLongBits(double value); - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - - public static double parseDouble(String s) { - return 0.0; - } - public int compareTo(Double d) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Enum.java b/JCL/converterJclMin1.5/src/java/lang/Enum.java deleted file mode 100644 index 13aba400553..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Enum.java +++ /dev/null @@ -1,36 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public abstract class Enum> implements Comparable, - java.io.Serializable { - - private static final long serialVersionUID = 2L; - - protected Enum(String name, int ordinal) { - } - - public final String name() { - return null; - } - - public final int ordinal() { - return 0; - } - - public final int compareTo(T o) { - return 0; - } - - public final Class getDeclaringClass() { - return null; - } -} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/lang/Error.java b/JCL/converterJclMin1.5/src/java/lang/Error.java deleted file mode 100644 index fc4766d7318..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Error.java +++ /dev/null @@ -1,21 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Error extends Throwable { - - public Error(String s) { - super(s); - } - - public Error() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Exception.java b/JCL/converterJclMin1.5/src/java/lang/Exception.java deleted file mode 100644 index f7969390d95..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Exception.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Exception extends Throwable { - public Exception() { - } - public Exception(String s) { - super(s); - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ExceptionInInitializerError.java b/JCL/converterJclMin1.5/src/java/lang/ExceptionInInitializerError.java deleted file mode 100644 index 907abda50dc..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ExceptionInInitializerError.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ExceptionInInitializerError extends Error { - public ExceptionInInitializerError(String s) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Float.java b/JCL/converterJclMin1.5/src/java/lang/Float.java deleted file mode 100644 index fd5313bde3c..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Float.java +++ /dev/null @@ -1,57 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Float extends Number implements Comparable { - private static final long serialVersionUID = -872370025937303716L; - public static final float NaN = 0.0f / 0.0f; - public Float(float f) { - } - public static native float intBitsToFloat(int bits); - public static Float valueOf(String s) throws NumberFormatException { - return null; - } - public static final float POSITIVE_INFINITY = 1.0f / 0.0f; - public static boolean isNaN(float v) { - return false; - } - public float floatValue() { - return 0.0f; - } - public static final float MAX_VALUE = 3.4028235e+38f; - public static final float MIN_VALUE = 1.4e-45f; - public static native int floatToIntBits(float value); - public static String toString(float f) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Float f) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/IllegalAccessException.java b/JCL/converterJclMin1.5/src/java/lang/IllegalAccessException.java deleted file mode 100644 index 4b3861fa0aa..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/IllegalAccessException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class IllegalAccessException extends Exception { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/IllegalMonitorStateException.java b/JCL/converterJclMin1.5/src/java/lang/IllegalMonitorStateException.java deleted file mode 100644 index 0e7fb8025ff..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/IllegalMonitorStateException.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class IllegalMonitorStateException extends RuntimeException { - public IllegalMonitorStateException(String s) { - } - public IllegalMonitorStateException() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/IndexOutOfBoundsException.java b/JCL/converterJclMin1.5/src/java/lang/IndexOutOfBoundsException.java deleted file mode 100644 index 7230956f644..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/IndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class IndexOutOfBoundsException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/InstantiationException.java b/JCL/converterJclMin1.5/src/java/lang/InstantiationException.java deleted file mode 100644 index c6b5283aa90..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/InstantiationException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class InstantiationException extends Exception { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Integer.java b/JCL/converterJclMin1.5/src/java/lang/Integer.java deleted file mode 100644 index 5cdeb3415d6..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Integer.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Integer extends Number implements Comparable { - private static final long serialVersionUID = 6462609062775655000L; - - public Integer(int i) { - } - public Integer(String s) { - } - public static final int MAX_VALUE= 2147483647; - public static final int MIN_VALUE= -2147483647; - - public static int parseInt(String s) throws NumberFormatException { - return 0; - } - public static String toHexString(int i) { - return null; - } - public static String toString(int i) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Integer i) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/InterruptedException.java b/JCL/converterJclMin1.5/src/java/lang/InterruptedException.java deleted file mode 100644 index 8bbd866439f..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/InterruptedException.java +++ /dev/null @@ -1,14 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class InterruptedException extends Exception { -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Iterable.java b/JCL/converterJclMin1.5/src/java/lang/Iterable.java deleted file mode 100644 index 9e1be1a38c0..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Iterable.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.util.Iterator; - -public interface Iterable { - Iterator iterator(); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Long.java b/JCL/converterJclMin1.5/src/java/lang/Long.java deleted file mode 100644 index f5f7357ac13..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Long.java +++ /dev/null @@ -1,46 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Long extends Number implements Comparable { - private static final long serialVersionUID = 7046418566711138668L; - public static final long MIN_VALUE = 0x8000000000000000L; - public static final long MAX_VALUE = 0x7fffffffffffffffL; - public Long(long l) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Long l) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Math.java b/JCL/converterJclMin1.5/src/java/lang/Math.java deleted file mode 100644 index 51837194632..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Math.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Math { - - public static int min(int a, int b) { - return 0; - } - public static int max(int a, int b) { - return 0; - } - public static int abs(int a) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/NoSuchFieldError.java b/JCL/converterJclMin1.5/src/java/lang/NoSuchFieldError.java deleted file mode 100644 index b6eefdc89eb..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/NoSuchFieldError.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2020 GK Software SE and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - */ -package java.lang; -public class NoSuchFieldError extends IncompatibleClassChangeError { - public NoSuchFieldError() { super(); } - public NoSuchFieldError(String s) {super(s);} -} diff --git a/JCL/converterJclMin1.5/src/java/lang/NullPointerException.java b/JCL/converterJclMin1.5/src/java/lang/NullPointerException.java deleted file mode 100644 index 8e18fa47836..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/NullPointerException.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class NullPointerException extends RuntimeException { - - /** - * Constructor for NullPointerException. - */ - public NullPointerException(String s) { - super(s); - } - - /** - * Constructor for NullPointerException. - */ - public NullPointerException() { - super(); - } - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Number.java b/JCL/converterJclMin1.5/src/java/lang/Number.java deleted file mode 100644 index c8ccd0833ad..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Number.java +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public abstract class Number implements java.io.Serializable { - private static final long serialVersionUID = 3166984097235214156L; - public abstract int intValue(); - public abstract long longValue(); - public abstract float floatValue(); - public abstract double doubleValue(); - public byte byteValue() { - return (byte) intValue(); - } - public short shortValue() { - return (short) intValue(); - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/NumberFormatException.java b/JCL/converterJclMin1.5/src/java/lang/NumberFormatException.java deleted file mode 100644 index db1be617e05..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/NumberFormatException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class NumberFormatException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Object.java b/JCL/converterJclMin1.5/src/java/lang/Object.java deleted file mode 100644 index 9ed67c1b019..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Object.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Object { - - public Object() { - } - protected Object clone() throws CloneNotSupportedException { - return null; - } - public boolean equals(Object obj) { - return false; - } - protected void finalize() throws Throwable { - } - public final native Class getClass(); - public int hashCode() { - return -1; - } - public final void notify() throws IllegalMonitorStateException { - } - public final void notifyAll() throws IllegalMonitorStateException { - } - public String toString() { - return null; - } - public final void wait() throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis) throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis, int nanos) - throws IllegalMonitorStateException, InterruptedException { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Override.java b/JCL/converterJclMin1.5/src/java/lang/Override.java deleted file mode 100644 index e30eba7b6df..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Override.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.lang.annotation.ElementType; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; -import java.lang.annotation.Retention; - -@Target(ElementType.METHOD) @Retention(RetentionPolicy.SOURCE) -public @interface Override { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/lang/Runnable.java b/JCL/converterJclMin1.5/src/java/lang/Runnable.java deleted file mode 100644 index d37f3130d10..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Runnable.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Runnable { - - void run(); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/RuntimeException.java b/JCL/converterJclMin1.5/src/java/lang/RuntimeException.java deleted file mode 100644 index be85127b2ec..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/RuntimeException.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class RuntimeException extends Exception { - public RuntimeException(String s) { - super(s); - } - public RuntimeException() { - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Short.java b/JCL/converterJclMin1.5/src/java/lang/Short.java deleted file mode 100644 index 7c36571d45b..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Short.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Short extends Number implements Comparable { - private static final long serialVersionUID = -8044450932684282285L; - public Short(short s) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Short s) { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/String.java b/JCL/converterJclMin1.5/src/java/lang/String.java deleted file mode 100644 index 27cd154400a..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/String.java +++ /dev/null @@ -1,77 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class String implements java.io.Serializable, Comparable { - private static final long serialVersionUID = 1705120029863330869L; - - public String() { - } - public String(char[] source) { - } - public String(String s) { - } - public String(char[] source, int i , int j) { - } - public int length() { - return 0; - } - public String replace(char oldChar, char newChar) { - return null; - } - - public int lastIndexOf(char c) { - return 0; - } - - public String substring(int i, int j) { - return null; - } - public String substring(int i) { - return null; - } - public char[] toCharArray() { - return null; - } - public int indexOf(String s) { - return 0; - } - public int indexOf(String s, int i) { - return 0; - } - public boolean endsWith(String s) { - return false; - } - public static String valueOf(int i) { - return null; - } - public static String valueOf(Object o) { - return null; - } - public static String valueOf(char[] tab) { - return null; - } - public static String valueOf(char[] tab, int i, int j) { - return null; - } - public int compareTo(String s) { - return 0; - } - public int indexOf(int ch, int fromIndex) { - return 0; - } - public char charAt(int i) { - return ' '; - } - public String trim() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/StringBuffer.java b/JCL/converterJclMin1.5/src/java/lang/StringBuffer.java deleted file mode 100644 index f77dd695b04..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/StringBuffer.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class StringBuffer { - public StringBuffer() { - } - public StringBuffer(String s) { - } - public StringBuffer(int i) { - } - public synchronized StringBuffer insert(int offset, String str) { - return this; - } - public synchronized StringBuffer append(String s) { - return this; - } - public synchronized StringBuffer append(StringBuffer buffer) { - return this; - } - public synchronized StringBuffer append(boolean b) { - return this; - } - public synchronized StringBuffer append(int i) { - return this; - } - public synchronized StringBuffer append(long l) { - return this; - } - public synchronized StringBuffer append(float f) { - return this; - } - public synchronized StringBuffer append(double d) { - return this; - } - public synchronized StringBuffer append(char[] o) { - return this; - } - public synchronized StringBuffer append(char[] o, int i, int j) { - return this; - } - public synchronized StringBuffer append(Object o) { - return this; - } - public int length() { - return 0; - } - public char[] getChars(int i, int j, char[] tab, int k) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/SuppressWarnings.java b/JCL/converterJclMin1.5/src/java/lang/SuppressWarnings.java deleted file mode 100644 index 7aa7548f57d..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/SuppressWarnings.java +++ /dev/null @@ -1,11 +0,0 @@ -package java.lang; - -import static java.lang.annotation.ElementType.*; - -import java.lang.annotation.*; - -@Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE}) -@Retention(RetentionPolicy.SOURCE) -public @interface SuppressWarnings { - String[] value(); -} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/lang/System.java b/JCL/converterJclMin1.5/src/java/lang/System.java deleted file mode 100644 index a13acd2404d..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/System.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; - -public class System { - - public static PrintStream err; - public static PrintStream out; - - public static native void arraycopy(Object src, int srcPos, Object dest, int destPos, int length); - public static String getProperty(String s) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Throwable.java b/JCL/converterJclMin1.5/src/java/lang/Throwable.java deleted file mode 100644 index 42ebfd75a12..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Throwable.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; -import java.io.Writer; - -public class Throwable { - public Throwable(String s) { - } - public Throwable() { - } - - public void printStackTrace() { - } - - public void printStackTrace(Writer w) { - } - - public void printStackTrace(PrintStream w) { - } - public String getMessage() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/Void.java b/JCL/converterJclMin1.5/src/java/lang/Void.java deleted file mode 100644 index 72e9ca2becd..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/Void.java +++ /dev/null @@ -1,13 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Void {} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/lang/annotation/Annotation.java b/JCL/converterJclMin1.5/src/java/lang/annotation/Annotation.java deleted file mode 100644 index f6dbed69176..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/annotation/Annotation.java +++ /dev/null @@ -1,21 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public interface Annotation { - boolean equals(Object obj); - - int hashCode(); - - String toString(); - - Class annotationType(); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/annotation/ElementType.java b/JCL/converterJclMin1.5/src/java/lang/annotation/ElementType.java deleted file mode 100644 index 62caf2132c5..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/annotation/ElementType.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public enum ElementType { - TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE, ANNOTATION_TYPE, PACKAGE -} diff --git a/JCL/converterJclMin1.5/src/java/lang/annotation/Retention.java b/JCL/converterJclMin1.5/src/java/lang/annotation/Retention.java deleted file mode 100644 index b51bfad6a70..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/annotation/Retention.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -@Retention(RetentionPolicy.RUNTIME) -@Target(ElementType.ANNOTATION_TYPE) -public @interface Retention { - RetentionPolicy value(); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/annotation/RetentionPolicy.java b/JCL/converterJclMin1.5/src/java/lang/annotation/RetentionPolicy.java deleted file mode 100644 index cbd3bfcc5cb..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/annotation/RetentionPolicy.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public enum RetentionPolicy { - SOURCE, CLASS, RUNTIME -} diff --git a/JCL/converterJclMin1.5/src/java/lang/annotation/Target.java b/JCL/converterJclMin1.5/src/java/lang/annotation/Target.java deleted file mode 100644 index bdfbeebd396..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/annotation/Target.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -@Retention(RetentionPolicy.RUNTIME) -@Target(ElementType.ANNOTATION_TYPE) -public @interface Target { - ElementType[] value(); -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ref/Reference.java b/JCL/converterJclMin1.5/src/java/lang/ref/Reference.java deleted file mode 100644 index 4d163a8bd12..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ref/Reference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class Reference { - public Object get() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ref/ReferenceQueue.java b/JCL/converterJclMin1.5/src/java/lang/ref/ReferenceQueue.java deleted file mode 100644 index 9fe70bdafe3..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ref/ReferenceQueue.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class ReferenceQueue { - public Reference poll() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/lang/ref/WeakReference.java b/JCL/converterJclMin1.5/src/java/lang/ref/WeakReference.java deleted file mode 100644 index a45438ab53e..00000000000 --- a/JCL/converterJclMin1.5/src/java/lang/ref/WeakReference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - - -public class WeakReference extends Reference { - public WeakReference(Object o, ReferenceQueue queue) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/net/MalformedURLException.java b/JCL/converterJclMin1.5/src/java/net/MalformedURLException.java deleted file mode 100644 index 887f4a7c4be..00000000000 --- a/JCL/converterJclMin1.5/src/java/net/MalformedURLException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.net; - -public class MalformedURLException extends Exception { - -} diff --git a/JCL/converterJclMin1.5/src/java/text/NumberFormat.java b/JCL/converterJclMin1.5/src/java/text/NumberFormat.java deleted file mode 100644 index 93a29b63cf3..00000000000 --- a/JCL/converterJclMin1.5/src/java/text/NumberFormat.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.text; - -public class NumberFormat { - - public final static NumberFormat getInstance() { - return null; - } - - public final String format (double d) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/AbstractCollection.java b/JCL/converterJclMin1.5/src/java/util/AbstractCollection.java deleted file mode 100644 index 89e6b86afe0..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/AbstractCollection.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractCollection implements Collection { -} diff --git a/JCL/converterJclMin1.5/src/java/util/AbstractList.java b/JCL/converterJclMin1.5/src/java/util/AbstractList.java deleted file mode 100644 index ab84c73f8a6..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/AbstractList.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractList extends AbstractCollection implements List { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/util/AbstractSet.java b/JCL/converterJclMin1.5/src/java/util/AbstractSet.java deleted file mode 100644 index c93ad94dad9..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/AbstractSet.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractSet extends AbstractCollection implements Set { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.5/src/java/util/ArrayList.java b/JCL/converterJclMin1.5/src/java/util/ArrayList.java deleted file mode 100644 index 08693f0aa6b..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/ArrayList.java +++ /dev/null @@ -1,50 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -import java.io.Serializable; - -public class ArrayList extends AbstractList implements List, RandomAccess, Cloneable, Serializable { - private static final long serialVersionUID = -2169998406647523911L; - public ArrayList(int i) { - } - public ArrayList() { - } - public T[] toArray(T[] o) { - return null; - } - public int size() { - return 0; - } - public boolean add(T o) { - return false; - } - public int indexOf(T o) { - return 0; - } - public T remove(int index) { - return null; - } - public T get(int index) { - return null; - } - public boolean contains(T o) { - return false; - } - public Iterator iterator() { - return null; - } - public boolean addAll(Collection c) { - return false; - } - public void set(int i, T o) { - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Arrays.java b/JCL/converterJclMin1.5/src/java/util/Arrays.java deleted file mode 100644 index 758e7004e9e..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Arrays.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class Arrays { - public static void sort(Object[] tab) { - } - public static List asList(T... a) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Collection.java b/JCL/converterJclMin1.5/src/java/util/Collection.java deleted file mode 100644 index 4415a6b5086..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Collection.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Collection extends Iterable { - public Iterator iterator(); - public int size(); - public T get(int index); - public boolean addAll(Collection c); - public T[] toArray(T[] o); -} diff --git a/JCL/converterJclMin1.5/src/java/util/Collections.java b/JCL/converterJclMin1.5/src/java/util/Collections.java deleted file mode 100644 index fa2220d3ce3..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Collections.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Collections { - public static > void sort(List list) { - } - - public static final Map emptyMap() { - return null; - } - public static final List emptyList() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Enumeration.java b/JCL/converterJclMin1.5/src/java/util/Enumeration.java deleted file mode 100644 index 71ce4fb5864..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Enumeration.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Enumeration { - - public boolean hasMoreElements(); - - public Object nextElement(); -} diff --git a/JCL/converterJclMin1.5/src/java/util/HashMap.java b/JCL/converterJclMin1.5/src/java/util/HashMap.java deleted file mode 100644 index d22a3176c53..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/HashMap.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class HashMap implements Map { - public HashMap(int i) { - } - public V get(K k) { - return null; - } - public boolean containsKey(K k) { - return false; - } - public void put(K k, V v) { - } - public int size() { - return 0; - } - public Set keySet() { - return null; - } - public Collection values() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/HashSet.java b/JCL/converterJclMin1.5/src/java/util/HashSet.java deleted file mode 100644 index 6e3afcc8b31..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/HashSet.java +++ /dev/null @@ -1,22 +0,0 @@ -package java.util; - -import java.io.Serializable; - -public class HashSet extends AbstractSet implements Set, Cloneable, Serializable { - private static final long serialVersionUID = 4886489800857586866L; - public Iterator iterator() { - return null; - } - public boolean addAll(Collection c) { - return false; - } - public E get(int index) { - return null; - } - public int size() { - return 0; - } - public E[] toArray(E[] o) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Hashtable.java b/JCL/converterJclMin1.5/src/java/util/Hashtable.java deleted file mode 100644 index fc2c5eb10f5..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Hashtable.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Hashtable implements Map { - public Hashtable(int i) { - } - public V get(U u) { - return null; - } - public boolean containsKey(U u) { - return false; - } - public void put(U u, V v) { - } - public synchronized Enumeration elements() { - return null; - } - public int size() { - return 0; - } - public synchronized Enumeration keys() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Iterator.java b/JCL/converterJclMin1.5/src/java/util/Iterator.java deleted file mode 100644 index 1356cd55a2e..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Iterator.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Iterator { - boolean hasNext(); - E next(); - void remove(); -} diff --git a/JCL/converterJclMin1.5/src/java/util/List.java b/JCL/converterJclMin1.5/src/java/util/List.java deleted file mode 100644 index 8039b147431..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/List.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface List extends Collection { - public boolean add(T o); - public void set(int i, T o); -} diff --git a/JCL/converterJclMin1.5/src/java/util/Locale.java b/JCL/converterJclMin1.5/src/java/util/Locale.java deleted file mode 100644 index d591b3946ac..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Locale.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Locale { - public static Locale getDefault() { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Map.java b/JCL/converterJclMin1.5/src/java/util/Map.java deleted file mode 100644 index fc06d3ceceb..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Map.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Map { - - public V get(K k); - public boolean containsKey(K k); - public void put(K k, V v); -} diff --git a/JCL/converterJclMin1.5/src/java/util/MissingResourceException.java b/JCL/converterJclMin1.5/src/java/util/MissingResourceException.java deleted file mode 100644 index f5f7c87e82a..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/MissingResourceException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class MissingResourceException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/util/NoSuchElementException.java b/JCL/converterJclMin1.5/src/java/util/NoSuchElementException.java deleted file mode 100644 index a049d80d09e..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/NoSuchElementException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class NoSuchElementException extends RuntimeException { - -} diff --git a/JCL/converterJclMin1.5/src/java/util/RandomAccess.java b/JCL/converterJclMin1.5/src/java/util/RandomAccess.java deleted file mode 100644 index 78870df3a5b..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/RandomAccess.java +++ /dev/null @@ -1,3 +0,0 @@ -package java.util; - -public interface RandomAccess {} diff --git a/JCL/converterJclMin1.5/src/java/util/ResourceBundle.java b/JCL/converterJclMin1.5/src/java/util/ResourceBundle.java deleted file mode 100644 index 027b99f365d..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/ResourceBundle.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public abstract class ResourceBundle { - - public static final ResourceBundle getBundle(String baseName, Locale locale) { - return null; - } - - public final String getString(String key) { - return null; - } - public abstract Enumeration getKeys(); -} diff --git a/JCL/converterJclMin1.5/src/java/util/Set.java b/JCL/converterJclMin1.5/src/java/util/Set.java deleted file mode 100644 index 64284b40a8d..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Set.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public interface Set extends Collection { - public Iterator iterator(); -} diff --git a/JCL/converterJclMin1.5/src/java/util/StringTokenizer.java b/JCL/converterJclMin1.5/src/java/util/StringTokenizer.java deleted file mode 100644 index 86214d85969..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/StringTokenizer.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class StringTokenizer { - - public StringTokenizer(String toBeParsed, String delimiters) { - } - - public int countTokens() { - return 0; - } - - public String nextToken() { - return null; - } - - public boolean hasMoreTokens() { - return false; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/Vector.java b/JCL/converterJclMin1.5/src/java/util/Vector.java deleted file mode 100644 index 7f8630a58c4..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/Vector.java +++ /dev/null @@ -1,32 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Vector { - - public Vector() { - } - - public Vector(int i) { - } - - public int size() { - return 0; - } - - public E get(int i) { - return null; - } - - public boolean add(E o) { - return true; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/zip/ZipEntry.java b/JCL/converterJclMin1.5/src/java/util/zip/ZipEntry.java deleted file mode 100644 index 7c82b06d8cc..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/zip/ZipEntry.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - - -public class ZipEntry { - public long getSize() { - return 0; - } -} diff --git a/JCL/converterJclMin1.5/src/java/util/zip/ZipFile.java b/JCL/converterJclMin1.5/src/java/util/zip/ZipFile.java deleted file mode 100644 index 56c853a2bce..00000000000 --- a/JCL/converterJclMin1.5/src/java/util/zip/ZipFile.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - -import java.io.InputStream; - - -public class ZipFile { - public ZipEntry getEntry(String s) { - return null; - } - public InputStream getInputStream(ZipEntry zipEntry) { - return null; - } -} diff --git a/JCL/converterJclMin1.5/src/p1/p2/Annot.java b/JCL/converterJclMin1.5/src/p1/p2/Annot.java deleted file mode 100644 index e7bea6f88c2..00000000000 --- a/JCL/converterJclMin1.5/src/p1/p2/Annot.java +++ /dev/null @@ -1,8 +0,0 @@ -package p1.p2; - -/** - * Test case for bug 147875 - */ -public @interface Annot { - MyEnum2 value(); -} diff --git a/JCL/converterJclMin1.5/src/p1/p2/MyEnum.java b/JCL/converterJclMin1.5/src/p1/p2/MyEnum.java deleted file mode 100644 index 664daea9a88..00000000000 --- a/JCL/converterJclMin1.5/src/p1/p2/MyEnum.java +++ /dev/null @@ -1,17 +0,0 @@ -package p1.p2; - -/** - * Test case for bug 147875 - */ -public enum MyEnum { - - @Annot(MyEnum2.B) - A, - @Annot(MyEnum2.C) - B, - @Annot(MyEnum2.A) - C, - @Annot(MyEnum2.D) - D; - -} diff --git a/JCL/converterJclMin1.5/src/p1/p2/MyEnum2.java b/JCL/converterJclMin1.5/src/p1/p2/MyEnum2.java deleted file mode 100644 index f07c0b66bc9..00000000000 --- a/JCL/converterJclMin1.5/src/p1/p2/MyEnum2.java +++ /dev/null @@ -1,7 +0,0 @@ -package p1.p2; - -public enum MyEnum2 { - - A, B, C, D; - -} diff --git a/JCL/converterJclMin1.7/.classpath b/JCL/converterJclMin1.7/.classpath deleted file mode 100644 index 51a8bbad896..00000000000 --- a/JCL/converterJclMin1.7/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/JCL/converterJclMin1.7/.project b/JCL/converterJclMin1.7/.project deleted file mode 100644 index 74f00377023..00000000000 --- a/JCL/converterJclMin1.7/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - converterJclMin1.7 - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/JCL/converterJclMin1.7/.settings/org.eclipse.core.resources.prefs b/JCL/converterJclMin1.7/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0203a..00000000000 --- a/JCL/converterJclMin1.7/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/JCL/converterJclMin1.7/.settings/org.eclipse.jdt.core.prefs b/JCL/converterJclMin1.7/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index ec1937b3f30..00000000000 --- a/JCL/converterJclMin1.7/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,12 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/JCL/converterJclMin1.7/src/java/awt/List.java b/JCL/converterJclMin1.7/src/java/awt/List.java deleted file mode 100644 index b2fd6f7c24a..00000000000 --- a/JCL/converterJclMin1.7/src/java/awt/List.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.awt; - -public class List { - -} diff --git a/JCL/converterJclMin1.7/src/java/io/BufferedInputStream.java b/JCL/converterJclMin1.7/src/java/io/BufferedInputStream.java deleted file mode 100644 index aa574a1930e..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/BufferedInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedInputStream extends InputStream { - public BufferedInputStream(InputStream inputStream) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/BufferedOutputStream.java b/JCL/converterJclMin1.7/src/java/io/BufferedOutputStream.java deleted file mode 100644 index 3ab0e26fc52..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/BufferedOutputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedOutputStream extends OutputStream { - public BufferedOutputStream(FileOutputStream outputStream) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/BufferedWriter.java b/JCL/converterJclMin1.7/src/java/io/BufferedWriter.java deleted file mode 100644 index 61122c1b2f4..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/BufferedWriter.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class BufferedWriter extends Writer { - - public BufferedWriter(Writer writer) { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/ByteArrayInputStream.java b/JCL/converterJclMin1.7/src/java/io/ByteArrayInputStream.java deleted file mode 100644 index 7f095dcbcb4..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/ByteArrayInputStream.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayInputStream extends InputStream { - public ByteArrayInputStream(byte[] b) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/ByteArrayOutputStream.java b/JCL/converterJclMin1.7/src/java/io/ByteArrayOutputStream.java deleted file mode 100644 index 8af40644cc3..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/ByteArrayOutputStream.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class ByteArrayOutputStream extends OutputStream { - -} diff --git a/JCL/converterJclMin1.7/src/java/io/File.java b/JCL/converterJclMin1.7/src/java/io/File.java deleted file mode 100644 index e0465e47fa9..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/File.java +++ /dev/null @@ -1,46 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class File { - public static final char separatorChar = '\\'; - public static final String separator = "\\"; //$NON-NLS-1$ - - public File(String s) { - } - - public boolean exists() { - return false; - } - - public boolean isDirectory() { - return false; - } - - public String getAbsolutePath() { - return null; - } - - public boolean mkdirs() { - return false; - } - - public boolean mkdir() { - return false; - } - - public String getName() { - return null; - } - public long length() { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/FileInputStream.java b/JCL/converterJclMin1.7/src/java/io/FileInputStream.java deleted file mode 100644 index c51d1be33c8..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/FileInputStream.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileInputStream extends InputStream { - - public FileInputStream(File f) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/FileOutputStream.java b/JCL/converterJclMin1.7/src/java/io/FileOutputStream.java deleted file mode 100644 index c643bf9c415..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/FileOutputStream.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileOutputStream extends OutputStream { - public FileOutputStream(File f) { - } - public FileOutputStream(String s) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/FileWriter.java b/JCL/converterJclMin1.7/src/java/io/FileWriter.java deleted file mode 100644 index 667a1888694..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/FileWriter.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class FileWriter extends Writer { - - public FileWriter(String s) { - } - public void flush() throws IOException { - } - - public void close() throws IOException { - } - -} diff --git a/JCL/converterJclMin1.7/src/java/io/IOException.java b/JCL/converterJclMin1.7/src/java/io/IOException.java deleted file mode 100644 index e9dabf8df2b..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/IOException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class IOException extends Exception { - private static final long serialVersionUID = 420068904675281479L; - public IOException(String s) { - super(s); - } - public IOException() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/InputStream.java b/JCL/converterJclMin1.7/src/java/io/InputStream.java deleted file mode 100644 index 8aa222e9020..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/InputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InputStream { - public void close() throws IOException { - } - public int available() throws IOException { - return 0; - } - public int read(byte b[], int off, int len) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/InputStreamReader.java b/JCL/converterJclMin1.7/src/java/io/InputStreamReader.java deleted file mode 100644 index a9012a34b8a..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/InputStreamReader.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class InputStreamReader extends Reader { - public InputStreamReader(InputStream inputStream) { - } - public InputStreamReader(InputStream stream, String s) throws UnsupportedEncodingException { - } - public int read(char cbuf[], int offset, int length) throws IOException { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/InterruptedIOException.java b/JCL/converterJclMin1.7/src/java/io/InterruptedIOException.java deleted file mode 100644 index c727ca292d2..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/InterruptedIOException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class InterruptedIOException extends Exception { - private static final long serialVersionUID = -2623465050370205911L; -} diff --git a/JCL/converterJclMin1.7/src/java/io/OutputStream.java b/JCL/converterJclMin1.7/src/java/io/OutputStream.java deleted file mode 100644 index 8d9756265ba..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/OutputStream.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class OutputStream { - - public void write(byte b[]) throws IOException { - } - public void flush() throws IOException { - } - public void close() throws IOException { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/PrintStream.java b/JCL/converterJclMin1.7/src/java/io/PrintStream.java deleted file mode 100644 index 503f080425d..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/PrintStream.java +++ /dev/null @@ -1,35 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintStream { - - public void println() { - } - - public void println(String s) { - } - - public void println(int i) { - } - - public void println(Object o) { - } - - public void print(String s) { - } - - public void print(Object o) { - } - - public void print(int i) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/PrintWriter.java b/JCL/converterJclMin1.7/src/java/io/PrintWriter.java deleted file mode 100644 index ec7e885e07e..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/PrintWriter.java +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class PrintWriter extends Writer { - public PrintWriter(ByteArrayOutputStream stream) { - } - public PrintWriter(Writer w) { - } - public void print(String s) { - } - public void print(char[] tab) { - } - public void flush() { - } - public void close() { - } - public void println(String s) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/Reader.java b/JCL/converterJclMin1.7/src/java/io/Reader.java deleted file mode 100644 index bb74ec22fa7..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/Reader.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class Reader { - -} diff --git a/JCL/converterJclMin1.7/src/java/io/Serializable.java b/JCL/converterJclMin1.7/src/java/io/Serializable.java deleted file mode 100644 index e33731bec8f..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/Serializable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public interface Serializable { - -} diff --git a/JCL/converterJclMin1.7/src/java/io/StringWriter.java b/JCL/converterJclMin1.7/src/java/io/StringWriter.java deleted file mode 100644 index 84631fdee0d..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/StringWriter.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public class StringWriter extends Writer { - - public StringBuffer getBuffer() { - return null; - } - public void flush() { - } - public void close() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/UnsupportedEncodingException.java b/JCL/converterJclMin1.7/src/java/io/UnsupportedEncodingException.java deleted file mode 100644 index 6eb4f037848..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/UnsupportedEncodingException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - -public class UnsupportedEncodingException extends IOException { - private static final long serialVersionUID = 1031403719398591519L; - public UnsupportedEncodingException(String s) { - super(s); - } - public UnsupportedEncodingException() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/io/Writer.java b/JCL/converterJclMin1.7/src/java/io/Writer.java deleted file mode 100644 index 8a198ae50ca..00000000000 --- a/JCL/converterJclMin1.7/src/java/io/Writer.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.io; - - -public abstract class Writer { - public abstract void flush() throws IOException; - public abstract void close() throws IOException; - public void write(String str) throws IOException { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ArithmeticException.java b/JCL/converterJclMin1.7/src/java/lang/ArithmeticException.java deleted file mode 100644 index afe937b4cd4..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ArithmeticException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArithmeticException extends RuntimeException { - private static final long serialVersionUID = 7325899601264404083L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ArrayIndexOutOfBoundsException.java b/JCL/converterJclMin1.7/src/java/lang/ArrayIndexOutOfBoundsException.java deleted file mode 100644 index 3838011898b..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ArrayIndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException { - private static final long serialVersionUID = -7035391738132728176L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/AssertionError.java b/JCL/converterJclMin1.7/src/java/lang/AssertionError.java deleted file mode 100644 index cd8e8b1acca..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/AssertionError.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class AssertionError extends Error { - private static final long serialVersionUID = 3910378697039934416L; - /** - * Constructor for AssertionError. - */ - public AssertionError(String s) { - super(s); - } - - /** - * Constructor for AssertionError. - */ - public AssertionError() { - super(); - } - -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Boolean.java b/JCL/converterJclMin1.7/src/java/lang/Boolean.java deleted file mode 100644 index 198c9287b17..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Boolean.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Boolean { - public static final Boolean TRUE = new Boolean(true); - public static final Boolean FALSE = new Boolean(false); - public Boolean(boolean b) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Byte.java b/JCL/converterJclMin1.7/src/java/lang/Byte.java deleted file mode 100644 index 75c71a1c00a..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Byte.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Byte extends Number implements Comparable { - private static final long serialVersionUID = 8750891329089001085L; - public Byte(byte b) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Byte b) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Character.java b/JCL/converterJclMin1.7/src/java/lang/Character.java deleted file mode 100644 index 337c148689e..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Character.java +++ /dev/null @@ -1,39 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Character { - public Character(char c) { - } - public static char toLowerCase(char c) { - return ' '; - } - - public static int getNumericValue(char c) { - return 0; - } - - public static int digit(char ch, int radix) { - return 0; - } - public static boolean isWhitespace(char c) { - return false; - } - public static boolean isJavaIdentifierStart(char c) { - return false; - } - public static boolean isJavaIdentifierPart(char c) { - return false; - } - public static boolean isDigit(char c) { - return false; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Class.java b/JCL/converterJclMin1.7/src/java/lang/Class.java deleted file mode 100644 index 7e82f809c85..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Class.java +++ /dev/null @@ -1,32 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.InputStream; - -public class Class { - public String getName() { - return null; - } - public InputStream getResourceAsStream(String s) { - return null; - } - - public native Class getSuperclass(); - - public T newInstance() throws InstantiationException, IllegalAccessException { - return null; - } - - public static Class forName(String className) throws ClassNotFoundException { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ClassCastException.java b/JCL/converterJclMin1.7/src/java/lang/ClassCastException.java deleted file mode 100644 index 72d68101399..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ClassCastException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ClassCastException extends RuntimeException { - private static final long serialVersionUID = -2824993730424549317L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ClassNotFoundException.java b/JCL/converterJclMin1.7/src/java/lang/ClassNotFoundException.java deleted file mode 100644 index 46742b7d4a7..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ClassNotFoundException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class ClassNotFoundException extends Exception { - private static final long serialVersionUID = -7119744281167457228L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/CloneNotSupportedException.java b/JCL/converterJclMin1.7/src/java/lang/CloneNotSupportedException.java deleted file mode 100644 index 5fb63b9ea17..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/CloneNotSupportedException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class CloneNotSupportedException extends Exception { - private static final long serialVersionUID = -3979306935580113776L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Cloneable.java b/JCL/converterJclMin1.7/src/java/lang/Cloneable.java deleted file mode 100644 index bc1cb76200b..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Cloneable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Cloneable { - -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Comparable.java b/JCL/converterJclMin1.7/src/java/lang/Comparable.java deleted file mode 100644 index fae6b35eb20..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Comparable.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Comparable { - public int compareTo(T o); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Deprecated.java b/JCL/converterJclMin1.7/src/java/lang/Deprecated.java deleted file mode 100644 index b0650934723..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Deprecated.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2007 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.lang.annotation.Retention; -import static java.lang.annotation.RetentionPolicy.*; - -@Retention(RUNTIME) -public @interface Deprecated {} diff --git a/JCL/converterJclMin1.7/src/java/lang/Double.java b/JCL/converterJclMin1.7/src/java/lang/Double.java deleted file mode 100644 index 18312efacb7..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Double.java +++ /dev/null @@ -1,61 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Double extends Number implements Comparable { - private static final long serialVersionUID = -5839202747810229696L; - public Double(double d) { - } - public static String toString(double d) { - return null; - } - public static Double valueOf(String s) throws NumberFormatException { - return null; - } - public static final double POSITIVE_INFINITY = 1.0 / 0.0; - public static boolean isNaN(double v) { - return false; - } - public double doubleValue() { - return 0.0; - } - public static final double MAX_VALUE = 1.7976931348623157e+308; - public static final double MIN_VALUE = 4.9e-324; - public static final double NaN = 0.0d / 0.0; - - public static native double longBitsToDouble(long bits); - public static native long doubleToLongBits(double value); - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - - public static double parseDouble(String s) { - return 0.0; - } - public int compareTo(Double d) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Enum.java b/JCL/converterJclMin1.7/src/java/lang/Enum.java deleted file mode 100644 index 8e0a59b70e2..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Enum.java +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public abstract class Enum> implements Comparable, - java.io.Serializable { - - private static final long serialVersionUID = 2L; - - protected Enum(String name, int ordinal) { - } - - public final String name() { - return null; - } - - public final int ordinal() { - return 0; - } - - public final int compareTo(T o) { - return 0; - } - - public final Class getDeclaringClass() { - return null; - } - public static > T valueOf(Class enumClass, - String name) { - return null; - } -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/Error.java b/JCL/converterJclMin1.7/src/java/lang/Error.java deleted file mode 100644 index 5b9b5435fd9..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Error.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Error extends Throwable { - private static final long serialVersionUID = 9179125830904709243L; - - public Error(String s) { - super(s); - } - - public Error() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Exception.java b/JCL/converterJclMin1.7/src/java/lang/Exception.java deleted file mode 100644 index 9580b40d767..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Exception.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Exception extends Throwable { - private static final long serialVersionUID = -3387516993124229948L; - public Exception() { - } - public Exception(String s) { - super(s); - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ExceptionInInitializerError.java b/JCL/converterJclMin1.7/src/java/lang/ExceptionInInitializerError.java deleted file mode 100644 index 2cf1e21702c..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ExceptionInInitializerError.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class ExceptionInInitializerError extends Error { - private static final long serialVersionUID = 2267505642151644179L; - - public ExceptionInInitializerError(String s) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Float.java b/JCL/converterJclMin1.7/src/java/lang/Float.java deleted file mode 100644 index fd5313bde3c..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Float.java +++ /dev/null @@ -1,57 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Float extends Number implements Comparable { - private static final long serialVersionUID = -872370025937303716L; - public static final float NaN = 0.0f / 0.0f; - public Float(float f) { - } - public static native float intBitsToFloat(int bits); - public static Float valueOf(String s) throws NumberFormatException { - return null; - } - public static final float POSITIVE_INFINITY = 1.0f / 0.0f; - public static boolean isNaN(float v) { - return false; - } - public float floatValue() { - return 0.0f; - } - public static final float MAX_VALUE = 3.4028235e+38f; - public static final float MIN_VALUE = 1.4e-45f; - public static native int floatToIntBits(float value); - public static String toString(float f) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Float f) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/IllegalAccessException.java b/JCL/converterJclMin1.7/src/java/lang/IllegalAccessException.java deleted file mode 100644 index d07dbcff056..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/IllegalAccessException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class IllegalAccessException extends Exception { - private static final long serialVersionUID = 4022280013694488250L; - -} diff --git a/JCL/converterJclMin1.7/src/java/lang/IllegalMonitorStateException.java b/JCL/converterJclMin1.7/src/java/lang/IllegalMonitorStateException.java deleted file mode 100644 index 38ea0bfdc03..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/IllegalMonitorStateException.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class IllegalMonitorStateException extends RuntimeException { - private static final long serialVersionUID = 3460688064376288846L; - public IllegalMonitorStateException(String s) { - } - public IllegalMonitorStateException() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/IndexOutOfBoundsException.java b/JCL/converterJclMin1.7/src/java/lang/IndexOutOfBoundsException.java deleted file mode 100644 index 32bbeb87471..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/IndexOutOfBoundsException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class IndexOutOfBoundsException extends RuntimeException { - private static final long serialVersionUID = 2192343167556759436L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/InstantiationException.java b/JCL/converterJclMin1.7/src/java/lang/InstantiationException.java deleted file mode 100644 index cccda2332a0..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/InstantiationException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class InstantiationException extends Exception { - private static final long serialVersionUID = 6944714408584296262L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Integer.java b/JCL/converterJclMin1.7/src/java/lang/Integer.java deleted file mode 100644 index 5cdeb3415d6..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Integer.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Integer extends Number implements Comparable { - private static final long serialVersionUID = 6462609062775655000L; - - public Integer(int i) { - } - public Integer(String s) { - } - public static final int MAX_VALUE= 2147483647; - public static final int MIN_VALUE= -2147483647; - - public static int parseInt(String s) throws NumberFormatException { - return 0; - } - public static String toHexString(int i) { - return null; - } - public static String toString(int i) { - return null; - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Integer i) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/InterruptedException.java b/JCL/converterJclMin1.7/src/java/lang/InterruptedException.java deleted file mode 100644 index 52b67124d91..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/InterruptedException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class InterruptedException extends Exception { - private static final long serialVersionUID = 4024069220747256448L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Iterable.java b/JCL/converterJclMin1.7/src/java/lang/Iterable.java deleted file mode 100644 index 9e1be1a38c0..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Iterable.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.util.Iterator; - -public interface Iterable { - Iterator iterator(); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Long.java b/JCL/converterJclMin1.7/src/java/lang/Long.java deleted file mode 100644 index f5f7357ac13..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Long.java +++ /dev/null @@ -1,46 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Long extends Number implements Comparable { - private static final long serialVersionUID = 7046418566711138668L; - public static final long MIN_VALUE = 0x8000000000000000L; - public static final long MAX_VALUE = 0x7fffffffffffffffL; - public Long(long l) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Long l) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Math.java b/JCL/converterJclMin1.7/src/java/lang/Math.java deleted file mode 100644 index 51837194632..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Math.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Math { - - public static int min(int a, int b) { - return 0; - } - public static int max(int a, int b) { - return 0; - } - public static int abs(int a) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/NoSuchMethodException.java b/JCL/converterJclMin1.7/src/java/lang/NoSuchMethodException.java deleted file mode 100644 index a516033612d..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/NoSuchMethodException.java +++ /dev/null @@ -1,28 +0,0 @@ -package java.lang; - -/** - * Thrown when a particular method cannot be found. - * - * @author unascribed - * @since JDK1.0 - */ -public class NoSuchMethodException extends ReflectiveOperationException { - private static final long serialVersionUID = 5034388446362600923L; - - /** - * Constructs a NoSuchMethodException without a detail message. - */ - public NoSuchMethodException() { - super(); - } - - /** - * Constructs a NoSuchMethodException with a detail message. - * - * @param s - * the detail message. - */ - public NoSuchMethodException(String s) { - super(s); - } -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/NullPointerException.java b/JCL/converterJclMin1.7/src/java/lang/NullPointerException.java deleted file mode 100644 index a9fbc06ec66..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/NullPointerException.java +++ /dev/null @@ -1,30 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class NullPointerException extends RuntimeException { - private static final long serialVersionUID = -945245241303869636L; - - /** - * Constructor for NullPointerException. - */ - public NullPointerException(String s) { - super(s); - } - - /** - * Constructor for NullPointerException. - */ - public NullPointerException() { - super(); - } - -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Number.java b/JCL/converterJclMin1.7/src/java/lang/Number.java deleted file mode 100644 index c8ccd0833ad..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Number.java +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public abstract class Number implements java.io.Serializable { - private static final long serialVersionUID = 3166984097235214156L; - public abstract int intValue(); - public abstract long longValue(); - public abstract float floatValue(); - public abstract double doubleValue(); - public byte byteValue() { - return (byte) intValue(); - } - public short shortValue() { - return (short) intValue(); - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/NumberFormatException.java b/JCL/converterJclMin1.7/src/java/lang/NumberFormatException.java deleted file mode 100644 index eeb7eb737c3..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/NumberFormatException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class NumberFormatException extends RuntimeException { - private static final long serialVersionUID = 9070730590112500498L; -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Object.java b/JCL/converterJclMin1.7/src/java/lang/Object.java deleted file mode 100644 index 9ed67c1b019..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Object.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Object { - - public Object() { - } - protected Object clone() throws CloneNotSupportedException { - return null; - } - public boolean equals(Object obj) { - return false; - } - protected void finalize() throws Throwable { - } - public final native Class getClass(); - public int hashCode() { - return -1; - } - public final void notify() throws IllegalMonitorStateException { - } - public final void notifyAll() throws IllegalMonitorStateException { - } - public String toString() { - return null; - } - public final void wait() throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis) throws IllegalMonitorStateException, - InterruptedException { - } - public final void wait(long millis, int nanos) - throws IllegalMonitorStateException, InterruptedException { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Override.java b/JCL/converterJclMin1.7/src/java/lang/Override.java deleted file mode 100644 index e30eba7b6df..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Override.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.lang.annotation.ElementType; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; -import java.lang.annotation.Retention; - -@Target(ElementType.METHOD) @Retention(RetentionPolicy.SOURCE) -public @interface Override { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/ReflectiveOperationException.java b/JCL/converterJclMin1.7/src/java/lang/ReflectiveOperationException.java deleted file mode 100644 index 46df5a4c814..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ReflectiveOperationException.java +++ /dev/null @@ -1,13 +0,0 @@ -package java.lang; - -public class ReflectiveOperationException extends Exception { - static final long serialVersionUID = 123456789L; - - public ReflectiveOperationException() { - super(); - } - - public ReflectiveOperationException(String message) { - super(message); - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Runnable.java b/JCL/converterJclMin1.7/src/java/lang/Runnable.java deleted file mode 100644 index d37f3130d10..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Runnable.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public interface Runnable { - - void run(); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/RuntimeException.java b/JCL/converterJclMin1.7/src/java/lang/RuntimeException.java deleted file mode 100644 index 6018b826143..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/RuntimeException.java +++ /dev/null @@ -1,20 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class RuntimeException extends Exception { - private static final long serialVersionUID = -8038704779788883814L; - public RuntimeException(String s) { - super(s); - } - public RuntimeException() { - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/SafeVarargs.java b/JCL/converterJclMin1.7/src/java/lang/SafeVarargs.java deleted file mode 100644 index 765dc3f57e7..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/SafeVarargs.java +++ /dev/null @@ -1,12 +0,0 @@ -package java.lang; - -import java.lang.annotation.Documented; -import static java.lang.annotation.ElementType.*; -import java.lang.annotation.Retention; -import static java.lang.annotation.RetentionPolicy.*; -import java.lang.annotation.Target; - -@Documented -@Retention(RUNTIME) -@Target({CONSTRUCTOR, METHOD}) -public @interface SafeVarargs {} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/Short.java b/JCL/converterJclMin1.7/src/java/lang/Short.java deleted file mode 100644 index 7c36571d45b..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Short.java +++ /dev/null @@ -1,45 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - - -public class Short extends Number implements Comparable { - private static final long serialVersionUID = -8044450932684282285L; - public Short(short s) { - } - /* (non-Javadoc) - * @see java.lang.Number#doubleValue() - */ - public double doubleValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#floatValue() - */ - public float floatValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#intValue() - */ - public int intValue() { - return 0; - } - /* (non-Javadoc) - * @see java.lang.Number#longValue() - */ - public long longValue() { - return 0; - } - public int compareTo(Short s) { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/String.java b/JCL/converterJclMin1.7/src/java/lang/String.java deleted file mode 100644 index 27cd154400a..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/String.java +++ /dev/null @@ -1,77 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class String implements java.io.Serializable, Comparable { - private static final long serialVersionUID = 1705120029863330869L; - - public String() { - } - public String(char[] source) { - } - public String(String s) { - } - public String(char[] source, int i , int j) { - } - public int length() { - return 0; - } - public String replace(char oldChar, char newChar) { - return null; - } - - public int lastIndexOf(char c) { - return 0; - } - - public String substring(int i, int j) { - return null; - } - public String substring(int i) { - return null; - } - public char[] toCharArray() { - return null; - } - public int indexOf(String s) { - return 0; - } - public int indexOf(String s, int i) { - return 0; - } - public boolean endsWith(String s) { - return false; - } - public static String valueOf(int i) { - return null; - } - public static String valueOf(Object o) { - return null; - } - public static String valueOf(char[] tab) { - return null; - } - public static String valueOf(char[] tab, int i, int j) { - return null; - } - public int compareTo(String s) { - return 0; - } - public int indexOf(int ch, int fromIndex) { - return 0; - } - public char charAt(int i) { - return ' '; - } - public String trim() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/StringBuffer.java b/JCL/converterJclMin1.7/src/java/lang/StringBuffer.java deleted file mode 100644 index f77dd695b04..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/StringBuffer.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class StringBuffer { - public StringBuffer() { - } - public StringBuffer(String s) { - } - public StringBuffer(int i) { - } - public synchronized StringBuffer insert(int offset, String str) { - return this; - } - public synchronized StringBuffer append(String s) { - return this; - } - public synchronized StringBuffer append(StringBuffer buffer) { - return this; - } - public synchronized StringBuffer append(boolean b) { - return this; - } - public synchronized StringBuffer append(int i) { - return this; - } - public synchronized StringBuffer append(long l) { - return this; - } - public synchronized StringBuffer append(float f) { - return this; - } - public synchronized StringBuffer append(double d) { - return this; - } - public synchronized StringBuffer append(char[] o) { - return this; - } - public synchronized StringBuffer append(char[] o, int i, int j) { - return this; - } - public synchronized StringBuffer append(Object o) { - return this; - } - public int length() { - return 0; - } - public char[] getChars(int i, int j, char[] tab, int k) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/SuppressWarnings.java b/JCL/converterJclMin1.7/src/java/lang/SuppressWarnings.java deleted file mode 100644 index 7aa7548f57d..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/SuppressWarnings.java +++ /dev/null @@ -1,11 +0,0 @@ -package java.lang; - -import static java.lang.annotation.ElementType.*; - -import java.lang.annotation.*; - -@Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE}) -@Retention(RetentionPolicy.SOURCE) -public @interface SuppressWarnings { - String[] value(); -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/System.java b/JCL/converterJclMin1.7/src/java/lang/System.java deleted file mode 100644 index a13acd2404d..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/System.java +++ /dev/null @@ -1,24 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; - -public class System { - - public static PrintStream err; - public static PrintStream out; - - public static native void arraycopy(Object src, int srcPos, Object dest, int destPos, int length); - public static String getProperty(String s) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Throwable.java b/JCL/converterJclMin1.7/src/java/lang/Throwable.java deleted file mode 100644 index 55be032fdf5..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Throwable.java +++ /dev/null @@ -1,35 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -import java.io.PrintStream; -import java.io.Serializable; -import java.io.Writer; - -public class Throwable implements Serializable { - private static final long serialVersionUID = -282116690407747101L; - public Throwable(String s) { - } - public Throwable() { - } - - public void printStackTrace() { - } - - public void printStackTrace(Writer w) { - } - - public void printStackTrace(PrintStream w) { - } - public String getMessage() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/Void.java b/JCL/converterJclMin1.7/src/java/lang/Void.java deleted file mode 100644 index 72e9ca2becd..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/Void.java +++ /dev/null @@ -1,13 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang; - -public class Void {} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/Annotation.java b/JCL/converterJclMin1.7/src/java/lang/annotation/Annotation.java deleted file mode 100644 index f6dbed69176..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/Annotation.java +++ /dev/null @@ -1,21 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public interface Annotation { - boolean equals(Object obj); - - int hashCode(); - - String toString(); - - Class annotationType(); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/Documented.java b/JCL/converterJclMin1.7/src/java/lang/annotation/Documented.java deleted file mode 100644 index 1826f297a15..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/Documented.java +++ /dev/null @@ -1,10 +0,0 @@ -package java.lang.annotation; - -import static java.lang.annotation.ElementType.*; -import static java.lang.annotation.RetentionPolicy.*; - -@Documented -@Retention(RUNTIME) -@Target(ANNOTATION_TYPE) -public @interface Documented { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/ElementType.java b/JCL/converterJclMin1.7/src/java/lang/annotation/ElementType.java deleted file mode 100644 index 62caf2132c5..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/ElementType.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public enum ElementType { - TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE, ANNOTATION_TYPE, PACKAGE -} diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/Retention.java b/JCL/converterJclMin1.7/src/java/lang/annotation/Retention.java deleted file mode 100644 index b51bfad6a70..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/Retention.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -@Retention(RetentionPolicy.RUNTIME) -@Target(ElementType.ANNOTATION_TYPE) -public @interface Retention { - RetentionPolicy value(); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/RetentionPolicy.java b/JCL/converterJclMin1.7/src/java/lang/annotation/RetentionPolicy.java deleted file mode 100644 index cbd3bfcc5cb..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/RetentionPolicy.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -public enum RetentionPolicy { - SOURCE, CLASS, RUNTIME -} diff --git a/JCL/converterJclMin1.7/src/java/lang/annotation/Target.java b/JCL/converterJclMin1.7/src/java/lang/annotation/Target.java deleted file mode 100644 index bdfbeebd396..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/annotation/Target.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.annotation; - -@Retention(RetentionPolicy.RUNTIME) -@Target(ElementType.ANNOTATION_TYPE) -public @interface Target { - ElementType[] value(); -} diff --git a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandle.java b/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandle.java deleted file mode 100644 index b702132820d..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandle.java +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.invoke; - -import static java.lang.annotation.ElementType.METHOD; -import static java.lang.annotation.RetentionPolicy.RUNTIME; - -import java.lang.annotation.Retention; -import java.lang.annotation.Target; - -public abstract class MethodHandle { - @Target(METHOD) - @Retention(RUNTIME) - @interface PolymorphicSignature { - } - - @PolymorphicSignature - public final native Object invoke(Object... args) throws Throwable; - - @PolymorphicSignature - public final native Object invokeExact(Object... args) throws Throwable; - - public native Object invokeWithArguments(Object... arguments) - throws Throwable; - - public native boolean isVarargsCollector(); - - public native MethodHandle asType(MethodType newType); -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandles.java b/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandles.java deleted file mode 100644 index f40dc8200bc..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodHandles.java +++ /dev/null @@ -1,21 +0,0 @@ -package java.lang.invoke; - -public class MethodHandles { - public static final class Lookup { - public MethodHandle findVirtual(Class refc, String name, - MethodType type) throws NoSuchMethodException, - IllegalAccessException { - return null; - } - - public MethodHandle findStatic(Class refc, String name, - MethodType type) throws NoSuchMethodException, - IllegalAccessException { - return null; - } - } - - public static Lookup lookup() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodType.java b/JCL/converterJclMin1.7/src/java/lang/invoke/MethodType.java deleted file mode 100644 index 067d5f9db0f..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/invoke/MethodType.java +++ /dev/null @@ -1,16 +0,0 @@ -package java.lang.invoke; - -public final class MethodType { - public static MethodType methodType(Class rtype, Class ptype0, - Class... ptypes) { - return null; - } - - public static MethodType methodType(Class rtype) { - return null; - } - - public static MethodType genericMethodType(int objectArgCount) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ref/Reference.java b/JCL/converterJclMin1.7/src/java/lang/ref/Reference.java deleted file mode 100644 index 4d163a8bd12..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ref/Reference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class Reference { - public Object get() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ref/ReferenceQueue.java b/JCL/converterJclMin1.7/src/java/lang/ref/ReferenceQueue.java deleted file mode 100644 index 9fe70bdafe3..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ref/ReferenceQueue.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - -public class ReferenceQueue { - public Reference poll() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/lang/ref/WeakReference.java b/JCL/converterJclMin1.7/src/java/lang/ref/WeakReference.java deleted file mode 100644 index a45438ab53e..00000000000 --- a/JCL/converterJclMin1.7/src/java/lang/ref/WeakReference.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.lang.ref; - - -public class WeakReference extends Reference { - public WeakReference(Object o, ReferenceQueue queue) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/net/MalformedURLException.java b/JCL/converterJclMin1.7/src/java/net/MalformedURLException.java deleted file mode 100644 index 3c31ec74fea..00000000000 --- a/JCL/converterJclMin1.7/src/java/net/MalformedURLException.java +++ /dev/null @@ -1,15 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.net; - -public class MalformedURLException extends Exception { - private static final long serialVersionUID = -465098896288949281L; -} diff --git a/JCL/converterJclMin1.7/src/java/text/NumberFormat.java b/JCL/converterJclMin1.7/src/java/text/NumberFormat.java deleted file mode 100644 index 93a29b63cf3..00000000000 --- a/JCL/converterJclMin1.7/src/java/text/NumberFormat.java +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.text; - -public class NumberFormat { - - public final static NumberFormat getInstance() { - return null; - } - - public final String format (double d) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/AbstractCollection.java b/JCL/converterJclMin1.7/src/java/util/AbstractCollection.java deleted file mode 100644 index 89e6b86afe0..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/AbstractCollection.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractCollection implements Collection { -} diff --git a/JCL/converterJclMin1.7/src/java/util/AbstractList.java b/JCL/converterJclMin1.7/src/java/util/AbstractList.java deleted file mode 100644 index ab84c73f8a6..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/AbstractList.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractList extends AbstractCollection implements List { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/util/AbstractSet.java b/JCL/converterJclMin1.7/src/java/util/AbstractSet.java deleted file mode 100644 index c93ad94dad9..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/AbstractSet.java +++ /dev/null @@ -1,4 +0,0 @@ -package java.util; - -public abstract class AbstractSet extends AbstractCollection implements Set { -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/util/ArrayList.java b/JCL/converterJclMin1.7/src/java/util/ArrayList.java deleted file mode 100644 index 08693f0aa6b..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/ArrayList.java +++ /dev/null @@ -1,50 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -import java.io.Serializable; - -public class ArrayList extends AbstractList implements List, RandomAccess, Cloneable, Serializable { - private static final long serialVersionUID = -2169998406647523911L; - public ArrayList(int i) { - } - public ArrayList() { - } - public T[] toArray(T[] o) { - return null; - } - public int size() { - return 0; - } - public boolean add(T o) { - return false; - } - public int indexOf(T o) { - return 0; - } - public T remove(int index) { - return null; - } - public T get(int index) { - return null; - } - public boolean contains(T o) { - return false; - } - public Iterator iterator() { - return null; - } - public boolean addAll(Collection c) { - return false; - } - public void set(int i, T o) { - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Arrays.java b/JCL/converterJclMin1.7/src/java/util/Arrays.java deleted file mode 100644 index 3fe9c6f924c..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Arrays.java +++ /dev/null @@ -1,21 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class Arrays { - public static void sort(Object[] tab) { - } - @SafeVarargs - public static List asList(T... a) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Collection.java b/JCL/converterJclMin1.7/src/java/util/Collection.java deleted file mode 100644 index 4415a6b5086..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Collection.java +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Collection extends Iterable { - public Iterator iterator(); - public int size(); - public T get(int index); - public boolean addAll(Collection c); - public T[] toArray(T[] o); -} diff --git a/JCL/converterJclMin1.7/src/java/util/Collections.java b/JCL/converterJclMin1.7/src/java/util/Collections.java deleted file mode 100644 index fa2220d3ce3..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Collections.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Collections { - public static > void sort(List list) { - } - - public static final Map emptyMap() { - return null; - } - public static final List emptyList() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Enumeration.java b/JCL/converterJclMin1.7/src/java/util/Enumeration.java deleted file mode 100644 index 71ce4fb5864..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Enumeration.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Enumeration { - - public boolean hasMoreElements(); - - public Object nextElement(); -} diff --git a/JCL/converterJclMin1.7/src/java/util/HashMap.java b/JCL/converterJclMin1.7/src/java/util/HashMap.java deleted file mode 100644 index d22a3176c53..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/HashMap.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class HashMap implements Map { - public HashMap(int i) { - } - public V get(K k) { - return null; - } - public boolean containsKey(K k) { - return false; - } - public void put(K k, V v) { - } - public int size() { - return 0; - } - public Set keySet() { - return null; - } - public Collection values() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/HashSet.java b/JCL/converterJclMin1.7/src/java/util/HashSet.java deleted file mode 100644 index 6e3afcc8b31..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/HashSet.java +++ /dev/null @@ -1,22 +0,0 @@ -package java.util; - -import java.io.Serializable; - -public class HashSet extends AbstractSet implements Set, Cloneable, Serializable { - private static final long serialVersionUID = 4886489800857586866L; - public Iterator iterator() { - return null; - } - public boolean addAll(Collection c) { - return false; - } - public E get(int index) { - return null; - } - public int size() { - return 0; - } - public E[] toArray(E[] o) { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Hashtable.java b/JCL/converterJclMin1.7/src/java/util/Hashtable.java deleted file mode 100644 index fc2c5eb10f5..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Hashtable.java +++ /dev/null @@ -1,33 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Hashtable implements Map { - public Hashtable(int i) { - } - public V get(U u) { - return null; - } - public boolean containsKey(U u) { - return false; - } - public void put(U u, V v) { - } - public synchronized Enumeration elements() { - return null; - } - public int size() { - return 0; - } - public synchronized Enumeration keys() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Iterator.java b/JCL/converterJclMin1.7/src/java/util/Iterator.java deleted file mode 100644 index 1356cd55a2e..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Iterator.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Iterator { - boolean hasNext(); - E next(); - void remove(); -} diff --git a/JCL/converterJclMin1.7/src/java/util/List.java b/JCL/converterJclMin1.7/src/java/util/List.java deleted file mode 100644 index 8039b147431..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/List.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface List extends Collection { - public boolean add(T o); - public void set(int i, T o); -} diff --git a/JCL/converterJclMin1.7/src/java/util/Locale.java b/JCL/converterJclMin1.7/src/java/util/Locale.java deleted file mode 100644 index d591b3946ac..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Locale.java +++ /dev/null @@ -1,17 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Locale { - public static Locale getDefault() { - return null; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Map.java b/JCL/converterJclMin1.7/src/java/util/Map.java deleted file mode 100644 index fc06d3ceceb..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Map.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public interface Map { - - public V get(K k); - public boolean containsKey(K k); - public void put(K k, V v); -} diff --git a/JCL/converterJclMin1.7/src/java/util/MissingResourceException.java b/JCL/converterJclMin1.7/src/java/util/MissingResourceException.java deleted file mode 100644 index 3f512497f5c..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/MissingResourceException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class MissingResourceException extends RuntimeException { - private static final long serialVersionUID = -6463093713113089678L; -} diff --git a/JCL/converterJclMin1.7/src/java/util/NoSuchElementException.java b/JCL/converterJclMin1.7/src/java/util/NoSuchElementException.java deleted file mode 100644 index 855fa6ae99f..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/NoSuchElementException.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public class NoSuchElementException extends RuntimeException { - private static final long serialVersionUID = -3741760439480852710L; -} \ No newline at end of file diff --git a/JCL/converterJclMin1.7/src/java/util/RandomAccess.java b/JCL/converterJclMin1.7/src/java/util/RandomAccess.java deleted file mode 100644 index 78870df3a5b..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/RandomAccess.java +++ /dev/null @@ -1,3 +0,0 @@ -package java.util; - -public interface RandomAccess {} diff --git a/JCL/converterJclMin1.7/src/java/util/ResourceBundle.java b/JCL/converterJclMin1.7/src/java/util/ResourceBundle.java deleted file mode 100644 index 027b99f365d..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/ResourceBundle.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public abstract class ResourceBundle { - - public static final ResourceBundle getBundle(String baseName, Locale locale) { - return null; - } - - public final String getString(String key) { - return null; - } - public abstract Enumeration getKeys(); -} diff --git a/JCL/converterJclMin1.7/src/java/util/Set.java b/JCL/converterJclMin1.7/src/java/util/Set.java deleted file mode 100644 index 64284b40a8d..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Set.java +++ /dev/null @@ -1,16 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - - -public interface Set extends Collection { - public Iterator iterator(); -} diff --git a/JCL/converterJclMin1.7/src/java/util/StringTokenizer.java b/JCL/converterJclMin1.7/src/java/util/StringTokenizer.java deleted file mode 100644 index 86214d85969..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/StringTokenizer.java +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class StringTokenizer { - - public StringTokenizer(String toBeParsed, String delimiters) { - } - - public int countTokens() { - return 0; - } - - public String nextToken() { - return null; - } - - public boolean hasMoreTokens() { - return false; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/Vector.java b/JCL/converterJclMin1.7/src/java/util/Vector.java deleted file mode 100644 index 7f8630a58c4..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/Vector.java +++ /dev/null @@ -1,32 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util; - -public class Vector { - - public Vector() { - } - - public Vector(int i) { - } - - public int size() { - return 0; - } - - public E get(int i) { - return null; - } - - public boolean add(E o) { - return true; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/zip/ZipEntry.java b/JCL/converterJclMin1.7/src/java/util/zip/ZipEntry.java deleted file mode 100644 index 7c82b06d8cc..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/zip/ZipEntry.java +++ /dev/null @@ -1,18 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - - -public class ZipEntry { - public long getSize() { - return 0; - } -} diff --git a/JCL/converterJclMin1.7/src/java/util/zip/ZipFile.java b/JCL/converterJclMin1.7/src/java/util/zip/ZipFile.java deleted file mode 100644 index 56c853a2bce..00000000000 --- a/JCL/converterJclMin1.7/src/java/util/zip/ZipFile.java +++ /dev/null @@ -1,23 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package java.util.zip; - -import java.io.InputStream; - - -public class ZipFile { - public ZipEntry getEntry(String s) { - return null; - } - public InputStream getInputStream(ZipEntry zipEntry) { - return null; - } -} diff --git a/org.eclipse.jdt.core.tests.model/JCL/build.xml b/org.eclipse.jdt.core.tests.model/JCL/build.xml index b52785c29f5..03201a6b62f 100644 --- a/org.eclipse.jdt.core.tests.model/JCL/build.xml +++ b/org.eclipse.jdt.core.tests.model/JCL/build.xml @@ -20,18 +20,6 @@ diff --git a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin.jar b/org.eclipse.jdt.core.tests.model/JCL/converterJclMin.jar deleted file mode 100644 index 3a45069526c..00000000000 Binary files a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin.jar and /dev/null differ diff --git a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5.jar b/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5.jar deleted file mode 100644 index 9c0a735a1cb..00000000000 Binary files a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5.jar and /dev/null differ diff --git a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5src.zip b/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5src.zip deleted file mode 100644 index 8fd67219ac5..00000000000 Binary files a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.5src.zip and /dev/null differ diff --git a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7.jar b/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7.jar deleted file mode 100644 index 6a19bc2f2f8..00000000000 Binary files a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7.jar and /dev/null differ diff --git a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7src.zip b/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7src.zip deleted file mode 100644 index 77d49f5d1d1..00000000000 Binary files a/org.eclipse.jdt.core.tests.model/JCL/converterJclMin1.7src.zip and /dev/null differ