Data flow analysis

Data flow analysis can show us potential errors in our logic

Data Flow Analysis is a powerful tool that shows you how data moves through your code. It can locate places where we could have errors in our code. For example, if we use a negative number for initialising an array, or checking for negative values where the value couldn't be negative. Use Code | Analyze Code | Data Flow to Here or Code | Analyze Code | Data Flow from Here to analyze upstream or downstream data flow**.


Related Resources

Download a JDK
Download a JDK
Download or associate a JDK with your project
Generate constructors and accessor methods
Generate constructors and accessor methods
Quickly generate common code constructs such as Constructors, Getters and Setters
Generate a UML diagram
Generate a UML diagram
IntelliJ IDEA Ultimate allows you to generate UML diagrams.