Files
openide/platform/util/base
Gregory.Shrago 5a24626e03 add proper wildcards for evictionListener
GitOrigin-RevId: ef7935a01801e338697ac67bc2d3afe83ea23b02
2024-02-21 21:34:57 +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.)