The Artima Developer Community
Sponsored Link

Java Buzz Forum
Auto-infer @Nullable/@NotNull Annotations

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
s m

Posts: 2034
Nickname: sashika
Registered: Jul, 2005

sasha maximova works for JetBrains
Auto-infer @Nullable/@NotNull Annotations Posted: Dec 14, 2010 10:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by s m.
Original Post: Auto-infer @Nullable/@NotNull Annotations
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
Latest Java Buzz Posts
Latest Java Buzz Posts by s m
Latest Posts From IntelliJ IDEA Blog

Advertisement
For a long time already IntelliJ IDEA can detect probable NPE’s in your code. You need to annotate your methods/fields/variables with @Nullable/@NotNull annotations and IntelliJ IDEA will highlight possible contract violations. Good. But the annotations only begin to work when there is enough of them in the code. You do need to annotate your code [...]

Read: Auto-infer @Nullable/@NotNull Annotations

Topic: 4Chan Attcks Visa, But It Recovers Previous Topic   Next Topic Topic: Eclipse Cheat Sheets: Tips and Tricks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use