| Class and Description |
|---|
| org.faktorips.runtime.internal.StringUtils
This class is deprecated due to import collisions with the StringUtils.class of the
apache.common.lang package. Use
IpsStringUtils instead. It provides the same
functionality. |
| Field and Description |
|---|
| org.faktorips.runtime.internal.StringUtils.EMPTY
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
EMPTY constant of
IpsStringUtils instead. It provides the same content. |
| Method and Description |
|---|
| org.faktorips.runtime.test.IpsTestCaseBase.assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult)
Decimal class already ignores the scale in it's equals method.
|
| org.faktorips.runtime.test.IpsTestCaseBase.assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult, String, String)
Decimal class already ignores the scale in it's equals method.
|
| org.faktorips.runtime.test.IpsTestCaseBase.assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult, String, String, String)
Decimal class already ignores the scale in it's equals method.
|
| org.faktorips.runtime.IRuntimeRepositoryManager.getActualRuntimeRepository()
since 3.9.0: The method name was a false translation from German. The correct
method is called
IRuntimeRepositoryManager.getCurrentRuntimeRepository() |
| org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager.getActualRuntimeRepository()
since 3.9.0: The method name was a false translation from German. The correct
method is called
AbstractRuntimeRepositoryManager.getCurrentRuntimeRepository() |
| org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.getActualRuntimeRepository()
since 3.9.0: The method name was a false translation from German. The correct
method is called
DetachedContentRuntimeRepositoryManager.getCurrentRuntimeRepository() |
| org.faktorips.runtime.IRuntimeRepository.getEnumValue(String)
This method does only return valid enums if the id attribute of the enum is of
type
String. You should never use this method! Use
IRuntimeRepository.getEnumValue(Class, Object) instead. This method may be returned in
future releases. |
| org.faktorips.runtime.internal.AbstractRuntimeRepository.getEnumValue(String)
This method does only return valid enums if the id attribute of the enum is of
type
String. You should never use this method! Use
AbstractRuntimeRepository.getEnumValue(Class, Object) instead. This method may be returned in
future releases. |
| org.faktorips.runtime.MessageList.getNoOfMessages()
use #size() instead
|
| org.faktorips.runtime.internal.StringUtils.isBlank(String)
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
isBlank(String s) method of
IpsStringUtils instead. It has the same functionality. |
| org.faktorips.runtime.internal.StringUtils.isEmpty(String)
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
isEmpty(String s) method of
IpsStringUtils instead. It has the same functionality. |
| Constructor and Description |
|---|
| org.faktorips.runtime.DefaultCacheFactory(ClassLoader, int, int, int, int, int)
use the default constructor and set the cache size by calling
DefaultCacheFactory.setInitialSize(Class, int) instead |
| Enum Constant and Description |
|---|
| org.faktorips.runtime.internal.tableindex.RangeType.LOWER_BOUND
Because using this type in a
RangeStructure results in asymmetrical
behavior of the AbstractMapStructure.put(Object, SearchStructure) and
RangeStructure.get(Object) methods. A value that was added by calling
put(10, value) can not be retrieved by calling get(10). |
| org.faktorips.runtime.internal.tableindex.RangeType.UPPER_BOUND
Because using this type in a
RangeStructure results in asymmetrical
behavior of the AbstractMapStructure.put(Object, SearchStructure) and
RangeStructure.get(Object) methods. A value that was added by calling
put(10, value) can not be retrieved by calling get(10). |
Copyright © 2014. All rights reserved.