NB 8.2 Patch 1 Missing Things

Wade Chandler <[email protected]> Wed, 4 Jan 2017 11:39:30 -0500
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
Please look at:
http://hg.netbeans.org/main-golden/log/tip/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java <http://hg.netbeans.org/main-golden/log/tip/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java>
and
http://hg.netbeans.org/main-golden/file/tip/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java <http://hg.netbeans.org/main-golden/file/tip/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java>

and notice it has support for running and debugging a single test in Groovy files (I added this; Bruno Flavio merged it for me)

And then, look here:
http://hg.netbeans.org/releases/file/release82/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java <http://hg.netbeans.org/releases/file/release82/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java>
http://hg.netbeans.org/releases/log/release82/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java <http://hg.netbeans.org/releases/log/release82/groovy.support/src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java>

It seems the latest main-golden was never merged into the patch release. How do things get into a patch release? My understanding was things in main-golden would work into that release, but I seem to be missing something. Either way, I was hoping the contribution would have made it into patch 1 as it is quite useful, and I need it :-). This has been in main-golden since before the actual published release of 8.2 (so many months ago).

Any help appreciated, and many thanks,

Wade