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:
Ilya Klyuchnikov
2014-07-10 10:35:28 +02:00
committed by peter
parent dca785bedd
commit 8c5790524b
12 changed files with 2649 additions and 2 deletions
@@ -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>