ilya-klyuchnikov / faba

Fast Bytecode Analysis
15 stars 1 forks source link

an attempt to combine @NotNull and @Nullable analysis #27

Closed ilya-klyuchnikov closed 10 years ago

ilya-klyuchnikov commented 10 years ago

experiments show that this is not-optimal, since in many cases either @NotNull or @Nullable produces early result.

ilya-klyuchnikov commented 10 years ago

This approach is rejected.