Thread: [Japi-cvs] SF.net SVN: japi:[730] japi.ipr
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-11-30 18:12:41
|
Revision: 730
http://japi.svn.sourceforge.net/japi/?rev=730&view=rev
Author: christianhujer
Date: 2008-11-30 18:12:40 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
Updated IntelliJ IDEA project to reflect the recent changes of today.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2008-11-30 18:10:04 UTC (rev 729)
+++ japi.ipr 2008-11-30 18:12:40 UTC (rev 730)
@@ -28,6 +28,7 @@
</option>
<option name="LINE_SEPARATOR" value=" " />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
+ <option name="INDENT_CASE_FROM_SWITCH" value="false" />
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
<option name="ALIGN_MULTILINE_FOR" value="false" />
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
@@ -48,6 +49,7 @@
<emptyLine />
</value>
</option>
+ <option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
<option name="RIGHT_MARGIN" value="159" />
<option name="IF_BRACE_FORCE" value="3" />
<option name="DOWHILE_BRACE_FORCE" value="3" />
@@ -100,6 +102,7 @@
</component>
<component name="DependencyValidationManager">
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
+ <deny_rule from_scope="Production" to_scope="Tests" is_deny="true" />
</component>
<component name="EclipseCompilerSettings">
<option name="DEBUGGING_INFO" value="true" />
@@ -159,7 +162,7 @@
</option>
<option name="IGNORE_DEPRECATED" value="false" />
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
- <option name="myAdditionalJavadocTags" value="note,todo" />
+ <option name="myAdditionalJavadocTags" value="note,todo,retval,pre,warning" />
</inspection_tool>
<inspection_tool class="MagicNumber" level="WARNING" enabled="true">
<option name="m_ignoreInHashCode" value="true" />
@@ -222,6 +225,222 @@
<inspection_tool class="UnnecessaryInterfaceModifier" level="WARNING" enabled="true" />
<inspection_tool class="UnnecessaryQualifierForThis" level="WARNING" enabled="true" />
<inspection_tool class="FallthruInSwitchStatement" level="WARNING" enabled="true" />
+ <inspection_tool class="ClassReferencesSubclass" level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofThis" level="WARNING" enabled="true" />
+ <inspection_tool class="OverlyStrongTypeCast" level="WARNING" enabled="true">
+ <option name="ignoreInMatchingInstanceof" value="false" />
+ </inspection_tool>
+ <inspection_tool class="TypeMayBeWeakened" level="WARNING" enabled="true">
+ <option name="useRighthandTypeAsWeakestTypeInAssignments" value="true" />
+ </inspection_tool>
+ <inspection_tool class="FinalMethodInFinalClass" level="WARNING" enabled="true" />
+ <inspection_tool class="MultipleTopLevelClassesInFile" level="WARNING" enabled="true" />
+ <inspection_tool class="ProtectedMemberInFinalClass" level="WARNING" enabled="true" />
+ <inspection_tool class="PublicConstructorInNonPublicClass" level="WARNING" enabled="true" />
+ <inspection_tool class="UtilityClassWithPublicConstructor" level="WARNING" enabled="true" />
+ <inspection_tool class="UtilityClassWithoutPrivateConstructor" level="WARNING" enabled="true">
+ <option name="ignoreClassesWithOnlyMain" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ObsoleteCollection" level="WARNING" enabled="true">
+ <option name="ignoreLibraryArguments" value="false" />
+ </inspection_tool>
+ <inspection_tool class="DuplicateBooleanBranch" level="WARNING" enabled="true" />
+ <inspection_tool class="DuplicateCondition" level="WARNING" enabled="true">
+ <option name="ignoreMethodCalls" value="false" />
+ </inspection_tool>
+ <inspection_tool class="DoubleNegation" level="WARNING" enabled="true" />
+ <inspection_tool class="SwitchStatementsWithoutDefault" level="WARNING" enabled="true">
+ <option name="m_ignoreFullyCoveredEnums" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryDefault" level="WARNING" enabled="true" />
+ <inspection_tool class="ReuseOfLocalVariable" level="WARNING" enabled="true" />
+ <inspection_tool class="TooBroadScope" level="WARNING" enabled="true">
+ <option name="m_allowConstructorAsInitializer" value="false" />
+ <option name="m_onlyLookAtBlocks" value="false" />
+ </inspection_tool>
+ <inspection_tool class="RedundantSuppression" level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedLibrary" level="WARNING" enabled="true" />
+ <inspection_tool class="CyclicClassDependency" level="WARNING" enabled="true" />
+ <inspection_tool class="CyclicPackageDependency" level="WARNING" enabled="true" />
+ <inspection_tool class="PublicField" level="WARNING" enabled="true">
+ <option name="ignoreEnums" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ReturnOfCollectionField" level="WARNING" enabled="true">
+ <option name="ignorePrivateMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="ReturnOfDateField" level="WARNING" enabled="true" />
+ <inspection_tool class="CatchGenericClass" level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofCatchParameter" level="WARNING" enabled="true" />
+ <inspection_tool class="FinalizeNotProtected" level="WARNING" enabled="true" />
+ <inspection_tool class="EqualsAndHashcode" level="WARNING" enabled="true" />
+ <inspection_tool class="OnDemandImport" level="WARNING" enabled="true" />
+ <inspection_tool class="SamePackageImport" level="WARNING" enabled="true" />
+ <inspection_tool class="JavaLangImport" level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedImport" level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantImport" level="WARNING" enabled="true" />
+ <inspection_tool class="ExtendsUtilityClass" level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantMethodOverride" level="WARNING" enabled="true" />
+ <inspection_tool class="TypeParameterExtendsFinalClass" level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractMethodCallInConstructor" level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceVariableInitialization" level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="true" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableUninitializedUse" level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="NonFinalStaticVariableUsedInClassInitialization" level="WARNING" enabled="true" />
+ <inspection_tool class="OverridableMethodCallDuringObjectConstruction" level="WARNING" enabled="true" />
+ <inspection_tool class="OverriddenMethodCallDuringObjectConstruction" level="WARNING" enabled="true" />
+ <inspection_tool class="StaticVariableInitialization" level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StaticVariableUninitializedUse" level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ThisEscapedInConstructor" level="WARNING" enabled="true" />
+ <inspection_tool class="NonThreadSafeLazyInitialization" level="WARNING" enabled="true" />
+ <inspection_tool class="DuplicatePropertyInspection" level="WARNING" enabled="true">
+ <option name="CURRENT_FILE" value="true" />
+ <option name="MODULE_WITH_DEPENDENCIES" value="false" />
+ <option name="CHECK_DUPLICATE_VALUES" value="true" />
+ <option name="CHECK_DUPLICATE_KEYS" value="true" />
+ <option name="CHECK_DUPLICATE_KEYS_WITH_DIFFERENT_VALUES" value="true" />
+ </inspection_tool>
+ <inspection_tool class="LossyEncoding" level="WARNING" enabled="true" />
+ <inspection_tool class="IndexOfReplaceableByContains" level="WARNING" enabled="true" />
+ <inspection_tool class="RawUseOfParameterizedType" level="WARNING" enabled="true">
+ <option name="ignoreObjectConstruction" value="true" />
+ <option name="ignoreTypeCasts" value="false" />
+ </inspection_tool>
+ <inspection_tool class="EnumerationCanBeIteration" level="WARNING" enabled="true" />
+ <inspection_tool class="AssertAsName" level="WARNING" enabled="true" />
+ <inspection_tool class="EnumAsName" level="WARNING" enabled="true" />
+ <inspection_tool class="BeforeOrAfterIsPublicVoidNoArg" level="WARNING" enabled="true" />
+ <inspection_tool class="BeforeClassOrAfterClassIsPublicStaticVoidNoArg" level="WARNING" enabled="true" />
+ <inspection_tool class="AssertsWithoutMessages" level="WARNING" enabled="true" />
+ <inspection_tool class="MisorderedAssertEqualsParameters" level="WARNING" enabled="true" />
+ <inspection_tool class="SetupCallsSuperSetup" level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledSetUp" level="WARNING" enabled="true" />
+ <inspection_tool class="SetupIsPublicVoidNoArg" level="WARNING" enabled="true" />
+ <inspection_tool class="SimplifiableJUnitAssertion" level="WARNING" enabled="true" />
+ <inspection_tool class="StaticSuite" level="WARNING" enabled="true" />
+ <inspection_tool class="TeardownCallsSuperTeardown" level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledTearDown" level="WARNING" enabled="true" />
+ <inspection_tool class="TeardownIsPublicVoidNoArg" level="WARNING" enabled="true" />
+ <inspection_tool class="UnconstructableTestCase" level="WARNING" enabled="true" />
+ <inspection_tool class="TestMethodIsPublicVoidNoArg" level="WARNING" enabled="true" />
+ <inspection_tool class="TestCaseWithConstructor" level="WARNING" enabled="true" />
+ <inspection_tool class="TestCaseInProductCode" level="WARNING" enabled="true" />
+ <inspection_tool class="TestMethodWithoutAssertion" level="WARNING" enabled="true" />
+ <inspection_tool class="TestMethodInProductCode" level="WARNING" enabled="true" />
+ <inspection_tool class="JUnitTestClassNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*Test" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="TestCaseWithNoTestMethods" level="WARNING" enabled="true">
+ <option name="ignoreSupers" value="false" />
+ </inspection_tool>
+ <inspection_tool class="JUnitAbstractTestClassNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*TestCase" />
+ <option name="m_minLength" value="12" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="AnnotationNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="BooleanMethodNameMustStartWithQuestion" level="WARNING" enabled="true">
+ <option name="questionString" value="is,can,has,should,could,will,shall,check,contains,equals,add,put,remove,startsWith,endsWith" />
+ </inspection_tool>
+ <inspection_tool class="ClassNameSameAsAncestorName" level="WARNING" enabled="true" />
+ <inspection_tool class="ClassNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="ConfusingMainMethod" level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z_\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="EnumeratedClassNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="EnumeratedConstantNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*|[A-Z_\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="ExceptionNameDoesntEndWithException" level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceMethodNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="4" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="3" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="InterfaceNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="LocalVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_ignoreForLoopParameters" value="false" />
+ <option name="m_ignoreCatchParameters" value="false" />
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="MethodNameSameAsClassName" level="WARNING" enabled="true" />
+ <inspection_tool class="MethodNameSameAsParentName" level="WARNING" enabled="true" />
+ <inspection_tool class="MethodNamesDifferOnlyByCase" level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="20" />
+ </inspection_tool>
+ <inspection_tool class="NonBooleanMethodNameMayNotStartWithQuestion" level="WARNING" enabled="true">
+ <option name="questionString" value="is,can,has,should,could,will,shall,check,contains,equals,startsWith,endsWith" />
+ </inspection_tool>
+ <inspection_tool class="UpperCaseFieldNameNotConstant" level="WARNING" enabled="true" />
+ <inspection_tool class="NonExceptionNameEndsWithException" level="WARNING" enabled="true" />
+ <inspection_tool class="OverloadedVarargsMethod" level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterNameDiffersFromOverriddenParameter" level="WARNING" enabled="true">
+ <option name="m_ignoreSingleCharacterNames" value="false" />
+ <option name="m_ignoreOverridesOfLibraryMethods" value="false" />
+ </inspection_tool>
+ <inspection_tool class="QuestionableName" level="WARNING" enabled="true">
+ <option name="nameString" value="aa,abc,bad,bar,bar2,baz,baz1,baz2,baz3,bb,blah,bogus,bool,cc,dd,defau1t,dummy,dummy2,ee,fa1se,ff,foo,foo1,foo2,foo3,foobar,four,fred,fred1,fred2,gg,hh,hello,hello1,hello2,hello3,ii,nu11,one,silly,silly2,string,two,that,then,three,whi1e,var" />
+ </inspection_tool>
+ <inspection_tool class="StandardVariableNames" level="WARNING" enabled="true" />
+ <inspection_tool class="StaticMethodNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="4" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="StaticVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="TypeParameterNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z\d]" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="1" />
+ </inspection_tool>
+ <inspection_tool class="DollarSignInName" level="WARNING" enabled="true" />
+ <inspection_tool class="MethodOverloadsParentMethod" level="WARNING" enabled="true" />
+ <inspection_tool class="SuspiciousMethodCalls" level="WARNING" enabled="true">
+ <option name="REPORT_CONVERTIBLE_METHOD_CALLS" value="false" />
+ </inspection_tool>
</profile>
</profiles>
<list size="4">
@@ -411,13 +630,23 @@
<component name="ProjectFileVersion" converted="true" />
<component name="ProjectModuleManager">
<modules>
+ <module fileurl="file://$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" filepath="$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/progs/jeduca/trunk/JEduca.iml" filepath="$PROJECT_DIR$/progs/jeduca/trunk/JEduca.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/tools/archStat/trunk/archStat.iml" filepath="$PROJECT_DIR$/tools/archStat/trunk/archStat.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/progs/cardlearn/trunk/cardlearn.iml" filepath="$PROJECT_DIR$/progs/cardlearn/trunk/cardlearn.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/common/trunk/common.iml" filepath="$PROJECT_DIR$/common/trunk/common.iml" />
<module fileurl="file://$PROJECT_DIR$/tools/cstyle/trunk/cstyle.iml" filepath="$PROJECT_DIR$/tools/cstyle/trunk/cstyle.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/tools/dircount/trunk/dircount.iml" filepath="$PROJECT_DIR$/tools/dircount/trunk/dircount.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/tools/findLongestPath/trunk/findLongestPath.iml" filepath="$PROJECT_DIR$/tools/findLongestPath/trunk/findLongestPath.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/tools/fontbrowser/trunk/fontbrowser.iml" filepath="$PROJECT_DIR$/tools/fontbrowser/trunk/fontbrowser.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/tools/gdbControl/trunk/gdbControl.iml" filepath="$PROJECT_DIR$/tools/gdbControl/trunk/gdbControl.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/historic/trunk/historic.iml" filepath="$PROJECT_DIR$/historic/trunk/historic.iml" />
+ <module fileurl="file://$PROJECT_DIR$/tools/jgrep/jgrep/jgrep.iml" filepath="$PROJECT_DIR$/tools/jgrep/jgrep/jgrep.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/progs/jhexedit/trunk/jhexedit.iml" filepath="$PROJECT_DIR$/progs/jhexedit/trunk/jhexedit.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/progs/jhexview/trunk/jhexview.iml" filepath="$PROJECT_DIR$/progs/jhexview/trunk/jhexview.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/progs/jirus/trunk/jirus.iml" filepath="$PROJECT_DIR$/progs/jirus/trunk/jirus.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/games/jmines/trunk/jmines.iml" filepath="$PROJECT_DIR$/games/jmines/trunk/jmines.iml" group="games" />
+ <module fileurl="file://$PROJECT_DIR$/progs/jtype/trunk/jtype.iml" filepath="$PROJECT_DIR$/progs/jtype/trunk/jtype.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/tools/jwget/trunk/jwget.iml" filepath="$PROJECT_DIR$/tools/jwget/trunk/jwget.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/tools/keystrokes/trunk/keystrokes.iml" filepath="$PROJECT_DIR$/tools/keystrokes/trunk/keystrokes.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/libs/argparser/trunk/libs-argparser.iml" filepath="$PROJECT_DIR$/libs/argparser/trunk/libs-argparser.iml" group="libs" />
@@ -444,15 +673,44 @@
<module fileurl="file://$PROJECT_DIR$/libs/taglets/trunk/libs-taglets.iml" filepath="$PROJECT_DIR$/libs/taglets/trunk/libs-taglets.iml" group="libs" />
<module fileurl="file://$PROJECT_DIR$/libs/util/trunk/libs-util.iml" filepath="$PROJECT_DIR$/libs/util/trunk/libs-util.iml" group="libs" />
<module fileurl="file://$PROJECT_DIR$/libs/xml/trunk/libs-xml.iml" filepath="$PROJECT_DIR$/libs/xml/trunk/libs-xml.iml" group="libs" />
+ <module fileurl="file://$PROJECT_DIR$/tools/mail/trunk/mail.iml" filepath="$PROJECT_DIR$/tools/mail/trunk/mail.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/libs/midi/trunk/midi.iml" filepath="$PROJECT_DIR$/libs/midi/trunk/midi.iml" group="libs" />
+ <module fileurl="file://$PROJECT_DIR$/tools/midiDeviceLister/trunk/midiDeviceLister.iml" filepath="$PROJECT_DIR$/tools/midiDeviceLister/trunk/midiDeviceLister.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/tools/midiMonitor/trunk/midiMonitor.iml" filepath="$PROJECT_DIR$/tools/midiMonitor/trunk/midiMonitor.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/progs/midilearn/trunk/midilearn.iml" filepath="$PROJECT_DIR$/progs/midilearn/trunk/midilearn.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/tools/prefsbrowser/trunk/prefsbrowser.iml" filepath="$PROJECT_DIR$/tools/prefsbrowser/trunk/prefsbrowser.iml" group="tools" />
- <module fileurl="file://$PROJECT_DIR$/progs/requisitor/trunk/requisitor.iml" filepath="$PROJECT_DIR$/progs/requisitor/trunk/requisitor.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/tools/replacer/trunk/replacer.iml" filepath="$PROJECT_DIR$/tools/replacer/trunk/replacer.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/tools/scriptEngineLister/trunk/scriptEngineLister.iml" filepath="$PROJECT_DIR$/tools/scriptEngineLister/trunk/scriptEngineLister.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/tools/scriptInterpreter/trunk/scriptInterpreter.iml" filepath="$PROJECT_DIR$/tools/scriptInterpreter/trunk/scriptInterpreter.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/site/trunk/site.iml" filepath="$PROJECT_DIR$/site/trunk/site.iml" />
<module fileurl="file://$PROJECT_DIR$/tools/string2bytes/trunk/string2bytes.iml" filepath="$PROJECT_DIR$/tools/string2bytes/trunk/string2bytes.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/progs/textedit/trunk/textedit.iml" filepath="$PROJECT_DIR$/progs/textedit/trunk/textedit.iml" group="progs" />
+ <module fileurl="file://$PROJECT_DIR$/tools/todoScanner/trunk/todoScanner.iml" filepath="$PROJECT_DIR$/tools/todoScanner/trunk/todoScanner.iml" group="tools" />
</modules>
</component>
- <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="latest" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
+ <component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="JEduca" type="Application" factoryName="Application" enabled="false" merge="false">
+ <option name="MAIN_CLASS_NAME" value="net.sf.japi.progs.jeduca.jtest.Main" />
+ <option name="VM_PARAMETERS" value="" />
+ <option name="PROGRAM_PARAMETERS" value="" />
+ <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" value="" />
+ <option name="ENABLE_SWING_INSPECTOR" value="false" />
+ <option name="ENV_VARIABLES" />
+ <option name="PASS_PARENT_ENVS" value="true" />
+ <module name="JEduca" />
+ <envs />
+ <RunnerSettings RunnerId="Run" />
+ <ConfigurationWrapper RunnerId="Run" />
+ <method>
+ <option name="Make" value="true" />
+ </method>
+ </configuration>
+ </component>
<component name="ResourceManagerContainer">
<option name="myResourceBundles">
<value>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-01 18:30:49
|
Revision: 789
http://japi.svn.sourceforge.net/japi/?rev=789&view=rev
Author: christianhujer
Date: 2009-02-01 18:30:46 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
Update code conventions.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-01 18:30:07 UTC (rev 788)
+++ japi.ipr 2009-02-01 18:30:46 UTC (rev 789)
@@ -63,6 +63,15 @@
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="" />
<option name="HTML_DO_NOT_INDENT_CHILDREN_OF" value="" />
<option name="ENUM_CONSTANTS_WRAP" value="2" />
+ <ADDITIONAL_INDENT_OPTIONS fileType="">
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="4" />
+ <option name="USE_TAB_CHARACTER" value="false" />
+ <option name="SMART_TABS" value="false" />
+ <option name="LABEL_INDENT_SIZE" value="0" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="false" />
+ </ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS fileType="groovy">
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
@@ -208,26 +217,238 @@
</option>
<option name="IGNORE_DEPRECATED" value="false" />
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
- <option name="myAdditionalJavadocTags" value="note,todo,retval,pre,warning" />
+ <option name="myAdditionalJavadocTags" value="note,todo,retval,pre,warning,fixme" />
</inspection_tool>
- <inspection_tool class="MagicNumber" level="WARNING" enabled="true">
- <option name="m_ignoreInHashCode" value="true" />
+ <inspection_tool class="CloneableImplementsClone" level="WARNING" enabled="true">
+ <option name="m_ignoreCloneableDueToInheritance" value="true" />
</inspection_tool>
- <inspection_tool class="IteratorNextDoesNotThrowNoSuchElementException" level="WARNING" enabled="true" />
- <inspection_tool class="IteratorHasNextCallsIteratorNext" level="WARNING" enabled="true" />
- <inspection_tool class="MisspelledEquals" level="WARNING" enabled="true" />
- <inspection_tool class="CovariantEquals" level="WARNING" enabled="true" />
- <inspection_tool class="CovariantCompareTo" level="WARNING" enabled="true" />
- <inspection_tool class="CastConflictsWithInstanceof" level="WARNING" enabled="true" />
- <inspection_tool class="CollectionAddedToSelf" level="WARNING" enabled="true" />
- <inspection_tool class="ComparableImplementedButEqualsNotOverridden" level="WARNING" enabled="true" />
- <inspection_tool class="MisspelledCompareTo" level="WARNING" enabled="true" />
- <inspection_tool class="NonShortCircuitBoolean" level="WARNING" enabled="true" />
- <inspection_tool class="MisspelledToString" level="WARNING" enabled="true" />
- <inspection_tool class="DeclareCollectionAsInterface" level="WARNING" enabled="true">
- <option name="ignoreLocalVariables" value="false" />
- <option name="ignorePrivateMethodsAndFields" value="false" />
+ <inspection_tool class="InstanceVariableInitialization" level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="true" />
</inspection_tool>
+ <inspection_tool class="EnumeratedConstantNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*|[A-Z_\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="3" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="LocalVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_ignoreForLoopParameters" value="false" />
+ <option name="m_ignoreCatchParameters" value="false" />
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="StaticVariableNamingConvention" level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="SuspiciousMethodCalls" level="WARNING" enabled="true">
+ <option name="REPORT_CONVERTIBLE_METHOD_CALLS" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ArgNamesErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ArgNamesWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="DeclareParentsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringAopErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringAopWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="Geronimo" level="ERROR" enabled="false" />
+ <inspection_tool class="Glassfish" level="ERROR" enabled="false" />
+ <inspection_tool class="JBoss" level="ERROR" enabled="false" />
+ <inspection_tool class="Weblogic" level="ERROR" enabled="false" />
+ <inspection_tool class="SillyAssignmentJS" level="WARNING" enabled="false" />
+ <inspection_tool class="IncompatibleMaskJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBitwiseExpressionJS" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ShiftOutOfRangeJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditionalExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantIfStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FallthroughInSwitchStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="LoopStatementThatDoesntLoopJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBooleanExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialIfJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialConditionalJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryContinueJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryReturnJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnBreakStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnContinueStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="CssInvalidElementInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssRgbFunctionInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssInvalidShorthandPropertyValue" level="ERROR" enabled="false" />
+ <inspection_tool class="CssNoGenericFontName" level="WARNING" enabled="false" />
+ <inspection_tool class="CssUnitlessNumber" level="WARNING" enabled="false" />
+ <inspection_tool class="CssNegativeValueInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssOverwrittenProperties" level="WARNING" enabled="false" />
+ <inspection_tool class="CssUnknownProperty" level="WARNING" enabled="false">
+ <option name="myCustomPropertiesEnabled" value="false" />
+ <option name="myCustomPropertiesList">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="CssUnusedSymbolInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLocalVariableJS" level="WARNING" enabled="false">
+ <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
+ <option name="m_ignoreAnnotatedVariables" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ContinueOrBreakFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ExceptionCaughtLocallyJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ReturnFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FacesModelInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="NonJREEmulationClassesInClientCode" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtServiceNotRegistered" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentI18nInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTRemoteServiceAsyncCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentSerializableClass" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtMethodWithParametersInConstantsInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="NonSerializableServiceParameters" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtJavaScriptReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTStyleCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtToHtmlReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateMappingDatasourceDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateConfigDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateMappingDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckEmptyScriptTag" level="WARNING" enabled="false" />
+ <inspection_tool class="HtmlExtraClosingTag" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckImageSize" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckValidXmlInScriptTagBody" level="ERROR" enabled="false" />
+ <inspection_tool class="RequiredAttributes" level="WARNING" enabled="false">
+ <option name="myAdditionalRequiredHtmlAttributes" value="" />
+ </inspection_tool>
+ <inspection_tool class="HtmlUnknownTag" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="embed" />
+ <item index="1" class="java.lang.String" itemvalue="nobr" />
+ <item index="2" class="java.lang.String" itemvalue="noembed" />
+ <item index="3" class="java.lang.String" itemvalue="comment" />
+ <item index="4" class="java.lang.String" itemvalue="script" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="HtmlUnknownAttribute" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="type" />
+ <item index="1" class="java.lang.String" itemvalue="wmode" />
+ <item index="2" class="java.lang.String" itemvalue="src" />
+ <item index="3" class="java.lang.String" itemvalue="width" />
+ <item index="4" class="java.lang.String" itemvalue="height" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="SimplifiableIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="MissedExecutable" level="WARNING" enabled="false" />
+ <inspection_tool class="ForCanBeForeach" level="WARNING" enabled="false">
+ <option name="REPORT_INDEXED_LOOP" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryBoxing" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryUnboxing" level="WARNING" enabled="false" />
+ <inspection_tool class="WhileCanBeForeach" level="WARNING" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbErrorInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbWarningInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="EjbDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="EjbQlInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JavaeeApplicationDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="MimeType" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaORMDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaModelErrorInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaModelWarningInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="JpaQlInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaQueryApiInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="WebProperties" level="ERROR" enabled="false" />
+ <inspection_tool class="WebWarnings" level="WARNING" enabled="false" />
+ <inspection_tool class="JSUntypedDeclaration" level="WARNING" enabled="false" />
+ <inspection_tool class="JSDeprecatedSymbols" level="INFO" enabled="false" />
+ <inspection_tool class="JSDuplicatedDeclaration" level="WARNING" enabled="false" />
+ <inspection_tool class="JSUndeclaredVariable" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnresolvedFunction" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnresolvedVariable" level="INFO" enabled="false" />
+ <inspection_tool class="JSUnusedLocalSymbols" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicateCaseLabelJS" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicatePropertyOnObjectJS" level="WARNING" enabled="false" />
+ <inspection_tool class="BadExpressionStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FunctionWithInconsistentReturnsJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ReservedWordUsedAsNameJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ThisExpressionReferencesGlobalObjectJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnreachableCodeJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ELValidationInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckJsfComponentUnderViewTag" level="INFO" enabled="false" />
+ <inspection_tool class="ELSpecValidationInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="ReferencesToClassesFromDefaultPackagesInJSPFile" level="ERROR" enabled="false" />
+ <inspection_tool class="SelfIncludingJspFiles" level="ERROR" enabled="false" />
+ <inspection_tool class="ComponentNotRegistered" level="WARNING" enabled="false">
+ <option name="CHECK_ACTIONS" value="true" />
+ <option name="IGNORE_NON_PUBLIC" value="true" />
+ </inspection_tool>
+ <inspection_tool class="PointlessArithmeticExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyStatementBodyJS" level="WARNING" enabled="false">
+ <option name="m_reportEmptyBlocks" value="false" />
+ </inspection_tool>
+ <inspection_tool class="InfiniteLoopJS" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteRecursionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="AbstractBeanReferencesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AutowiredDependenciesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringBeanConstructorArgInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="DuplicatedBeanNamesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringInjectionValueConsistencyInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="InjectionValueTypeInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanLookupMethodInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringReplacedMethodsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanAutowiringInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanDepedencyCheckInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringFactoryMethodInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanInstantiationInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringBeanNameConventionInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringInjectionValueStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringJamErrorInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringModelInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringScopesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="UtilSchemaInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="StrutsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="StrutsTilesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="StrutsValidatorInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="StrutsValidatorFormInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="dependsOnMethodTestNG" level="WARNING" enabled="false" />
+ <inspection_tool class="groupsTestNG" level="WARNING" enabled="false">
+ <option name="groups">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="BoundFieldAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="OneButtonGroup" level="WARNING" enabled="false" />
+ <inspection_tool class="DuplicateMnemonic" level="WARNING" enabled="false" />
+ <inspection_tool class="MissingMnemonic" level="WARNING" enabled="false" />
+ <inspection_tool class="NoLabelFor" level="WARNING" enabled="false" />
+ <inspection_tool class="NoButtonGroup" level="WARNING" enabled="false" />
+ <inspection_tool class="NoScrollPane" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyWebServiceClass" level="WARNING" enabled="false" />
+ <inspection_tool class="OneWayWebMethod" level="ERROR" enabled="false" />
+ <inspection_tool class="ImplicitlyExposedWebServiceMethods" level="INFO" enabled="false" />
+ <inspection_tool class="NonJaxWsWebServices" level="WARNING" enabled="false" />
+ <inspection_tool class="ValidExternallyBoundObject" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckXmlFileWithXercesValidator" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckDtdRefs" level="ERROR" enabled="false" />
+ <inspection_tool class="XmlWrongRootElement" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckTagEmptyBody" level="WARNING" enabled="false" />
<inspection_tool class="ReplaceAssignmentWithOperatorAssignment" level="WARNING" enabled="true">
<option name="ignoreLazyOperators" value="true" />
<option name="ignoreObscureOperators" value="false" />
@@ -235,6 +456,7 @@
<inspection_tool class="AssignmentToForLoopParameter" level="WARNING" enabled="true">
<option name="m_checkForeachParameters" value="false" />
</inspection_tool>
+ <inspection_tool class="AssignmentToNull" level="WARNING" enabled="true" />
<inspection_tool class="AssignmentToCatchBlockParameter" level="WARNING" enabled="true" />
<inspection_tool class="AssignmentToCollectionFieldFromParameter" level="WARNING" enabled="true">
<option name="ignorePrivateMethods" value="true" />
@@ -246,31 +468,49 @@
<option name="ignoreTransformationOfOriginalParameter" value="false" />
</inspection_tool>
<inspection_tool class="AssignmentToStaticFieldFromInstanceMethod" level="WARNING" enabled="true" />
- <inspection_tool class="ClassMayBeInterface" level="WARNING" enabled="true" />
- <inspection_tool class="ClassNameDiffersFromFileName" level="WARNING" enabled="true" />
- <inspection_tool class="ClassInTopLevelPackage" level="WARNING" enabled="true" />
- <inspection_tool class="MissingDeprecatedAnnotation" level="WARNING" enabled="true" />
- <inspection_tool class="MissingOverrideAnnotation" level="WARNING" enabled="true" />
- <inspection_tool class="CloneableImplementsClone" level="WARNING" enabled="true">
- <option name="m_ignoreCloneableDueToInheritance" value="true" />
+ <inspection_tool class="AssignmentUsedAsCondition" level="WARNING" enabled="true" />
+ <inspection_tool class="NestedAssignment" level="WARNING" enabled="true" />
+ <inspection_tool class="IncrementDecrementUsedAsExpression" level="WARNING" enabled="true" />
+ <inspection_tool class="AntDuplicateTargetsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AntDuplicateImportedTargetsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="AntMissingPropertiesFileInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="LiteralAsArgToStringEquals" level="WARNING" enabled="true" />
+ <inspection_tool class="NegatedConditional" level="WARNING" enabled="true">
+ <option name="m_ignoreNegatedNullComparison" value="true" />
</inspection_tool>
- <inspection_tool class="CStyleArrayDeclaration" level="WARNING" enabled="true" />
- <inspection_tool class="ChainedEquality" level="WARNING" enabled="true" />
- <inspection_tool class="ConfusingOctalEscape" level="WARNING" enabled="true" />
- <inspection_tool class="LocalCanBeFinal" level="WARNING" enabled="true">
- <option name="REPORT_VARIABLES" value="true" />
- <option name="REPORT_PARAMETERS" value="true" />
+ <inspection_tool class="NegatedIfElse" level="WARNING" enabled="true">
+ <option name="m_ignoreNegatedNullComparison" value="true" />
</inspection_tool>
- <inspection_tool class="MissortedModifiers" level="WARNING" enabled="true">
- <option name="m_requireAnnotationsFirst" value="true" />
+ <inspection_tool class="ObjectEquality" level="WARNING" enabled="true">
+ <option name="m_ignoreEnums" value="true" />
+ <option name="m_ignoreClassObjects" value="false" />
+ <option name="m_ignorePrivateConstructors" value="false" />
</inspection_tool>
- <inspection_tool class="UnnecessaryThis" level="WARNING" enabled="true" />
- <inspection_tool class="UnnecessaryEnumModifier" level="WARNING" enabled="true" />
- <inspection_tool class="UnnecessaryInterfaceModifier" level="WARNING" enabled="true" />
- <inspection_tool class="UnnecessaryQualifierForThis" level="WARNING" enabled="true" />
- <inspection_tool class="FallthruInSwitchStatement" level="WARNING" enabled="true" />
+ <inspection_tool class="ReturnNull" level="WARNING" enabled="true">
+ <option name="m_reportObjectMethods" value="true" />
+ <option name="m_reportArrayMethods" value="true" />
+ <option name="m_reportCollectionMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnterminatedStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="EqualsAndHashcode" level="WARNING" enabled="true" />
+ <inspection_tool class="OnDemandImport" level="WARNING" enabled="true" />
+ <inspection_tool class="SamePackageImport" level="WARNING" enabled="true" />
+ <inspection_tool class="JavaLangImport" level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantImport" level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedImport" level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofChain" level="WARNING" enabled="true" />
<inspection_tool class="ClassReferencesSubclass" level="WARNING" enabled="true" />
+ <inspection_tool class="DeclareCollectionAsInterface" level="WARNING" enabled="true">
+ <option name="ignoreLocalVariables" value="false" />
+ <option name="ignorePrivateMethodsAndFields" value="false" />
+ </inspection_tool>
+ <inspection_tool class="FeatureEnvy" level="WARNING" enabled="true">
+ <option name="ignoreTestCases" value="true" />
+ </inspection_tool>
<inspection_tool class="InstanceofThis" level="WARNING" enabled="true" />
+ <inspection_tool class="MagicNumber" level="WARNING" enabled="true">
+ <option name="m_ignoreInHashCode" value="true" />
+ </inspection_tool>
<inspection_tool class="OverlyStrongTypeCast" level="WARNING" enabled="true">
<option name="ignoreInMatchingInstanceof" value="false" />
</inspection_tool>
@@ -278,8 +518,16 @@
<option name="useRighthandTypeAsWeakestTypeInAssignments" value="true" />
<option name="useParameterizedTypeForCollectionMethods" value="true" />
</inspection_tool>
+ <inspection_tool class="ClassMayBeInterface" level="WARNING" enabled="true" />
+ <inspection_tool class="ClassNameDiffersFromFileName" level="WARNING" enabled="true" />
+ <inspection_tool class="ClassInTopLevelPackage" level="WARNING" enabled="true" />
+ <inspection_tool class="EmptyClass" level="WARNING" enabled="true" />
<inspection_tool class="FinalMethodInFinalClass" level="WARNING" enabled="true" />
+ <inspection_tool class="MissingOverrideAnnotation" level="WARNING" enabled="true" />
+ <inspection_tool class="MissingDeprecatedAnnotation" level="WARNING" enabled="true" />
<inspection_tool class="MultipleTopLevelClassesInFile" level="WARNING" enabled="true" />
+ <inspection_tool class="ClassInitializer" level="WARNING" enabled="true" />
+ <inspection_tool class="Singleton" level="WARNING" enabled="true" />
<inspection_tool class="ProtectedMemberInFinalClass" level="WARNING" enabled="true" />
<inspection_tool class="PublicConstructorInNonPublicClass" level="WARNING" enabled="true" />
<inspection_tool class="UtilityClassWithPublicConstructor" level="WARNING" enabled="true" />
@@ -289,24 +537,74 @@
<inspection_tool class="ObsoleteCollection" level="WARNING" enabled="true">
<option name="ignoreLibraryArguments" value="false" />
</inspection_tool>
- <inspection_tool class="DuplicateBooleanBranch" level="WARNING" enabled="true" />
+ <inspection_tool class="CStyleArrayDeclaration" level="WARNING" enabled="true" />
+ <inspection_tool class="CallToStringConcatCanBeReplacedByOperator" level="WARNING" enabled="true" />
+ <inspection_tool class="ChainedEquality" level="WARNING" enabled="true" />
+ <inspection_tool class="ConfusingOctalEscape" level="WARNING" enabled="true" />
+ <inspection_tool class="ControlFlowStatementWithoutBraces" level="WARNING" enabled="true" />
+ <inspection_tool class="ListIndexOfReplaceableByContains" level="WARNING" enabled="true" />
+ <inspection_tool class="LocalCanBeFinal" level="WARNING" enabled="true">
+ <option name="REPORT_VARIABLES" value="true" />
+ <option name="REPORT_PARAMETERS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="MissortedModifiers" level="WARNING" enabled="true">
+ <option name="m_requireAnnotationsFirst" value="true" />
+ </inspection_tool>
+ <inspection_tool class="MultipleDeclaration" level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantFieldInitialization" level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantImplements" level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryConstructor" level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessarilyQualifiedStaticUsage" level="WARNING" enabled="true">
+ <option name="m_ignoreStaticFieldAccesses" value="false" />
+ <option name="m_ignoreStaticMethodCalls" value="false" />
+ <option name="m_ignoreStaticAccessFromStaticContext" value="false" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryThis" level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessarySuperConstructo...
[truncated message content] |
|
From: <chr...@us...> - 2009-02-14 10:29:57
|
Revision: 797
http://japi.svn.sourceforge.net/japi/?rev=797&view=rev
Author: christianhujer
Date: 2009-02-14 10:29:48 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated configuration to IntelliJ IDEA 8.1.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-09 02:35:38 UTC (rev 796)
+++ japi.ipr 2009-02-14 10:29:48 UTC (rev 797)
@@ -117,6 +117,15 @@
<option name="LABEL_INDENT_SIZE" value="0" />
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
</ADDITIONAL_INDENT_OPTIONS>
+ <ADDITIONAL_INDENT_OPTIONS fileType="sql">
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="4" />
+ <option name="USE_TAB_CHARACTER" value="false" />
+ <option name="SMART_TABS" value="false" />
+ <option name="LABEL_INDENT_SIZE" value="0" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="false" />
+ </ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS fileType="xml">
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
@@ -150,11 +159,23 @@
<entry name="?*.Converter" />
</wildcardResourcePatterns>
</component>
+ <component name="CopyrightManager" default="">
+ <copyright>
+ <option name="notice" value="Copyright (C) 2009 Christian Hujer. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="LGPL 2.1" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <module2copyright>
+ <element module="Libs (LGPL)" copyright="LGPL 2.1" />
+ </module2copyright>
+ </component>
<component name="CppTools.Loader" warnedAboutFileOutOfSourceRoot="true" />
<component name="DependenciesAnalyzeManager">
<option name="myForwardDirection" value="false" />
</component>
<component name="DependencyValidationManager">
+ <scope name="Libs (LGPL)" pattern="(file[group:libs]:*//*||file[group:libs]:*//*)&&!file[libs-finance]:*//*" />
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
<deny_rule from_scope="Production" to_scope="Tests" is_deny="true" />
</component>
@@ -172,7 +193,7 @@
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" defaultCharsetForPropertiesFiles="ISO-8859-1" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
@@ -945,6 +966,9 @@
<option name="projectName" value="japi" />
</component>
<component name="ProjectFileVersion" converted="true" />
+ <component name="ProjectKey">
+ <option name="state" value="https://japi.svn.sourceforge.net/svnroot/japi/japi.ipr" />
+ </component>
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" filepath="$PROJECT_DIR$/progs/batcher/trunk/Batcher.iml" group="progs" />
@@ -1045,6 +1069,7 @@
</component>
<component name="SvnBranchConfigurationManager">
<option name="myVersion" value="124" />
+ <option name="mySupportsUserInfoFilter" value="true" />
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-15 12:45:26
|
Revision: 889
http://japi.svn.sourceforge.net/japi/?rev=889&view=rev
Author: christianhujer
Date: 2009-02-15 12:45:21 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
Update to IntelliJ IDEA 8.1. Add scopes for licenses. Add copyright settings for licenses. Add inspection policy dedicated to JUnit issues. Permit 'BadExceptionDeclared' in JUnit test cases.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-15 12:32:49 UTC (rev 888)
+++ japi.ipr 2009-02-15 12:45:21 UTC (rev 889)
@@ -161,13 +161,40 @@
</component>
<component name="CopyrightManager" default="">
<copyright>
- <option name="notice" value="Copyright (C) 2009 Christian Hujer. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" />
+ <option name="notice" value="Copyright (c) &#36;today.year Christian Hujer. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"." />
<option name="keyword" value="Copyright" />
+ <option name="myName" value="FDL 1.3" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <copyright>
+ <option name="notice" value="Copyright (C) &#36;today.year Christian Hujer This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>." />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="AGPL 3.0" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <copyright>
+ <option name="notice" value="Copyright (C) &#36;today.year Christian Hujer. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" />
+ <option name="keyword" value="Copyright" />
<option name="myName" value="LGPL 2.1" />
<option name="myLocal" value="true" />
</copyright>
+ <copyright>
+ <option name="notice" value="Copyright (C) &#36;today.year Christian Hujer This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA." />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="GPL 2.0" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <copyright>
+ <option name="notice" value="Copyright (C) &#36;today.year Christian Hujer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>." />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="GPL 3.0" />
+ <option name="myLocal" value="true" />
+ </copyright>
<module2copyright>
- <element module="Libs (LGPL)" copyright="LGPL 2.1" />
+ <element module="License: LGPL 2.1" copyright="LGPL 2.1" />
+ <element module="License: GPL 2.0" copyright="GPL 2.0" />
+ <element module="License: GPL 3.0" copyright="GPL 3.0" />
+ <element module="License: FDL 1.3" copyright="FDL 1.3" />
</module2copyright>
</component>
<component name="CppTools.Loader" warnedAboutFileOutOfSourceRoot="true" />
@@ -175,7 +202,10 @@
<option name="myForwardDirection" value="false" />
</component>
<component name="DependencyValidationManager">
- <scope name="Libs (LGPL)" pattern="(file[group:libs]:*//*||file[group:libs]:*//*)&&!file[libs-finance]:*//*" />
+ <scope name="License: LGPL 2.1" pattern="file[group:libs]:*//*&&!file[libs-finance]:*//*&&!file[libs-finance]:README&&!file[libs-finance]:libs-finance.iml||file[common]:*//*||file[common]:sun_checks.xml||file[common]:commonBuild.xml||file[common]:common.iml||file[common]:README||file[common]:QualityChecklist.txt||file[common]:LICENSE||file[common]:COPYING" />
+ <scope name="License: GPL 2.0" pattern="" />
+ <scope name="License: GPL 3.0" pattern="file[group:games]:*//*||file[group:progs]:*//*||file[group:tools]:*//*" />
+ <scope name="License: FDL 1.3" pattern="file[site]:*//*||file[site]:*//*||file[site]:README||file[site]:build.xml||file[site]:site.iml" />
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
<deny_rule from_scope="Production" to_scope="Tests" is_deny="true" />
</component>
@@ -209,6 +239,596 @@
<scopes />
<profiles>
<profile version="1.0" is_locked="false">
+ <option name="myName" value="JUnit Issues" />
+ <option name="myLocal" value="false" />
+ <inspection_tool class="AntDuplicateTargetsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AntDuplicateImportedTargetsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="AntMissingPropertiesFileInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ArgNamesErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="ArgNamesWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="AroundAdviceStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="DeclareParentsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="MissingAspectjAutoproxyInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="PointcutMethodStyleInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="SpringAopErrorsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="SpringAopWarningsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="Geronimo" level="ERROR" enabled="false" />
+ <inspection_tool class="Glassfish" level="ERROR" enabled="false" />
+ <inspection_tool class="JBoss" level="ERROR" enabled="false" />
+ <inspection_tool class="Weblogic" level="ERROR" enabled="false" />
+ <inspection_tool class="GroovySillyAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="SillyAssignmentJS" level="WARNING" enabled="false" />
+ <inspection_tool class="IncompatibleMask" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBitwiseExpression" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ShiftOutOfRange" level="WARNING" enabled="false" />
+ <inspection_tool class="IncompatibleMaskJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBitwiseExpressionJS" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ShiftOutOfRangeJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FieldCanBeLocal" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalPrivateMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalStaticMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="CloneCallsSuperClone" level="WARNING" enabled="false" />
+ <inspection_tool class="CloneDeclaresCloneNotSupported" level="WARNING" enabled="false" />
+ <inspection_tool class="ExtendsObject" level="WARNING" enabled="false" />
+ <inspection_tool class="TypeParameterExtendsObject" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessarySemicolon" level="WARNING" enabled="false" />
+ <inspection_tool class="UnterminatedStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyConstantConditional" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyConstantIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyFallthrough" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyTrivialIf" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyTrivialConditional" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnnecessaryContinue" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnnecessaryReturn" level="WARNING" enabled="false" />
+ <inspection_tool class="SimplifiableConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="InfiniteLoopStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="LoopStatementsThatDontLoop" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBooleanExpression" level="WARNING" enabled="false">
+ <option name="m_ignoreExpressionsContainingConstants" value="false" />
+ </inspection_tool>
+ <inspection_tool class="TrivialIf" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryConditionalExpression" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryContinue" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryReturn" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnBreakStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnContinueStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedLabel" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantConditionalExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ConstantIfStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FallthroughInSwitchStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="LoopStatementThatDoesntLoopJS" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBooleanExpressionJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialIfJS" level="WARNING" enabled="false" />
+ <inspection_tool class="TrivialConditionalJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryContinueJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryReturnJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnBreakStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLabelOnContinueStatementJS" level="WARNING" enabled="false" />
+ <inspection_tool class="CssInvalidElementInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssRgbFunctionInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssInvalidShorthandPropertyValue" level="ERROR" enabled="false" />
+ <inspection_tool class="CssInvalidImportInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="CssNoGenericFontName" level="WARNING" enabled="false" />
+ <inspection_tool class="CssUnitlessNumber" level="WARNING" enabled="false" />
+ <inspection_tool class="CssNegativeValueInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="CssOverwrittenProperties" level="WARNING" enabled="false" />
+ <inspection_tool class="CssOptimizeSimilarPropertiesInspection" level="INFO" enabled="false" />
+ <inspection_tool class="CssUnknownProperty" level="WARNING" enabled="false">
+ <option name="myCustomPropertiesEnabled" value="false" />
+ <option name="myCustomPropertiesList">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="CssUnusedSymbolInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="W3CssValidation" level="WARNING" enabled="false">
+ <option name="myCssVersion" value="css3" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryLocalVariable" level="WARNING" enabled="false">
+ <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
+ <option name="m_ignoreAnnotatedVariables" value="false" />
+ </inspection_tool>
+ <inspection_tool class="GroovyMissingReturnStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyUnusedAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="GroovyVariableNotAssigned" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryLocalVariableJS" level="WARNING" enabled="false">
+ <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
+ <option name="m_ignoreAnnotatedVariables" value="false" />
+ </inspection_tool>
+ <inspection_tool class="SameParameterValue" level="WARNING" enabled="false" />
+ <inspection_tool class="WeakerAccess" level="WARNING" enabled="false">
+ <option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
+ <option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
+ <option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
+ </inspection_tool>
+ <inspection_tool class="CanBeFinal" level="WARNING" enabled="false">
+ <option name="REPORT_CLASSES" value="false" />
+ <option name="REPORT_METHODS" value="false" />
+ <option name="REPORT_FIELDS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="DuplicateThrows" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyMethod" level="WARNING" enabled="false" />
+ <inspection_tool class="SameReturnValue" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantThrows" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryModuleDependencyInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedDeclaration" level="WARNING" enabled="false">
+ <option name="ADD_MAINS_TO_ENTRIES" value="true" />
+ <option name="ADD_APPLET_TO_ENTRIES" value="true" />
+ <option name="ADD_SERVLET_TO_ENTRIES" value="true" />
+ <option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
+ <option name="ADDITIONAL_ANNOTATIONS">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ <option name="ADD_EJB_TO_ENTRIES" value="true" />
+ <option name="ADD_JUNIT_TO_ENTRIES" value="true" />
+ <option name="ADD_TESTNG_TO_ENTRIES" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnusedParameters" level="WARNING" enabled="false" />
+ <inspection_tool class="UnusedReturnValue" level="WARNING" enabled="false" />
+ <inspection_tool class="UNUSED_SYMBOL" level="WARNING" enabled="false">
+ <option name="LOCAL_VARIABLE" value="true" />
+ <option name="FIELD" value="true" />
+ <option name="METHOD" value="true" />
+ <option name="CLASS" value="true" />
+ <option name="PARAMETER" value="true" />
+ <option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" />
+ <option name="INJECTION_ANNOS">
+ <value>
+ <list size="0" />
+ </value>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="Plugin.xmlValidity" level="ERROR" enabled="false" />
+ <inspection_tool class="CaughtExceptionImmediatelyRethrown" level="WARNING" enabled="false" />
+ <inspection_tool class="ContinueOrBreakFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyCatchBlock" level="WARNING" enabled="false">
+ <option name="m_includeComments" value="true" />
+ <option name="m_ignoreTestCases" value="true" />
+ <option name="m_ignoreIgnoreParameter" value="true" />
+ </inspection_tool>
+ <inspection_tool class="EmptyFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="EmptyTryBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="FinallyBlockCannotCompleteNormally" level="WARNING" enabled="false" />
+ <inspection_tool class="ReturnFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowFromFinallyBlock" level="WARNING" enabled="false" />
+ <inspection_tool class="UnhandledExceptionInJSP" level="WARNING" enabled="false" />
+ <inspection_tool class="ContinueOrBreakFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ExceptionCaughtLocallyJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ReturnFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="ThrowFromFinallyBlockJS" level="WARNING" enabled="false" />
+ <inspection_tool class="FacesModelInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="NoExplicitFinalizeCalls" level="WARNING" enabled="false" />
+ <inspection_tool class="FinalizeCallsSuperFinalize" level="WARNING" enabled="false">
+ <option name="m_ignoreForObjectSubclasses" value="false" />
+ </inspection_tool>
+ <inspection_tool class="FtlCallsInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlDeprecatedBuiltInsInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlFileReferencesInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlImportCallInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="FtlReferencesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlTypesInspection" level="WARNING" enabled="false" />
+ <inspection_tool class="FtlWellformednessInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="AccessStaticViaInstance" level="WARNING" enabled="false" />
+ <inspection_tool class="BooleanMethodIsAlwaysInverted" level="WARNING" enabled="false" />
+ <inspection_tool class="JavaDoc" level="WARNING" enabled="false">
+ <option name="TOP_LEVEL_CLASS_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="INNER_CLASS_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="METHOD_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
+ </value>
+ </option>
+ <option name="FIELD_OPTIONS">
+ <value>
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="REQUIRED_TAGS" value="" />
+ </value>
+ </option>
+ <option name="IGNORE_DEPRECATED" value="false" />
+ <option name="IGNORE_JAVADOC_PERIOD" value="true" />
+ <option name="myAdditionalJavadocTags" value="" />
+ </inspection_tool>
+ <inspection_tool class="JavadocReference" level="ERROR" enabled="false" />
+ <inspection_tool class="DefaultFileTemplate" level="WARNING" enabled="false">
+ <option name="CHECK_FILE_HEADER" value="true" />
+ <option name="CHECK_TRY_CATCH_SECTION" value="true" />
+ <option name="CHECK_METHOD_BODY" value="true" />
+ </inspection_tool>
+ <inspection_tool class="Deprecation" level="WARNING" enabled="false" />
+ <inspection_tool class="Dependency" level="ERROR" enabled="false" />
+ <inspection_tool class="UNCHECKED_WARNING" level="WARNING" enabled="false" />
+ <inspection_tool class="SillyAssignment" level="WARNING" enabled="false" />
+ <inspection_tool class="WrongPackageStatement" level="ERROR" enabled="false" />
+ <inspection_tool class="NonJREEmulationClassesInClientCode" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtDeprecatedPropertyKeyJavadocTag" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtObsoleteTypeArgsJavadocTag" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtServiceNotRegistered" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentI18nInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTRemoteServiceAsyncCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtInconsistentSerializableClass" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtMethodWithParametersInConstantsInterface" level="ERROR" enabled="false" />
+ <inspection_tool class="NonSerializableServiceParameters" level="ERROR" enabled="false" />
+ <inspection_tool class="gwtRawAsyncCallback" level="WARNING" enabled="false" />
+ <inspection_tool class="GwtJavaScriptReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="GWTStyleCheck" level="ERROR" enabled="false" />
+ <inspection_tool class="GwtToHtmlReferences" level="ERROR" enabled="false" />
+ <inspection_tool class="BindingAnnotationWithoutInject" level="WARNING" enabled="false" />
+ <inspection_tool class="ConflictingAnnotations" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidRequestParameters" level="WARNING" enabled="false" />
+ <inspection_tool class="InjectOfNonPublicMember" level="WARNING" enabled="false" />
+ <inspection_tool class="InterceptionAnnotationWithoutRuntimeRetention" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidImplementedBy" level="WARNING" enabled="false" />
+ <inspection_tool class="InvalidProvidedBy" level="WARNING" enabled="false" />
+ <inspection_tool class="MultipleInjectedConstructorsForClass" level="WARNING" enabled="false" />
+ <inspection_tool class="MultipleBindingAnnotations" level="WARNING" enabled="false" />
+ <inspection_tool class="PointlessBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantToBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantToProviderBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="RedundantScopeBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="SessionScopedInjectsRequestScoped" level="WARNING" enabled="false" />
+ <inspection_tool class="SingletonInjectsScoped" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableImplementedByClass" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableProvidedByClass" level="WARNING" enabled="false" />
+ <inspection_tool class="UninstantiableBinding" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryStaticInjection" level="WARNING" enabled="false" />
+ <inspection_tool class="HibernateMappingDatasourceDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateConfigDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateMappingDomInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="HtmlDeprecatedTag" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckEmptyScriptTag" level="WARNING" enabled="false" />
+ <inspection_tool class="HtmlExtraClosingTag" level="ERROR" enabled="false" />
+ <inspection_tool class="CheckImageSize" level="WARNING" enabled="false" />
+ <inspection_tool class="CheckValidXmlInScriptTagBody" level="ERROR" enabled="false" />
+ <inspection_tool class="RequiredAttributes" level="WARNING" enabled="false">
+ <option name="myAdditionalRequiredHtmlAttributes" value="" />
+ </inspection_tool>
+ <inspection_tool class="HtmlUnknownTag" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="embed" />
+ <item index="1" class="java.lang.String" itemvalue="nobr" />
+ <item index="2" class="java.lang.String" itemvalue="noembed" />
+ <item index="3" class="java.lang.String" itemvalue="comment" />
+ <item index="4" class="java.lang.String" itemvalue="script" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="HtmlUnknownAttribute" level="WARNING" enabled="false">
+ <option name="myValues">
+ <value>
+ <list size="5">
+ <item index="0" class="java.lang.String" itemvalue="type" />
+ <item index="1" class="java.lang.String" itemvalue="wmode" />
+ <item index="2" class="java.lang.String" itemvalue="src" />
+ <item index="3" class="java.lang.String" itemvalue="width" />
+ <item index="4" class="java.lang.String" itemvalue="height" />
+ </list>
+ </value>
+ </option>
+ <option name="myCustomValuesEnabled" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UNUSED_IMPORT" level="WARNING" enabled="false" />
+ <inspection_tool class="ExtendsAnnotation" level="WARNING" enabled="false" />
+ <inspection_tool class="UnresolvedPropertyKey" level="ERROR" enabled="false" />
+ <inspection_tool class="SimplifiableIfStatement" level="WARNING" enabled="false" />
+ <inspection_tool class="MissedExecutable" level="WARNING" enabled="false" />
+ <inspection_tool class="ForCanBeForeach" level="WARNING" enabled="false">
+ <option name="REPORT_INDEXED_LOOP" value="true" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryBoxing" level="WARNING" enabled="false" />
+ <inspection_tool class="UnnecessaryUnboxing" level="WARNING" enabled="false" />
+ <inspection_tool class="WhileCanBeForeach" level="WARNING" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMInspection" level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMDomInspection" leve...
[truncated message content] |
|
From: <chr...@us...> - 2009-02-17 19:55:31
|
Revision: 932
http://japi.svn.sourceforge.net/japi/?rev=932&view=rev
Author: christianhujer
Date: 2009-02-17 19:55:29 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
Enabled inspection ParameterNameDiffersFromOverriddenParameter.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-17 19:54:46 UTC (rev 931)
+++ japi.ipr 2009-02-17 19:55:29 UTC (rev 932)
@@ -198,9 +198,6 @@
</module2copyright>
</component>
<component name="CppTools.Loader" warnedAboutFileOutOfSourceRoot="true" />
- <component name="DependenciesAnalyzeManager">
- <option name="myForwardDirection" value="false" />
- </component>
<component name="DependencyValidationManager">
<scope name="License: LGPL 2.1" pattern="file[group:libs]:*//*&&!file[libs-finance]:*//*&&!file[libs-finance]:README&&!file[libs-finance]:libs-finance.iml||file[common]:*//*||file[common]:sun_checks.xml||file[common]:commonBuild.xml||file[common]:common.iml||file[common]:README||file[common]:QualityChecklist.txt||file[common]:LICENSE||file[common]:COPYING" />
<scope name="License: GPL 2.0" pattern="" />
@@ -1396,6 +1393,10 @@
<inspection_tool class="ReadObjectInitialization" level="WARNING" enabled="true" />
<inspection_tool class="ChannelResource" level="WARNING" enabled="true" />
<inspection_tool class="IOResource" level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterNameDiffersFromOverriddenParameter" level="WARNING" enabled="true">
+ <option name="m_ignoreSingleCharacterNames" value="false" />
+ <option name="m_ignoreOverridesOfLibraryMethods" value="false" />
+ </inspection_tool>
</profile>
</profiles>
<list size="4">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-26 13:38:10
|
Revision: 1191
http://japi.svn.sourceforge.net/japi/?rev=1191&view=rev
Author: christianhujer
Date: 2009-02-26 13:38:08 +0000 (Thu, 26 Feb 2009)
Log Message:
-----------
Hardened javadoc inspections.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-26 10:34:15 UTC (rev 1190)
+++ japi.ipr 2009-02-26 13:38:08 UTC (rev 1191)
@@ -831,25 +831,25 @@
<inspection_tool class="JavaDoc" level="ERROR" enabled="true">
<option name="TOP_LEVEL_CLASS_OPTIONS">
<value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
- <option name="REQUIRED_TAGS" value="" />
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="package" />
+ <option name="REQUIRED_TAGS" value="@author@param" />
</value>
</option>
<option name="INNER_CLASS_OPTIONS">
<value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="private" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="METHOD_OPTIONS">
<value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="private" />
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
</value>
</option>
<option name="FIELD_OPTIONS">
<value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
+ <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="private" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-17 23:11:35
|
Revision: 942
http://japi.svn.sourceforge.net/japi/?rev=942&view=rev
Author: christianhujer
Date: 2009-02-17 22:29:38 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
Disabled RedundantFieldInitialization inspection (conflicts with field not initialized).
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-17 22:27:45 UTC (rev 941)
+++ japi.ipr 2009-02-17 22:29:38 UTC (rev 942)
@@ -1107,7 +1107,6 @@
</inspection_tool>
<inspection_tool class="AssignmentToStaticFieldFromInstanceMethod" level="WARNING" enabled="true" />
<inspection_tool class="AssignmentUsedAsCondition" level="WARNING" enabled="true" />
- <inspection_tool class="NestedAssignment" level="WARNING" enabled="true" />
<inspection_tool class="IncrementDecrementUsedAsExpression" level="WARNING" enabled="true" />
<inspection_tool class="AntDuplicateTargetsInspection" level="ERROR" enabled="false" />
<inspection_tool class="AntDuplicateImportedTargetsInspection" level="WARNING" enabled="false" />
@@ -1189,7 +1188,6 @@
<option name="m_requireAnnotationsFirst" value="true" />
</inspection_tool>
<inspection_tool class="MultipleDeclaration" level="WARNING" enabled="true" />
- <inspection_tool class="RedundantFieldInitialization" level="WARNING" enabled="true" />
<inspection_tool class="RedundantImplements" level="WARNING" enabled="true" />
<inspection_tool class="UnnecessaryConstructor" level="WARNING" enabled="true" />
<inspection_tool class="UnnecessarilyQualifiedStaticUsage" level="WARNING" enabled="true">
@@ -1397,6 +1395,7 @@
<option name="m_ignoreSingleCharacterNames" value="false" />
<option name="m_ignoreOverridesOfLibraryMethods" value="false" />
</inspection_tool>
+ <inspection_tool class="NestedAssignment" level="WARNING" enabled="true" />
</profile>
</profiles>
<list size="4">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-22 10:47:12
|
Revision: 1054
http://japi.svn.sourceforge.net/japi/?rev=1054&view=rev
Author: christianhujer
Date: 2009-02-22 10:46:59 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
Enabled javadoc inspection.
Modified Paths:
--------------
japi.ipr
Modified: japi.ipr
===================================================================
--- japi.ipr 2009-02-22 10:17:57 UTC (rev 1053)
+++ japi.ipr 2009-02-22 10:46:59 UTC (rev 1054)
@@ -828,7 +828,7 @@
<profile version="1.0" is_locked="false">
<option name="myName" value="Project Default" />
<option name="myLocal" value="false" />
- <inspection_tool class="JavaDoc" level="WARNING" enabled="true">
+ <inspection_tool class="JavaDoc" level="ERROR" enabled="true">
<option name="TOP_LEVEL_CLASS_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
@@ -1396,6 +1396,7 @@
<option name="m_ignoreOverridesOfLibraryMethods" value="false" />
</inspection_tool>
<inspection_tool class="NestedAssignment" level="WARNING" enabled="true" />
+ <inspection_tool class="SSBasedInspection" level="ERROR" enabled="false" />
</profile>
</profiles>
<list size="4">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|