Merge branch 'master' into ElliotM-for-loop-indices

This commit is contained in:
Valentin Kipyatkov
2015-07-21 11:25:49 +03:00
2590 changed files with 40117 additions and 17620 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports calls to java get and set methods that can be replaced with use of Kotlin synthetic properties.
</body>
</html>
@@ -0,0 +1,3 @@
fun foo(thread: Thread) {
<spot>thread.daemon = true</spot>
}
@@ -0,0 +1,3 @@
fun foo(thread: Thread) {
<spot>thread.setDaemon(true)</spot>
}
@@ -0,0 +1,5 @@
<html>
<body>
This inspection replaces calls to java get and set methods with use of Kotlin synthetic properties.
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B