> On Jan 9, 2017, at 5:28 PM, Xueming Shen <xueming.s...@oracle.com> wrote: > > http://cr.openjdk.java.net/~sherman/8172432/webrev/ > > the method has been updated as Paul suggested, to only take the root > module-info.class > and correct versioned meta-inf/versions/n/module-info.class
Does it miss “/“ between n and module-info.class? It reads to me it would return true if the name is "META-INF/versions/9module-info.class”? Can you add a test case to catch this? Mandy