Fixed: Using public/private/protected/internal keywords on ambiguous namespace references

and compiling such keywords with `::` suffix.
This commit is contained in:
Jindra Petřík
2026-02-19 20:54:52 +01:00
parent 056113c454
commit 417ffda416
32 changed files with 454 additions and 164 deletions

View File

@@ -840,7 +840,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
* @throws IOException On I/O error
* @throws InterruptedException On interrupt
*/
public static void initPlayer() throws IOException, InterruptedException {
public static synchronized void initPlayer() throws IOException, InterruptedException {
if (playerGlobalAbcIndex == null) {
/*if (Configuration.getPlayerSWC() == null) {
throw new IOException("Player SWC library not found, please place it to " + Configuration.getFlashLibPath());