When debugging with IntelliJ IDEA, what do the different variable colors mean?
Red is the standard color for variables.
Blue indicates that a variable has changed while you're stepping through the code. If you continue to the next iteration of your loop (assuming offlineNotifications is a Collection), you will see those are the variables manipulated in the current execution of code.