Bug 521311 - Generated code has errors if service provider instance ID doesn't have {}
Summary: Generated code has errors if service provider instance ID doesn't have {}
Status: ASSIGNED
Alias: None
Product: Lyo
Classification: Technology
Component: Tools (show other bugs)
Version: 2.2.0   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: 2.x.x   Edit
Assignee: Jad El-khoury CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 10:01 EDT by Jim Amsden CLA
Modified: 2017-08-31 14:00 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Amsden CLA 2017-08-23 10:01:45 EDT
If an instance ID is added to a service provider, the generated code is incorrect. For example:

ServiceProviderCatalogSingleton:
   private static String httpOpenServicesNetNsAmIoTPlatformServiceProviderIdentifier()
    {
        String identifier = ;
        return identifier;
    }

    public static ServiceProvider registerHttpOpenServicesNetNsAmIoTPlatformServiceProvider(final HttpServletRequest httpServletRequest,
                                                          final ServiceProvider serviceProvider,
                                                          )
                                                throws URISyntaxException