I had the following import statements in my JSP file.
<%@ page import="com.abc.util.MyInfo,
com.abc.server.PlatformFactory" %>
<%@ page import="com.abc.api.jsp.JSPPlatform" %>
<%@ page import="com.abc.apps.html.Message" %>
<%@ page import="com.abc.apps.html.util.URLState" %>
<%@ page import="com.abc.licensing.LicensePlatform" %>
<%@ page import="com.abc.reports.core.NewReportPlatform" %>
<%@ page import="com.abc.servlet.PWHttpServlet" %>
<%@ page import="com.abc.servlet.UserManager" %>
Even though I have Settings->Global Code Style->Imports->JSP imports layout -> Prefer one import statement per page directive selected,
when I do a Reformat on the JSP file, it doesn't split the first import line into two page directives.
I also tried Code->Optimize Imports directly with the same result.