Actions
Bug #192
openChecker: неправильный возвращаемый тип метода getClass
Start date:
04/29/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
2.3.176-alpha-100115
Platform:
Published in build:
Description
Как оказалось, наш JavaTESK не знает про такую вещь относительно метода getClass() :
The java.lang.Class object that represents the runtime class of the object. The result is of type Class extends X> where X is the erasure of the static type of the expression on which getClass is called.
/ http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()
Надо реализовать это правило.
Actions