From: <aki...@us...> - 2011-10-15 18:44:30
|
Revision: 9016 http://gridarta.svn.sourceforge.net/gridarta/?rev=9016&view=rev Author: akirschbaum Date: 2011-10-15 18:44:24 +0000 (Sat, 15 Oct 2011) Log Message: ----------- Disable warning. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2011-10-15 18:42:56 UTC (rev 9015) +++ trunk/gridarta.ipr 2011-10-15 18:44:24 UTC (rev 9016) @@ -510,10 +510,6 @@ <option name="m_minLength" value="1" /> <option name="m_maxLength" value="64" /> </inspection_tool> - <inspection_tool class="InstanceVariableUninitializedUse" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="m_ignorePrimitives" value="false" /> - <option name="annotationNamesString" value="" /> - </inspection_tool> <inspection_tool class="InstanceofCatchParameter" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="InstanceofChain" enabled="true" level="WARNING" enabled_by_default="true"> <option name="ignoreInstanceofOnLibraryClasses" value="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aki...@us...> - 2011-10-15 23:51:50
|
Revision: 9043 http://gridarta.svn.sourceforge.net/gridarta/?rev=9043&view=rev Author: akirschbaum Date: 2011-10-15 23:51:44 +0000 (Sat, 15 Oct 2011) Log Message: ----------- Disable warning. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2011-10-15 23:50:03 UTC (rev 9042) +++ trunk/gridarta.ipr 2011-10-15 23:51:44 UTC (rev 9043) @@ -300,7 +300,6 @@ <inspection_tool class="AbstractMethodCallInConstructor" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="AbstractMethodOverridesAbstractMethod" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="AbstractMethodOverridesConcreteMethod" enabled="true" level="WARNING" enabled_by_default="true" /> - <inspection_tool class="AbstractMethodWithMissingImplementations" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="AccessToNonThreadSafeStaticFieldFromInstance" enabled="true" level="WARNING" enabled_by_default="true"> <option name="nonThreadSafeTypes" value="java.text.DateFormat,java.util.Calendar" /> </inspection_tool> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aki...@us...> - 2013-05-30 16:17:29
|
Revision: 9241 http://sourceforge.net/p/gridarta/code/9241 Author: akirschbaum Date: 2013-05-30 16:17:25 +0000 (Thu, 30 May 2013) Log Message: ----------- Disable warnings about missing static field initialization. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2013-05-30 09:08:33 UTC (rev 9240) +++ trunk/gridarta.ipr 2013-05-30 16:17:25 UTC (rev 9241) @@ -757,18 +757,12 @@ <option name="m_maxLength" value="64" /> </inspection_tool> <inspection_tool class="StaticSuite" enabled="true" level="WARNING" enabled_by_default="true" /> - <inspection_tool class="StaticVariableInitialization" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="m_ignorePrimitives" value="false" /> - </inspection_tool> <inspection_tool class="StaticVariableNamingConvention" enabled="true" level="WARNING" enabled_by_default="true"> <option name="checkMutableFinals" value="false" /> <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="StaticVariableUninitializedUse" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="m_ignorePrimitives" value="false" /> - </inspection_tool> <inspection_tool class="StringBufferReplaceableByString" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="StringConcatenationInLoops" enabled="false" level="WARNING" enabled_by_default="false"> <option name="m_ignoreUnlessAssigned" value="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aki...@us...> - 2013-07-14 08:16:21
|
Revision: 9331 http://sourceforge.net/p/gridarta/code/9331 Author: akirschbaum Date: 2013-07-14 08:16:16 +0000 (Sun, 14 Jul 2013) Log Message: ----------- Fix typo in .jar file name. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2013-07-14 08:07:35 UTC (rev 9330) +++ trunk/gridarta.ipr 2013-07-14 08:16:16 UTC (rev 9331) @@ -2290,7 +2290,7 @@ <component name="libraryTable"> <library name="annotations"> <CLASSES> - <root url="jar://$PROJECT_DIR$/lib/annotations-0-0.jar!/" /> + <root url="jar://$PROJECT_DIR$/lib/annotations-0.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aki...@us...> - 2013-11-23 13:33:00
|
Revision: 9498 http://sourceforge.net/p/gridarta/code/9498 Author: akirschbaum Date: 2013-11-23 13:32:53 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Disable warning about missing @author Javadoc comment. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2013-11-23 12:34:52 UTC (rev 9497) +++ trunk/gridarta.ipr 2013-11-23 13:32:53 UTC (rev 9498) @@ -549,7 +549,7 @@ <option name="TOP_LEVEL_CLASS_OPTIONS"> <value> <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="package" /> - <option name="REQUIRED_TAGS" value="@author" /> + <option name="REQUIRED_TAGS" value="" /> </value> </option> <option name="INNER_CLASS_OPTIONS"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aki...@us...> - 2014-01-26 19:31:40
|
Revision: 9546 http://sourceforge.net/p/gridarta/code/9546 Author: akirschbaum Date: 2014-01-26 19:31:34 +0000 (Sun, 26 Jan 2014) Log Message: ----------- Fix incorrect path names. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2014-01-26 19:27:03 UTC (rev 9545) +++ trunk/gridarta.ipr 2014-01-26 19:31:34 UTC (rev 9546) @@ -2295,7 +2295,7 @@ <component name="libraryTable"> <library name="annotations"> <CLASSES> - <root url="jar://$PROJECT_DIR$/rep/annotations/0.0/annotations-0.0.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/annotations/0.0/annotations-0.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -2358,7 +2358,7 @@ </library> <library name="japi-lib-swing-prefs"> <CLASSES> - <root url="jar://$PROJECT_DIR$/repo/japi-lib-swing-prefs/0.1.0/japi-lib-swing-prefs-0.1.0.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/japi-lib/japi-lib-swing-prefs/0.1.0/japi-lib-swing-prefs-0.1.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -2414,7 +2414,7 @@ </library> <library name="rsyntaxtextarea"> <CLASSES> - <root url="jar://$PROJECT_DIR$/../gridarta.tmprepo/rsyntaxtextarea/1.5.1/rsyntaxtextarea-1.5.1.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/rsyntaxtextarea/1.5.1/rsyntaxtextarea-1.5.1.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |