> On Nov 13, 2015, at 1:03 AM, Patrick Reinhart <patr...@reini.net> wrote:
> 
> I do not actually understand, what you mean by overlapping vs. partitioned 
> ones? I somehow did not got it…

Let’s say package p is split across three jar files:

jar1 contains p.P1, p.P2, p.P3
jar2 contains p.P1 
jar3 contains p.P4, p.P5

jar2 overlaps classes with jar1
jar1 and jar3 both have a package p but they don’t have any overlapped class.

Mandy

Reply via email to