[Cherbot-commit] SF.net SVN: cherbot: [121] trunk
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-01-01 18:07:28
|
Revision: 121
http://cherbot.svn.sourceforge.net/cherbot/?rev=121&view=rev
Author: christianhujer
Date: 2008-01-01 10:07:20 -0800 (Tue, 01 Jan 2008)
Log Message:
-----------
Updated IntelliJ IDEA project files.
Modified Paths:
--------------
trunk/cherbot.iml
trunk/cherbot.ipr
Modified: trunk/cherbot.iml
===================================================================
--- trunk/cherbot.iml 2007-10-12 19:06:05 UTC (rev 120)
+++ trunk/cherbot.iml 2008-01-01 18:07:20 UTC (rev 121)
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="DependecySynchronizer" />
- <component name="ModuleRootManager" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" packagePrefix="test" />
+ <sourceFolder url="file://$MODULE_DIR$/src/doc" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/prj" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/tst" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Modified: trunk/cherbot.ipr
===================================================================
--- trunk/cherbot.ipr 2007-10-12 19:06:05 UTC (rev 120)
+++ trunk/cherbot.ipr 2008-01-01 18:07:20 UTC (rev 121)
@@ -6,7 +6,6 @@
<component name="BuildJarProjectSettings">
<option name="BUILD_JARS_ON_MAKE" value="false" />
</component>
- <component name="ClearCase" />
<component name="CodeStyleProjectProfileManger">
<option name="PROJECT_PROFILE" />
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
@@ -85,11 +84,12 @@
</wildcardResourcePatterns>
</component>
<component name="CppTools.Loader" warnedAboutFileOutOfSourceRoot="true" />
- <component name="DataSourceManagerImpl" />
<component name="DependenciesAnalyzeManager">
<option name="myForwardDirection" value="false" />
</component>
- <component name="DependencyValidationManager" />
+ <component name="DependencyValidationManager">
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
+ </component>
<component name="EclipseCompilerSettings">
<option name="DEBUGGING_INFO" value="true" />
<option name="GENERATE_NO_WARNINGS" value="true" />
@@ -112,7 +112,6 @@
<option name="OPEN_IN_BROWSER" value="false" />
<option name="OUTPUT_DIRECTORY" />
</component>
- <component name="GUI Designer component loader factory" />
<component name="IdProvider" IDEtalkID="ED349DBC49AC650043B9D99F1B6300AE" />
<component name="InspectionProjectProfileManager">
<option name="PROJECT_PROFILE" value="Project Default" />
@@ -122,24 +121,6 @@
<profile version="1.0" is_locked="false">
<option name="myName" value="Project Default" />
<option name="myLocal" value="false" />
- <used_levels>
- <error>
- <option name="myName" value="ERROR" />
- <option name="myVal" value="400" />
- </error>
- <warning>
- <option name="myName" value="WARNING" />
- <option name="myVal" value="300" />
- </warning>
- <information>
- <option name="myName" value="INFO" />
- <option name="myVal" value="200" />
- </information>
- <server>
- <option name="myName" value="SERVER PROBLEM" />
- <option name="myVal" value="100" />
- </server>
- </used_levels>
<inspection_tool class="InstanceofChain" level="WARNING" enabled="true" />
<inspection_tool class="ClassReferencesSubclass" level="WARNING" enabled="true" />
<inspection_tool class="DeclareCollectionAsInterface" level="WARNING" enabled="true">
@@ -153,7 +134,9 @@
<inspection_tool class="MagicNumber" level="WARNING" enabled="true">
<option name="m_ignoreInHashCode" value="true" />
</inspection_tool>
- <inspection_tool class="OverlyStrongTypeCast" level="WARNING" enabled="true" />
+ <inspection_tool class="OverlyStrongTypeCast" level="WARNING" enabled="true">
+ <option name="ignoreInMatchingInstanceof" value="false" />
+ </inspection_tool>
<inspection_tool class="MethodOnlyUsedFromInnerClass" level="WARNING" enabled="true">
<option name="ignoreMethodsAccessedFromAnonymousClass" value="false" />
</inspection_tool>
@@ -239,7 +222,6 @@
<option name="m_ignorePrimitives" value="false" />
</inspection_tool>
<inspection_tool class="NonFinalStaticVariableUsedInClassInitialization" level="WARNING" enabled="true" />
- <inspection_tool class="OverriddenMethodCallInConstructor" level="WARNING" enabled="true" />
<inspection_tool class="StaticVariableInitialization" level="WARNING" enabled="true">
<option name="m_ignorePrimitives" value="false" />
</inspection_tool>
@@ -255,7 +237,9 @@
<option name="m_minLength" value="12" />
<option name="m_maxLength" value="64" />
</inspection_tool>
- <inspection_tool class="TestCaseWithNoTestMethods" level="WARNING" enabled="true" />
+ <inspection_tool class="TestCaseWithNoTestMethods" level="WARNING" enabled="true">
+ <option name="ignoreSupers" value="false" />
+ </inspection_tool>
<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" />
@@ -296,6 +280,8 @@
</inspection_tool>
<inspection_tool class="MethodWithMultipleLoops" level="WARNING" enabled="true" />
<inspection_tool class="MultipleReturnPointsPerMethod" level="WARNING" enabled="true">
+ <option name="ignoreGuardClauses" value="false" />
+ <option name="ignoreEqualsMethod" value="false" />
<option name="m_limit" value="1" />
</inspection_tool>
<inspection_tool class="ThrownExceptionsPerMethod" level="WARNING" enabled="true">
@@ -391,7 +377,7 @@
<option name="m_ignoreOverridesOfLibraryMethods" value="false" />
</inspection_tool>
<inspection_tool class="QuestionableName" level="WARNING" enabled="true">
- <option name="nameCheckString" value="foo,bar,baz" />
+ <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">
@@ -447,7 +433,7 @@
<inspection_tool class="NonSerializableWithSerializationMethods" level="WARNING" enabled="true" />
<inspection_tool class="NonSerializableWithSerialVersionUIDField" level="WARNING" enabled="true" />
<inspection_tool class="NonSerializableFieldInSerializableClass" level="WARNING" enabled="true">
- <option name="ignoreSerializableDueToInheritance" value="true" />
+ <option name="superClassString" value="java.awt.Component" />
</inspection_tool>
<inspection_tool class="NonSerializableObjectBoundToHttpSession" level="WARNING" enabled="true" />
<inspection_tool class="NonSerializableObjectPassedToObjectStream" level="WARNING" enabled="true" />
@@ -455,16 +441,16 @@
<inspection_tool class="ReadResolveAndWriteReplaceProtected" level="WARNING" enabled="true" />
<inspection_tool class="SerializableWithUnconstructableAncestor" level="WARNING" enabled="true" />
<inspection_tool class="SerializableHasSerializationMethods" level="WARNING" enabled="true">
- <option name="m_ignoreSerializableDueToInheritance" value="true" />
+ <option name="superClassString" value="java.awt.Component" />
</inspection_tool>
<inspection_tool class="SerializableHasSerialVersionUIDField" level="WARNING" enabled="true">
- <option name="m_ignoreSerializableDueToInheritance" value="true" />
+ <option name="superClassString" value="java.awt.Component" />
</inspection_tool>
<inspection_tool class="SerializableInnerClassHasSerialVersionUIDField" level="WARNING" enabled="true">
- <option name="m_ignoreSerializableDueToInheritance" value="true" />
+ <option name="superClassString" value="java.awt.Component" />
</inspection_tool>
<inspection_tool class="SerializableInnerClassWithNonSerializableOuterClass" level="WARNING" enabled="true">
- <option name="m_ignoreSerializableDueToInheritance" value="true" />
+ <option name="superClassString" value="java.awt.Component" />
</inspection_tool>
<inspection_tool class="SerialPersistentFieldsWithWrongSignature" level="WARNING" enabled="true" />
<inspection_tool class="SerialVersionUIDNotStaticFinal" level="WARNING" enabled="true" />
@@ -600,7 +586,9 @@
</inspection_tool>
<inspection_tool class="LabeledStatement" level="WARNING" enabled="true" />
<inspection_tool class="NestedSwitchStatement" level="WARNING" enabled="true" />
- <inspection_tool class="LoopConditionNotUpdatedInsideLoop" level="WARNING" enabled="true" />
+ <inspection_tool class="LoopConditionNotUpdatedInsideLoop" level="WARNING" enabled="true">
+ <option name="ignoreIterators" value="false" />
+ </inspection_tool>
<inspection_tool class="SwitchStatementWithConfusingDeclaration" level="WARNING" enabled="true" />
<inspection_tool class="OverlyComplexBooleanExpression" level="WARNING" enabled="true">
<option name="m_limit" value="3" />
@@ -700,6 +688,7 @@
<inspection_tool class="UnusedProperty" level="WARNING" enabled="true" />
</profile>
</profiles>
+ <list size="0" />
</component>
<component name="JavacSettings">
<option name="DEBUGGING_INFO" value="true" />
@@ -739,7 +728,6 @@
<option name="FILTER_INFO" value="true" />
<option name="CUSTOM_FILTER" />
</component>
- <component name="Monitor.Log4jWindowPlugin" />
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
@@ -861,6 +849,7 @@
</item>
</group>
</component>
+ <component name="ProjectFileVersion" converted="true" />
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/cherbot.iml" filepath="$PROJECT_DIR$/cherbot.iml" />
@@ -869,7 +858,6 @@
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/ideaclasses" />
</component>
- <component name="ProjectRunConfigurationManager" />
<component name="ResourceManagerContainer">
<option name="myResourceBundles">
<value>
@@ -884,12 +872,10 @@
<option name="GENERATE_IIOP_STUBS" value="false" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
</component>
- <component name="StarteamVcsAdapter" />
- <component name="SvnBranchConfigurationManager" />
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
- <component name="VssVcs" />
+ <component name="WebServicesPlugin" addRequiredLibraries="true" />
<component name="com.intellij.jsf.UserDefinedFacesConfigs">
<option name="USER_DEFINED_CONFIGS">
<value>
@@ -1119,6 +1105,5 @@
<SOURCES />
</library>
</component>
- <component name="uidesigner-configuration" />
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|