File tree Expand file tree Collapse file tree
src/main/java/org/htmlunit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 151151 * @author René Schwietzke
152152 * @author Sven Strickroth
153153 */
154+ @ SuppressWarnings ("PMD.TooManyFields" )
154155public class WebClient implements Serializable , AutoCloseable {
155156
156157 /** Logging support. */
Original file line number Diff line number Diff line change 3737 * @author Madis Pärn
3838 * @author Ronald Brill
3939 */
40+ @ SuppressWarnings ("PMD.TooManyFields" )
4041public class WebClientOptions implements Serializable {
4142
4243 /** 1920. */
Original file line number Diff line number Diff line change 5454 * @author Lai Quang Duong
5555 * @author Kristof Neirynck
5656 */
57+ @ SuppressWarnings ("PMD.TooManyFields" )
5758public class WebRequest implements Serializable {
5859
5960 /**
Original file line number Diff line number Diff line change 139139 * @author Lai Quang Duong
140140 * @author Sven Strickroth
141141 */
142+ @ SuppressWarnings ("PMD.TooManyFields" )
142143public class HtmlPage extends SgmlPage {
143144
144145 private static final Log LOG = LogFactory .getLog (HtmlPage .class );
Original file line number Diff line number Diff line change 143143 * @see <a href="http://msdn.microsoft.com/en-us/library/ms535873.aspx">MSDN documentation</a>
144144 */
145145@ JsxClass
146+ @ SuppressWarnings ("PMD.TooManyFields" )
146147public class Window extends EventTarget implements WindowOrWorkerGlobalScope , AutoCloseable {
147148
148149 private static final Log LOG = LogFactory .getLog (Window .class );
You can’t perform that action at this time.
0 commit comments