Ilya.Kazakevich
|
879c23d443
|
PY-13210 Unused star import in Django settings.py
|
2014-06-09 22:16:27 +04:00 |
|
Dmitry Jemerov
|
70e628954f
|
Apache 2 copyright headers
|
2013-10-21 15:29:20 +02:00 |
|
Dmitry Jemerov
|
5e80806668
|
don't highlight Java methods as not callable (PY-9037)
|
2013-03-04 15:14:46 +01:00 |
|
Dmitry Jemerov
|
066ddf137d
|
allow each instance of PyCallableType to tell whether it's actually callable or not; distinguish class definition and class instance for Java class types; correctly treat Java constructors as callable (PY-4269)
|
2013-02-27 16:09:37 +01:00 |
|
Anna Kozlova
|
415375b15f
|
"java.util.List" ->CommonClassNames.JAVA_UTIL_LIST
|
2012-05-30 13:29:44 +04:00 |
|
Dmitry Jemerov
|
2bf935862d
|
provide types for Java fields
|
2011-04-13 21:12:27 +02:00 |
|
Dmitry Jemerov
|
c0cb682511
|
resolve Java methods in a Python class inherited from a Java class
|
2011-04-13 21:12:26 +02:00 |
|
Dmitry Jemerov
|
8e8e2ab055
|
restore resolve from Python to Java, introduce Java package type
|
2011-04-13 21:12:24 +02:00 |
|
Dmitry Jemerov
|
a04e605f45
|
move the test to a different package, to make sure it will run as part of regular IDEA tests
|
2011-04-13 21:12:23 +02:00 |
|