-
1. Re: Is there a way to suppress warnings in FlexPMD?
Xavier AgnettiSep 22, 2009 11:24 PM (in response to jacornwell)
So there is a way to suppress one or all violations in a given line by appending // NO PMD or // NO PMD ruleName
There is no way at the moment to ignore every violation at a class level, or function level using metadata.
Feel free to add a feature request if you think it is needed.
Xavier
-
2. Re: Is there a way to suppress warnings in FlexPMD?
jacornwell Sep 23, 2009 7:18 AM (in response to Xavier Agnetti)Thanks Xavier. That worked well.
-
3. Re: Is there a way to suppress warnings in FlexPMD?
Xavier AgnettiSep 23, 2009 7:45 AM (in response to jacornwell)
-
4. Re: Is there a way to suppress warnings in FlexPMD?
Marc KubischtaDec 14, 2009 2:32 PM (in response to Xavier Agnetti)
FlexPMD is giving me a warning "adobe.ac.pmd.rules.performance.CreationPolicySetToAll" in an <mxml:Application> declaration. Is there a way to suppress this warning, or am I out of luck?
Thanks -
Marc
-
5. Re: Is there a way to suppress warnings in FlexPMD?
Xavier AgnettiDec 15, 2009 2:41 AM (in response to Marc Kubischta)
Can you attach an example?
Xavier
-
6. Re: Is there a way to suppress warnings in FlexPMD?
MSheth May 6, 2010 7:56 AM (in response to Xavier Agnetti)Xavier,
I am seeing tons of warning messages as under. I am using ANT target to invoke FlexPMD. Can you suggest a way I can hide these messages ? I did //NO PMD for all our rules ...
[flexPmd] WARNING: Open quote is expected for attribute "type" associated with an element type "node". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[flexPmd] May 6, 2010 10:49:44 AM de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify
[flexPmd] WARNING: The markup in the document preceding the root element must be well-formed. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[flexPmd] May 6, 2010 10:49:44 AM de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify
[flexPmd] WARNING: Open quote is expected for attribute "label" associated with an element type "workItems". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[flexPmd] May 6, 2010 10:49:44 AM de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify
[flexPmd] WARNING: Open quote is expected for attribute "type" associated with an element type "nodes". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[flexPmd] May 6, 2010 10:49:44 AM de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify
[flexPmd] WARNING: Open quote is expected for attribute "type" associated with an element type "nodes". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[flexPmd] May 6, 2010 10:49:44 AM de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify
[flexPmd] WARNING: Open quote is expected for attribute "type" associated with an element type "nodes". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) -
7. Re: Is there a way to suppress warnings in FlexPMD?
Xavier AgnettiMay 8, 2010 1:14 AM (in response to MSheth)
This warning has been removed.
Cheers,
Xavier
-
8. Re: Is there a way to suppress warnings in FlexPMD?
BorekB Mar 24, 2011 4:44 AM (in response to Xavier Agnetti)In the current release of FlexPMD is there a way to suppress errors/warnings on the class level yet?
Thanks,
Borek