DefaultFeatureCollection.getSchema() allocates unassigned object
----------------------------------------------------------------
Key: GEOT-1590
URL: http://jira.codehaus.org/browse/GEOT-1590
Project: GeoTools
Issue Type: Bug
Components: core main
Affects Versions: 2.4-RC0
Reporter: Erik Lovlie
Assignee: Jody Garnett
Priority: Critical
Fix For: 2.4-RC1
DefaultFeatureCollection.getSchema() allocates an object which is never
assigned to any reference:
<pre>
public FeatureType getSchema() {
if( childType == null ) {
// no children guess Features are okay then
new
DefaultFeatureType("AbstractFeatureType",FeatureTypes.DEFAULT_NAMESPACE,new
LinkedList(),new LinkedList(),null);
}
return childType;
}
</pre>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel