Files
openide/platform/analysis-api
Nikolay Chashnikov cfae3211d0 [vfs] extract accessor method for protected methods in NewVirtualFileSystem and ArchiveFileSystem (IJPL-149126)
If we mark these methods as 'public,' they will be exposed in all implementations. So it's better to keep them 'protected' and call them via additional public @Internal accessor methods to avoid 'IllegalAccessError' if different modules are loaded by different classloaders.

GitOrigin-RevId: f50f83d38fd735440000a19e17bdaedbfaacb257
2024-05-02 08:45:55 +00:00
..