Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-470) Import Wizard should return IService's not IResolve's

Import Wizard should return IService's not IResolve's
-----------------------------------------------------

         Key: UDIG-470
         URL: http://jira.codehaus.org/browse/UDIG-470
     Project: uDIG
        Type: Improvement
  Components: ui  
    Versions: UDIG 1.1    
    Reporter: Justin Deoliveira
 Assigned to: Justin Deoliveira 
    Priority: Minor


Returning IResolve's makes resource processing more complex, having instanceof (IService,IGeoResource) littered throughout the code, for an example see ResourceSelectionPage#isPageComplete().

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



Back to the top