Serialized Form


Package ro.isdc.wro.extensions.processor.support.csslint

Class ro.isdc.wro.extensions.processor.support.csslint.CssLintError extends Object implements Serializable

Serialized Fields

type

String type
Type of error.


message

String message
Detailed error message.


rule

CssRule rule
The rule with the problem.


line

int line

col

int col

evidence

String evidence

Class ro.isdc.wro.extensions.processor.support.csslint.CssLintException extends WroRuntimeException implements Serializable

Serialized Fields

errors

Collection<E> errors

Class ro.isdc.wro.extensions.processor.support.csslint.CssRule extends Object implements Serializable

Serialized Fields

id

String id
Rule id.


name

String name
Rule name.


desc

String desc
Detailed description of the rule.


browsers

String browsers
Affected browsers.


Package ro.isdc.wro.extensions.processor.support.linter

Class ro.isdc.wro.extensions.processor.support.linter.LinterError extends Object implements Serializable

Serialized Fields

line

int line
The line (relative to 0) at which the lint was found


character

int character
The character (relative to 0) at which the lint was found


reason

String reason
The problem


evidence

String evidence
The text line in which the problem occurred

Class ro.isdc.wro.extensions.processor.support.linter.LinterException extends WroRuntimeException implements Serializable

Serialized Fields

errors

Collection<E> errors

Package ro.isdc.wro.extensions.support.lint

Class ro.isdc.wro.extensions.support.lint.LintItem extends Object implements Serializable

Serialized Fields

line

int line
The line (relative to 0) at which the lint was found


column

int column
The character (relative to 0) at which the lint was found


reason

String reason
The problem


evidence

String evidence
The text line in which the problem occurred


severity

String severity
Type of error.

Class ro.isdc.wro.extensions.support.lint.LintItemAdapter extends LintItem implements Serializable



Copyright © 2008-2013. All Rights Reserved.