This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin-fork
/
idea
/
testData
/
quickfix
/
createFromUsage
/
createSecondaryConstructor
T
History
Mikhail Zarechenskiy
ee173077c0
Simplify diagnostic when there are wrong number of type arguments
...
#KT-12767 Fixed
2017-07-12 14:37:27 +03:00
..
argumentTypeMismatch.kt
ugly fix for failing tests. without the string template, KotlinFilePathReferenceContributor injects a file reference into the string literal, and an unrelated intention (AddAnnotationIntention) tries to resolve it. resolving the reference caches the default contexts in FIleReferenceSet, which caches the order entries of a module in an OrderRootsCache. this creates VirtualFilePointers which are for some reason not disposed properly.
2016-07-23 21:18:26 +02:00
argumentTypeMismatch.kt.after
ugly fix for failing tests. without the string template, KotlinFilePathReferenceContributor injects a file reference into the string literal, and an unrelated intention (AddAnnotationIntention) tries to resolve it. resolving the reference caches the default contexts in FIleReferenceSet, which caches the order entries of a module in an OrderRootsCache. this creates VirtualFilePointers which are for some reason not disposed properly.
2016-07-23 21:18:26 +02:00
callWithExpectedType.kt
…
callWithExpectedType.kt.after
…
callWithTypeArguments.kt
Simplify diagnostic when there are wrong number of type arguments
2017-07-12 14:37:27 +03:00
classWithBody.kt
…
classWithBody.kt.after
…
classWithoutBody.kt
…
classWithoutBody.kt.after
…
delegatorToSuperCall.kt
…
delegatorToSuperCall.kt.after
…
delegatorToSuperCallJavaClass.after.Dependency.java
…
delegatorToSuperCallJavaClass.after.kt
…
delegatorToSuperCallJavaClass.before.Dependency.java
…
delegatorToSuperCallJavaClass.before.Main.kt
…
delegatorToSuperCallNoClass.kt
Rename "Remove no constructor" to "Remove constructor call"; fix test
2017-06-07 19:49:45 +02:00
groovyConstructor.before.data.Sample.groovy
…
groovyConstructor.before.Main.kt
…
javaConstructor.after.Dependency.java
…
javaConstructor.after.kt
…
javaConstructor.before.Dependency.java
…
javaConstructor.before.Main.kt
…
noneApplicable.kt
…
noneApplicable.kt.after
Code Insight: Format generated declarations
2016-07-20 15:39:05 +03:00
noParametersImplicitSuperCall.kt
…
noParametersImplicitSuperCall.kt.after
Code Insight: Format generated declarations
2016-07-20 15:39:05 +03:00
noParametersSuperCall.kt
Fixed error message to quote parameter name
2017-05-20 23:44:20 +03:00
noParametersSuperCall.kt.after
Fixed error message to quote parameter name
2017-05-20 23:44:20 +03:00
noParametersThisCall.kt
…
noParametersThisCall.kt.after
…
superCall.kt
…
superCall.kt.after
…
superCallJavaClass.after.Dependency.java
…
superCallJavaClass.after.kt
…
superCallJavaClass.before.Dependency.java
…
superCallJavaClass.before.Main.kt
…
superCallNoClass.kt
Minor: secondary constructor to primary is suggested only on keyword and value parameter list
2016-09-30 16:40:08 +03:00
thisCall.kt
…
thisCall.kt.after
…
wrongExpectedType.kt
Better texts of change variable type quickfixes
2016-09-23 10:07:15 +03:00