Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

japicmp doesn't report anything when a package-private inner class becomes private #76

Open
tdegueul opened this issue Jan 26, 2021 · 1 comment

Comments

@tdegueul
Copy link
Contributor

(not a Maracas issue per se, just to keep track)

V1:

class Outer {
	class Inner {
		
	}
}

V2:

class Outer {
	private class Inner {
		
	}
}

Result:

rascal> compareJars(|file:///v1.jar|, |file:///v2.jar|, "v1", "v2")
list[APIEntity]: []
@tdegueul
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant