Do not use BEA NetUI packages

When you migrate an application to Apache Beehive, you must also update the corresponding BEA NetUI packages to use Apache Beehive packages. This rule detects the use of BEA NetUI packages. The BEA NetUI packages are not included in WebSphere. All references to the package com.bea.wlw.netui.* are flagged.

The following example shows an import statement of a BEA NetUI package.


import com.bea.wlw.netui.pageflow.*;

An automated fix will be provided, that will change the BEA NetUI classes and packages to use the NetUI library provided by Apache Beehive:


import org.apache.beehive.netui.pageflow.*;

There are additional rules that detect the use of BEA Beehive annotations in Javadoc tags. See the following rule lists for more information: