Files
openide/java/java-impl
Nikolay Chashnikovandintellij-monorepo-bot 32dd2dfc26 [java] refactoring: get rid of access to protected members in production not from subclasses in test code (IJPL-205216)
This is needed to avoid IllegalAccessError if tests are loaded by a different classloader and to allow enabling 'Suspicious Package-Private Access' for tests as well.

Separate test-only public accessor methods for are added.

GitOrigin-RevId: 36fde4112e67c9aab42097aa70ffbfbab1ec4ceb
2025-09-02 13:30:28 +00:00
..