Files
openide/platform/util/base
Vladimir Krivosheev 82b321d57c IJPL-594 update fastutil 8.5.11 -> 8.5.13 (part 2)
GitOrigin-RevId: 4f55be9e64dc4a484750762590056d478b746c97
2024-02-07 17:03:23 +00:00
..

The module with base utility methods.

It is supposed to be shared with other project, including non-AWT one.

Thus, the main rules of adding new method here are:

- avoid external dependencies besides collections-related (fastutil are ok; Log4j or JDOM are not ok)
- avoid dependencies on other IntelliJ-specific modules or using IntelliJ-specific classes such as Key, Registry, Disposable, ProgressManager, etc.
- avoid using AWT or Swing classes there (Icon, KeyEvent, HTMLEditorKit, etc.)