Revision: 17583
http://sourceforge.net/p/gate/code/17583
Author: markagreenwood
Date: 2014-03-07 19:43:39 +0000 (Fri, 07 Mar 2014)
Log Message:
-----------
remove unnecessary cast
Modified Paths:
--------------
gate/trunk/.settings/org.eclipse.jdt.ui.prefs
gate/trunk/src/main/gate/creole/ConditionalSerialAnalyserController.java
Modified: gate/trunk/.settings/org.eclipse.jdt.ui.prefs
===================================================================
--- gate/trunk/.settings/org.eclipse.jdt.ui.prefs 2014-03-07 19:39:39 UTC
(rev 17582)
+++ gate/trunk/.settings/org.eclipse.jdt.ui.prefs 2014-03-07 19:43:39 UTC
(rev 17583)
@@ -1,12 +1,12 @@
-cleanup.add_default_serial_version_id=true
-cleanup.add_generated_serial_version_id=false
-cleanup.add_missing_annotations=true
+cleanup.add_default_serial_version_id=false
+cleanup.add_generated_serial_version_id=true
+cleanup.add_missing_annotations=false
cleanup.add_missing_deprecated_annotations=true
cleanup.add_missing_methods=false
cleanup.add_missing_nls_tags=false
cleanup.add_missing_override_annotations=true
cleanup.add_missing_override_annotations_interface_methods=true
-cleanup.add_serial_version_id=false
+cleanup.add_serial_version_id=true
cleanup.always_use_blocks=true
cleanup.always_use_parentheses_in_expressions=false
cleanup.always_use_this_for_non_static_field_access=false
@@ -32,9 +32,9 @@
cleanup.remove_trailing_whitespaces=false
cleanup.remove_trailing_whitespaces_all=true
cleanup.remove_trailing_whitespaces_ignore_empty=false
-cleanup.remove_unnecessary_casts=true
+cleanup.remove_unnecessary_casts=false
cleanup.remove_unnecessary_nls_tags=false
-cleanup.remove_unused_imports=true
+cleanup.remove_unused_imports=false
cleanup.remove_unused_local_variables=false
cleanup.remove_unused_private_fields=true
cleanup.remove_unused_private_members=false
@@ -49,7 +49,7 @@
cleanup.use_this_for_non_static_field_access_only_if_necessary=true
cleanup.use_this_for_non_static_method_access=false
cleanup.use_this_for_non_static_method_access_only_if_necessary=true
-cleanup_profile=_Mark1
+cleanup_profile=_GATE
cleanup_settings_version=2
eclipse.preferences.version=1
formatter_profile=_GATE-style
Modified:
gate/trunk/src/main/gate/creole/ConditionalSerialAnalyserController.java
===================================================================
--- gate/trunk/src/main/gate/creole/ConditionalSerialAnalyserController.java
2014-03-07 19:39:39 UTC (rev 17582)
+++ gate/trunk/src/main/gate/creole/ConditionalSerialAnalyserController.java
2014-03-07 19:43:39 UTC (rev 17583)
@@ -419,7 +419,7 @@
List<Parameter> newDisjunction = new
ArrayList<Parameter>(aDisjunction);
Iterator<Parameter> internalParIter = newDisjunction.iterator();
while(internalParIter.hasNext()){
- Parameter parameter = (Parameter)internalParIter.next();
+ Parameter parameter = internalParIter.next();
if(parameter.getName().equals("corpus") ||
parameter.getName().equals("document")) internalParIter.remove();
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs