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 - [81cat] Test specification : Introduce Local extension needs updating
Summary: [81cat] Test specification : Introduce Local extension needs updating
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 04:28 UTC by manikantannaren
Modified: 2015-08-25 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.