Import GNU Classpath (20121202).
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
This commit is contained in:
@@ -267,7 +267,7 @@ public class LocalObject
|
||||
*
|
||||
* @throws NO_IMPLEMENT always. If used, the method must be overridden.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public ServantObject _servant_preinvoke(String operation, Class expectedType)
|
||||
{
|
||||
throw new NO_IMPLEMENT(INAPPROPRIATE);
|
||||
|
||||
@@ -376,7 +376,7 @@ public abstract class Delegate
|
||||
* @return the servant or null if the servant is not an expected type
|
||||
* of the method is not supported, for example, due security reasons.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public ServantObject servant_preinvoke(org.omg.CORBA.Object self,
|
||||
String operation, Class expectedType
|
||||
)
|
||||
|
||||
@@ -237,7 +237,7 @@ public abstract class InputStream
|
||||
* @param klass a CORBA class
|
||||
* @throws NO_IMPLEMENT, always.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public Object read_Object(Class klass)
|
||||
{
|
||||
throw new NO_IMPLEMENT();
|
||||
|
||||
@@ -341,7 +341,7 @@ public abstract class ObjectImpl
|
||||
* @return the servant or null if the servant is not an expected type
|
||||
* of the method is not supported, for example, due security reasons.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public ServantObject _servant_preinvoke(String method, Class expected_type)
|
||||
{
|
||||
return delegate.servant_preinvoke(this, method, expected_type);
|
||||
|
||||
@@ -99,7 +99,7 @@ public abstract class InputStream
|
||||
*
|
||||
* @return an abstract interface, unmarshaled from the stream
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public Object read_abstract_interface(Class clz)
|
||||
{
|
||||
boolean isValue = read_boolean();
|
||||
@@ -148,7 +148,7 @@ public abstract class InputStream
|
||||
*
|
||||
* @return an value type structure, unmarshaled from the stream
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public Serializable read_value(Class clz)
|
||||
{
|
||||
return Vio.read(this, clz);
|
||||
|
||||
@@ -136,7 +136,7 @@ public abstract class OutputStream
|
||||
*
|
||||
* @param value a value type object to write.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public void write_value(Serializable value, Class clz)
|
||||
{
|
||||
Vio.write(this, value, clz);
|
||||
|
||||
@@ -68,7 +68,7 @@ public class _DynAnyFactoryStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynAnyFactoryOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -66,7 +66,7 @@ public class _DynAnyStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynAnyOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -66,7 +66,7 @@ public class _DynArrayStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynArrayOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -66,7 +66,7 @@ public class _DynEnumStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynEnumOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -66,7 +66,7 @@ public class _DynFixedStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynFixedOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -67,7 +67,7 @@ public class _DynSequenceStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynSequenceOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -68,7 +68,7 @@ public class _DynStructStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynStructOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -68,7 +68,7 @@ public class _DynUnionStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynUnionOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -68,7 +68,7 @@ public class _DynValueStub
|
||||
/**
|
||||
* The purpose and value of this field are not documented.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = DynValueOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -70,7 +70,7 @@ public class _ServantActivatorStub
|
||||
* This the purpose of this field is undocumented up till 1.5 java API
|
||||
* inclusive.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = ServantActivatorOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
@@ -71,7 +71,7 @@ public class _ServantLocatorStub
|
||||
* This the purpose of this field is undocumented up till 1.5 java API
|
||||
* inclusive.
|
||||
*/
|
||||
@SuppressWarnings("unchecked") // Needed for API compatibility
|
||||
@SuppressWarnings("rawtypes") // Needed for API compatibility
|
||||
public static final Class _opsClass = ServantLocatorOperations.class;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user