- Replaced CdiLookupException with IllegalStateException. IllegalStateException is a RuntimeException, therefore it is not necessary to catch the exception. An error in the findBean method usually is not recoverable, therefore it is not necessary to use a checked exception. - Removed several uses of UncheckedWrapperException - CategoryRepository and CategoryManager are now implemented (not completetly yet) and have tests. - Changed value field of EnumConfigurationEntry from List to Set to avoid duplicate entries. git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3770 8810af33-2d31-482b-a856-94f89814c4df |
||
|---|---|---|
| .. | ||
| src | ||
| findbugs-exclude.xml | ||
| pom.xml | ||