mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
Previously, nested declarations (enum values, nested objects, static Java imports, etc.) were not copy-pasted as is, but instead fully qualified and then shortened based on the user's code style settings (which disallows importing nested declarations by default). This commit changes the behaviour of the KotlinCopyPasteReferenceProcessor and ShorteningProcessor to allow fully importing references regardless of the code style setting, which will closely resemble the original code. ^KTIJ-10687 fixed GitOrigin-RevId: 68ccfa51d5563a62e712863feff187df5515b908