Another great IDEA presentation

My favourite IDEA presenter, Vaclav Pech is talking about code analysis tools in IDEA.  He talks about

  • Code Inspections (live and on demand)
  • Abstract Syntax Tree
  • The structural code inspection – AST context helps understand the Structure search and replace dialog and how you can use its functionality to make an Idea warning with autofix
  • language analysis
  • the annotations like @NotNull, @Pattern in new JSRs and the IntelliJ specific annotations @Language for analysis of strings
  • stacktrace detection
  • dataflow to/from this
  • duplicate detection
  • dependency analysis
Bookmark and Share

Related posts:

  1. Netbeans JavaFX plugin experience – and what about IntelliJ Idea?
  2. Key Promoter for IDEA
  3. How null breaks polymorphism: or the problem with null
  4. One up on C#: Annotations in Java
  5. Of Cisco, Tcl and Java
This entry was posted in IntelliJ IDEA, Java, Software Development. Bookmark the permalink.

Leave a Reply