Skip to content

Commit

Permalink
checkstyle integration and eclipse compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ermerp authored and bahellma committed Mar 3, 2015
1 parent 1eca250 commit 256f179
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="trustAtHsHCheckstyle" location="http://trust.f4.hs-hannover.de/download/dev_docs/code_conventions/trustHsHCodeconventions.xml" type="remote" description="">
<property name="headerfile" value="${project_loc}/src/license/dummy/Dummy.java"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/cachefile"/>
<additional-data name="cache-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="cst" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
38 changes: 38 additions & 0 deletions src/license/dummy/Dummy.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* #%L
* =====================================================
* _____ _ ____ _ _ _ _
* |_ _|_ __ _ _ ___| |_ / __ \| | | | ___ | | | |
* | | | '__| | | / __| __|/ / _` | |_| |/ __|| |_| |
* | | | | | |_| \__ \ |_| | (_| | _ |\__ \| _ |
* |_| |_| \__,_|___/\__|\ \__,_|_| |_||___/|_| |_|
* \____/
*
* =====================================================
*
* Hochschule Hannover
* (University of Applied Sciences and Arts, Hannover)
* Faculty IV, Dept. of Computer Science
* Ricklinger Stadtweg 118, 30459 Hannover, Germany
*
* Email: [email protected]
* Website: http://trust.f4.hs-hannover.de/
*
* This file is part of irongui, version 0.4.5,
* implemented by the Trust@HsH research group at the Hochschule Hannover.
* %%
* Copyright (C) 2010 - 2014 Trust@HsH
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

0 comments on commit 256f179

Please sign in to comment.