This Question is Answered

2 "helpful" answers available (2 pts)
2 Replies Last post: Mar 17, 2013 2:31 PM by Maurycy Zarzycki  
Maurycy Zarzycki Newbie 2 posts since
Mar 17, 2013
Currently Being Moderated

Mar 17, 2013 11:52 AM

How to suppress all inspection (including errors) in one file/class in Actionscript

Sometimes you use in your code third party libraries which don't have stellar code (for example Mochimedia's API) and because of that, if you run full code inspection they are there clogging your results. I know how to suppress single statement, but there seems to be no option to suppress them for class or whole file in *.as files. Not to mention I have no idea how to suppress error detection. Is it even possible?

Andrey Dernov Newbie 6 posts since
Jan 22, 2013

Hello Maurycy. You can configure inspection profile http://www.jetbrains.com/idea/webhelp/code-inspection.html#h2inspection_profiletitle to use custom defined scope http://www.jetbrains.com/idea/webhelp/code-inspection.html#h2inspection_scopetitle excluding code you don't want to be inspected.

More Like This

  • Retrieving data ...