Project

General

Profile

Actions

Bug #192

open

Checker: неправильный возвращаемый тип метода getClass

Added by Eugene Kornykhin almost 14 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
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 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

Also available in: Atom PDF