This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: IntelliJ IDEA 10 EAP (96.1190)
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
The IntelliJ IDEA development process goes on as usual - another week, another EAP build of IntelliJ IDEA X. This time, we’ve like to highlight the following new features:
Analyze | Infer Nullity… automatically analyzes the code in a given scope and adds @Nullable and @NotNull annotations to method parameters and return values according to the [...]