mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Draft implementation of inferring Nullity and Contract annotations
Current implementation is draft in following aspects: - It is not optimized for memory usage - keys are based on raw Strings, this is inefficient - No smart caching of results - Indices (equations) are not persistent and are in memory for now
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<orderEntry type="module" module-name="java-analysis-api" exported="" />
|
||||
<orderEntry type="module" module-name="resources-en" />
|
||||
<orderEntry type="module" module-name="xml-psi-impl" />
|
||||
<orderEntry type="library" exported="" name="asm5" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user