Skip to content
Snippets Groups Projects
Commit 44ffb306 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Package renaming (util -> utility)

parent 03d9045f
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 16 deletions
......@@ -2,7 +2,7 @@
<!-- This class is full of necessary hacks. -->
<Match>
<Class name="kieker.webgui.persistence.impl.util.CloseableURLClassLoader" />
<Class name="kieker.webgui.persistence.impl.utility.CloseableURLClassLoader" />
<Bug code="DP, RI" />
</Match>
......
......@@ -60,9 +60,9 @@ import kieker.webgui.domain.pluginDecorators.FilterDecorator;
import kieker.webgui.domain.pluginDecorators.ReaderDecorator;
import kieker.webgui.domain.pluginDecorators.RepositoryDecorator;
import kieker.webgui.persistence.IProjectDAO;
import kieker.webgui.persistence.impl.util.Class2ModelInstanceConverter;
import kieker.webgui.persistence.impl.util.CloseableURLClassLoader;
import kieker.webgui.persistence.impl.util.PluginFinder;
import kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter;
import kieker.webgui.persistence.impl.utility.CloseableURLClassLoader;
import kieker.webgui.persistence.impl.utility.PluginFinder;
import org.primefaces.model.UploadedFile;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.io.Closeable;
import java.io.IOException;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.io.IOException;
import java.lang.reflect.Modifier;
......
......@@ -19,4 +19,4 @@
*
* @author Nils Christian Ehmke
*/
package kieker.webgui.persistence.impl.util;
\ No newline at end of file
package kieker.webgui.persistence.impl.utility;
\ No newline at end of file
......@@ -34,7 +34,7 @@ import kieker.webgui.common.exception.ProjectNotExistingException;
import kieker.webgui.domain.ComponentListContainer;
import kieker.webgui.persistence.IProjectDAO;
import kieker.webgui.service.IProjectService;
import kieker.webgui.service.impl.util.ACManager;
import kieker.webgui.service.impl.utility.ACManager;
import org.primefaces.model.UploadedFile;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
***************************************************************************/
package kieker.webgui.service.impl.util;
package kieker.webgui.service.impl.utility;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
***************************************************************************/
package kieker.webgui.service.impl.util;
package kieker.webgui.service.impl.utility;
import java.io.File;
import java.lang.annotation.Annotation;
......
......@@ -19,4 +19,4 @@
*
* @author Nils Christian Ehmke
*/
package kieker.webgui.service.impl.util;
\ No newline at end of file
package kieker.webgui.service.impl.utility;
\ No newline at end of file
......@@ -23,7 +23,7 @@ import org.junit.Assert;
import org.junit.Test;
import kieker.webgui.common.exception.ReflectionException;
import kieker.webgui.persistence.impl.util.CloseableURLClassLoader;
import kieker.webgui.persistence.impl.utility.CloseableURLClassLoader;
/**
* Test class for {@link ClassAndMethodContainer}.
......
......@@ -14,7 +14,7 @@
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.io.IOException;
import java.net.URL;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.io.File;
import java.io.IOException;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
***************************************************************************/
package kieker.webgui.persistence.impl.util;
package kieker.webgui.persistence.impl.utility;
import java.io.IOException;
import java.net.URL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment