Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linter ignores @suppress {visibility} #73

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment
Open

linter ignores @suppress {visibility} #73

GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a class that inherits from a class with a private method
2. Implement the private method in the subclass but use @suppress {visibility} 
to suppress the warning

What is the expected output? What do you see instead?

I expect the warning to be suppressed but instead I get:

Line 51, E:0224: filevision.net.XhrIo.prototype.cleanUpXhr_ should not inherit 
from a private member.

What version of the product are you using? On what operating system?

v2.3.10 Windows 8

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Aug 2013 at 5:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant