Author: jalkanen
Date: Thu Jul 23 10:42:21 2009
New Revision: 797011
URL: http://svn.apache.org/viewvc?rev=797011&view=rev
Log:
Minor changes to reflect to catch some more issues for code cleanup.
Modified:
incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs
incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml
Modified: incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs?rev=797011&r1=797010&r2=797011&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs (original)
+++ incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs Thu Jul 23
10:42:21 2009
@@ -1,4 +1,4 @@
-#Sat Feb 21 21:01:08 EET 2009
+#Thu Jul 23 12:53:00 EEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -73,7 +73,7 @@
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
+org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
Modified: incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml?rev=797011&r1=797010&r2=797011&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml (original)
+++ incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml Thu Jul 23
10:42:21 2009
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--JSPWiki - a JSP-based WikiWiki clone.
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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. -->
<!--
This configuration file was written by the eclipse-cs plugin configuration
editor
-->
@@ -42,7 +24,9 @@
<module name="RightCurly">
<property name="option" value="alone"/>
</module>
- <module name="AvoidNestedBlocks"/>
+ <module name="AvoidNestedBlocks">
+ <property name="severity" value="ignore"/>
+ </module>
<module name="ConstantName">
<property name="format" value="^log|[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"/>
</module>
@@ -59,9 +43,7 @@
<module name="DefaultComesLast"/>
<module name="DoubleCheckedLocking"/>
<module name="EqualsHashCode"/>
- <module name="ExplicitInitialization">
- <property name="severity" value="ignore"/>
- </module>
+ <module name="ExplicitInitialization"/>
<module name="FallThrough"/>
<module name="HiddenField"/>
<module name="IllegalInstantiation"/>