Hi there, is there any reason why 'generate lint' doesn't like protected members? I always get something like this
D:\psv3\infoDesk20\frontend\source/class\infodesk\ui\test\WinTable.js (52,1): Protected data field in 'this._table'. Protected data fields are deprecated. Better use private fields in combination with getter and setter methods. Do I have to use private members when I don't use them in derived classes? Why? The only way to get rid of those warnings/infos/errors is changing the accessibility from protected to private. Is this intended behavior? If yes, why? Thanks in advance for any insights, Peter ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
