Files
openide/uast
Nikolay Chashnikov 6f8ff1585a refactoring: split AttachmentFactory class into two
Some of the methods from AttachmentFactory don't depend on classes from platform.core, so they were moved to a new AttachmentFactory class which is located in platform.util module (this is needed to remove dependency on platform.core from platform.workspaceModel.jps module, IDEA-252970). Methods which do depend on intellij.core classes were moved to CoreAttachmentFactory class.

GitOrigin-RevId: 8669ecdfbf6ecb844e415014ca736459dc3d0e96
2023-02-10 21:03:58 +00:00
..