-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-M1
-
Component/s: Standard Rules
-
Labels:None
Currently this code is used:
List<MavenProject> sortedProjects = session.getSortedProjects(); if ( sortedProjects != null && !sortedProjects.isEmpty() ) {
The call to getSortedProject() this way is deprecated. Should be fixed.