Vyacheslav Gerasimov
|
5f09e18394
|
Fix Android api issues reporting for generic collection method calls
#KT-16712 Fixed
|
2017-04-27 16:02:37 +03:00 |
|
Vyacheslav Gerasimov
|
d8fdd04e7f
|
Remove custom lint detectors registration from kotlin lint
#KT-14970 Fixed
|
2017-04-12 19:23:43 +03:00 |
|
Vyacheslav Gerasimov
|
ba5e78a917
|
Replace deprecated Iterators.emptyIterator() in JavaContext.java
with ContainerUtil.emptyIterator()
|
2017-03-27 21:35:11 +03:00 |
|
Nikolay Krasko
|
2eb6c393a4
|
Move android modules to Java 8 SDK
|
2017-03-20 18:45:29 +01:00 |
|
Dmitry Jemerov
|
b10073465c
|
fix compilation of new lint checks against IDEA 163
|
2017-03-20 18:45:22 +01:00 |
|
Dmitry Jemerov
|
8c3936a0ee
|
Update to UAST 0.12
|
2017-03-09 17:07:43 +01:00 |
|
Dmitry Jemerov
|
87187437ab
|
Update UAST to version 1.0.11
|
2017-02-10 13:55:25 +01:00 |
|
Vyacheslav Gerasimov
|
10517c16ee
|
Uast 1.0.9
|
2017-02-03 18:06:04 +03:00 |
|
Yan Zhulanow
|
1d9fe685ac
|
Update lint diagnostics to Uast 1.0.8
|
2016-12-30 18:41:46 +03:00 |
|
Yan Zhulanow
|
7152c9c789
|
Use uast-common and uast-java as an external dependency
|
2016-12-30 18:41:45 +03:00 |
|
Yan Zhulanow
|
4188ef6e53
|
Fix conformance test
|
2016-11-01 19:36:32 +03:00 |
|
Yan Zhulanow
|
7338980d00
|
Lint: Add several checkCancelled() checks to UElementVisitor
|
2016-11-01 19:36:32 +03:00 |
|
Yan Zhulanow
|
65cea7e92c
|
Lint: Use IntellijApiDetector in IDE
|
2016-11-01 19:36:32 +03:00 |
|
Yan Zhulanow
|
fee54d9b86
|
Lint: Remove SdkWrapper and AnroidModelFacade (was needed in Android Studio 1.5)
|
2016-11-01 19:36:31 +03:00 |
|
Yan Zhulanow
|
7404b91cb3
|
Lint: Fix diagnostic tests
|
2016-11-01 19:36:31 +03:00 |
|
Yan Zhulanow
|
565ca0f7a3
|
Lint: Fix compilation errors after replacing diagnostics
|
2016-11-01 19:36:31 +03:00 |
|
Vyacheslav Gerasimov
|
2be9a083ad
|
Lint: Android Lint diagnostics fixes
|
2016-11-01 19:36:31 +03:00 |
|
Yan Zhulanow
|
c2ddd943f9
|
Lint: Update diagnostics because of the new Uast. Also, these diagnostics are from AS 2.2.
|
2016-11-01 19:36:31 +03:00 |
|
Yan Zhulanow
|
6e6c9682ec
|
Fix KT-12173 (Kotlin Lint False Positive for "Toast created but not shown" inside SAM adapter).
(cherry picked from commit 4940d3b)
|
2016-06-24 15:10:19 +03:00 |
|
Yan Zhulanow
|
1720f8b4ff
|
KT-12681 (Lint: run from main menu / Analyze: Kotlin inspections reports only java source)
Cause we've copied Lint diagnostics to the Kotlin project, there's no harm in making them Kotlin-only.
(cherry picked from commit 7105648)
|
2016-06-24 15:10:19 +03:00 |
|
Yan Zhulanow
|
001d5397c5
|
Fix EA-82449. Do not run Lint diagnostics if the project is already disposed
(cherry picked from commit 98b2899)
(cherry picked from commit 2179ee8)
|
2016-06-24 15:10:19 +03:00 |
|
Nikolay Krasko
|
a801d8fa6f
|
Don't use reference to asm directly. Use asm from Idea instead.
|
2016-05-20 15:51:55 +03:00 |
|
Nikolay Krasko
|
add07ad1a5
|
Remove unused import
|
2016-05-18 13:33:18 +03:00 |
|
Nikolay Krasko
|
89a10578f4
|
Remove unused method that causes compatibility problem in update AS plugin
|
2016-05-17 21:34:00 +03:00 |
|
Yan Zhulanow
|
d478b90fb8
|
Lint: Fix KT-12009: IAE at JavaContext.getLocation()
|
2016-04-22 19:48:28 +03:00 |
|
Yan Zhulanow
|
9ea7a4f112
|
Lint: run inspections only for Kotlin
|
2016-04-22 19:48:28 +03:00 |
|
Yan Zhulanow
|
8304c85f4f
|
Lint: support both IJ 15 and Android Studio 2.0 (different Android plugins)
Dirty hack :(
|
2016-04-14 17:20:23 +03:00 |
|
Yan Zhulanow
|
21a2115501
|
Uast: Add Uast visitor extensions instead of additional checkers
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
6b30b8ce1f
|
Other code review changes
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
41979de71e
|
Uast: Rewrite visitor
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
04e8161f1d
|
Code review changes
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
984f10ddff
|
Lint: fix some more detectors
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
5cf5024d08
|
Lint: fix Lint additional checkers with the custom handlers
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
d1939d52bc
|
Replace UastConverter with UastLanguagePlugin, allow additional checkers
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
4df9e9261e
|
Lint: Rewrite Lint diagnostics using Uast.
|
2016-04-08 15:39:58 +03:00 |
|
Yan Zhulanow
|
126cc778e4
|
Lint: copy diagnostics from IDEA (br143)
|
2016-04-08 15:39:58 +03:00 |
|