You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods incrementCounter(), decrementCounter(), resetCounter(), and getCounter() have been marked as deprecated for quite some time now and as far as I can tell, they are no longer touched by any code paths and are skewing code coverage statistics. I'd like to see them either removed or added to the code coverage blacklist. Thoughts?
Also, there's still setUseOption() and setParseContent(): These two do alter the behaviour of a CodeDefinition but are likewise marked as deprecated. What about them?
The text was updated successfully, but these errors were encountered:
The methods
incrementCounter()
,decrementCounter()
,resetCounter()
, andgetCounter()
have been marked as deprecated for quite some time now and as far as I can tell, they are no longer touched by any code paths and are skewing code coverage statistics. I'd like to see them either removed or added to the code coverage blacklist. Thoughts?Also, there's still
setUseOption()
andsetParseContent()
: These two do alter the behaviour of aCodeDefinition
but are likewise marked as deprecated. What about them?The text was updated successfully, but these errors were encountered: