This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254676

Summary: [81cat] Test specification : Introduce Local extension needs updating
Product: qa Reporter: manikantannaren <manikantannaren>
Component: Test SpecificationsAssignee: issues@qa <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description manikantannaren 2015-08-25 04:28:47 UTC
Test case
http://services.netbeans.org/synergy/client/app/#/case/5650/suite/2041/v/1

The generated extension class also has this static method. 

 public static final IntroduceExt[] wrap(Introduce... introduces) {
        introduce.IntroduceExt[] result = new introduce.IntroduceExt[introduces.length];
        for (int i = 0; i < introduces.length; i++) {
            result[i] = new introduce.IntroduceExt(introduces[i]);
        }
        return result;
    }

The above lines of code should be made available in the expected result.