Hi,
afraid I found some subtle bugs with some tests I forgot to check earlier:
http://cr.openjdk.java.net/~redestad/8159334/webrev.02/
- conceals() is expected to return an unmodified test
- need to consistently use the supplied packages in the plugin's
ModuleDescriptorBuilder
As a bonus I now avoid calling md.conceals() repeatedly in the plugin. ;-)
/Claes
On 2016-06-13 12:57, Alan Bateman wrote:
On 13/06/2016 10:26, Claes Redestad wrote:
Thanks for catching that, updated in-place.
Thanks, looks good.