CommonFactoryFinder.getFilterFactory2(null) throws NullPointerException
-----------------------------------------------------------------------

                 Key: GEOT-1585
                 URL: http://jira.codehaus.org/browse/GEOT-1585
             Project: GeoTools
          Issue Type: Bug
          Components: core main, core metadata
    Affects Versions: 2.4-RC0
         Environment: JDK 1.6.0_02, Windows XP Pro
            Reporter: John Fletcher
            Assignee: Jody Garnett
            Priority: Minor


CommonFactoryFinder.getFilterFactory2(null) throws NullPointerException, though 
javadoc states that null is an accepted parameter.  Current workaround is:

         Hints hints = new Hints(Collections.EMPTY_MAP);
         hints.put(Hints.FILTER_FACTORY, FilterFactory2.class);
         FilterFactory factory = CommonFactoryFinder.getFilterFactory2(hints);


-- 
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

Reply via email to