Leonid Shalupov
|
7b97e2535a
|
k2js: fix debug logging
|
2013-02-24 17:21:31 +04:00 |
|
Leonid Shalupov
|
1b7739178e
|
iml: exclude maven target directories
|
2013-02-24 14:32:28 +04:00 |
|
Kevin F. Chen
|
23e8fe338f
|
Quickfix NON_VARARG_SPREAD completed.
|
2013-02-23 16:10:44 +04:00 |
|
Leonid Shalupov
|
c6456d04f2
|
no more publish-maven-artifacts script
|
2013-02-22 19:33:08 +04:00 |
|
Leonid Shalupov
|
0e6e9af34d
|
maven: local repository for maven plugin integration test moved out of target/
|
2013-02-22 19:13:12 +04:00 |
|
Leonid Shalupov
|
7c3307cd60
|
maven: explicitly set maven-javadoc-plugin version
|
2013-02-22 19:04:47 +04:00 |
|
Leonid Shalupov
|
1c62818220
|
fix maven build if generate.javadoc is false
|
2013-02-22 18:07:06 +04:00 |
|
Leonid Shalupov
|
6daf41e66a
|
git rid of jarjar
|
2013-02-22 17:57:59 +04:00 |
|
Leonid Shalupov
|
632d12021f
|
maven-plugin: compiler messages to maven log
|
2013-02-22 17:57:58 +04:00 |
|
Nikolay Krasko
|
5e96ec22e8
|
Remove deprecated method
|
2013-02-22 12:40:36 +04:00 |
|
Andrey Ponomarev
|
c91cd9b962
|
New formatter option: Align in columns 'case' branches
|
2013-02-22 12:40:35 +04:00 |
|
Andrey Ponomarev
|
6a7e72bfc5
|
Refactoring: build subblocks of JetBlock in one pass
|
2013-02-22 12:40:34 +04:00 |
|
Natalia Ukhorskaya
|
7245b05426
|
Merge pull request #205 from lopekpl/SUPERTYPE_NOT_INITIALIZED
SUPERTYPE_NOT_INITIALIZED_DEFAULT error removed
|
2013-02-21 23:06:06 -08:00 |
|
Wojciech Lopata
|
23ce144f9d
|
SUPERTYPE_NOT_INITIALIZED_DEFAULT error removed
It was merged with SUPERTYPE_NOT_INITIALIZED.
|
2013-02-21 17:50:52 +01:00 |
|
Natalia Ukhorskaya
|
c53b88cc00
|
Merge pull request #206 from ponomandr/j2k
Small improvements in Java to Kotlin converter
|
2013-02-21 07:27:56 -08:00 |
|
Natalia Ukhorskaya
|
707957e8c1
|
Merge pull request #201 from lopekpl/DANGLING_FUNCTION_LITERAL_ARGUMENT_SUSPECTED
QuickFix for DANGLING_FUNCTION_LITERAL_ARGUMENT_SUSPECTED
|
2013-02-21 07:25:14 -08:00 |
|
Wojciech Lopata
|
58a8c0ed08
|
QuickFix for DANGLING_FUNCTION_LITERAL_ARGUMENT_SUSPECTED
|
2013-02-21 16:00:24 +01:00 |
|
Andrey Ponomarev
|
34c227b8ed
|
J2K: enum constants are non-nullable
|
2013-02-21 14:24:26 +01:00 |
|
Andrey Ponomarev
|
e4df4059d1
|
J2K: Detect @NotNull references in call chains
|
2013-02-21 14:24:25 +01:00 |
|
Andrey Ponomarev
|
514c7b553f
|
J2K: Detect @NotNull fields
|
2013-02-21 14:24:25 +01:00 |
|
Natalia.Ukhorskaya
|
3d4a5256e6
|
Surround with: move declaration out from block
|
2013-02-21 15:30:26 +04:00 |
|
Natalia.Ukhorskaya
|
62266a64ee
|
Move method: showErrorHint
|
2013-02-21 15:29:37 +04:00 |
|
Natalia.Ukhorskaya
|
6b6c349a47
|
Move method: defaultInitializer
|
2013-02-21 15:29:36 +04:00 |
|
develar
|
bcbb87783c
|
findRtJar - support Oracle JDK 1.7 Mac OS X
|
2013-02-21 14:15:07 +04:00 |
|
Michał Sapalski
|
bb9c65de4a
|
Quickfix for UNUSED_VARIABLE
|
2013-02-21 13:09:26 +04:00 |
|
Evgeny Gerashchenko
|
881de132f7
|
Restored quick fix (it had been removed accidentally when merging).
|
2013-02-20 16:48:18 +04:00 |
|
Evgeny Gerashchenko
|
c345ee27d8
|
Got rid of getText() when reporting unresolved reference.
|
2013-02-20 16:44:04 +04:00 |
|
Evgeny Gerashchenko
|
f8b45f4480
|
Replaced list with immutable set.
|
2013-02-20 16:34:00 +04:00 |
|
Evgeny Gerashchenko
|
9de03c68dd
|
Replaced constructors with factory methods.
|
2013-02-20 16:34:00 +04:00 |
|
Evgeny Gerashchenko
|
6c1e1b6f7f
|
Renamed SimpleDiagnosticFactory -> DiagnosticFactory0.
|
2013-02-20 16:34:00 +04:00 |
|
Evgeny Gerashchenko
|
3190cf1526
|
Removed UnresolvedReferenceDiagnosticFactory.
|
2013-02-20 16:33:59 +04:00 |
|
Evgeny Gerashchenko
|
27a8e16f97
|
Removed RedeclarationDiagnosticFactory.
|
2013-02-20 16:33:59 +04:00 |
|
Evgeny Gerashchenko
|
a0f2e2d878
|
Removed UnusedElementDiagnosticFactory.
|
2013-02-20 16:33:58 +04:00 |
|
Evgeny Gerashchenko
|
f1572580ac
|
Replaced instanceof checks for particular diagnostic factory classes with using factory sets.
|
2013-02-20 16:33:58 +04:00 |
|
Evgeny Gerashchenko
|
436619a0d8
|
Removed AmbiguousDescriptorDiagnosticFactory.
|
2013-02-20 16:04:21 +04:00 |
|
Michał Sapalski
|
4209430fe6
|
Quickfix for INACCESSIBLE_BACKING_FIELD
|
2013-02-20 15:59:21 +04:00 |
|
Mikhael Bogdanov
|
8b4fac7665
|
Test fix
|
2013-02-20 11:25:52 +04:00 |
|
Michał Sapalski
|
c2f5743cf0
|
Quickfix for UNSAFE_INFIX_CALL
|
2013-02-19 21:10:26 +04:00 |
|
Evgeny Gerashchenko
|
69de91aa88
|
Changed case of quick fix families to Title Case.
|
2013-02-19 21:10:26 +04:00 |
|
Michał Sapalski
|
102f49b251
|
Quickfix for NO_BACKING_FIELD_CUSTOM_ACCESSORS
|
2013-02-19 20:56:27 +04:00 |
|
Mikhael Bogdanov
|
d1a443d952
|
Update to Idea 12.0.4
|
2013-02-19 19:46:00 +04:00 |
|
Mikhael Bogdanov
|
026b833ba0
|
Test fix
|
2013-02-19 19:45:54 +04:00 |
|
Andrey Breslav
|
cc569fe0ba
|
Compilation fixed
|
2013-02-19 19:06:49 +04:00 |
|
Andrey Breslav
|
ec33f90f89
|
Rename getQualifiedName() -> getFqName()
|
2013-02-19 18:52:12 +04:00 |
|
Mikhael Bogdanov
|
029b2d9770
|
Test fixes for 'New diagnostic error for ambiguous object expression type'
|
2013-02-19 17:56:56 +04:00 |
|
Mikhael Bogdanov
|
1662c5cb75
|
New diagnostic error for ambiguous object expression type
|
2013-02-19 17:56:55 +04:00 |
|
Mikhael Bogdanov
|
1b2da6b558
|
Write proper enclosingMethod/enclosingClass information to bytecode
|
2013-02-19 17:56:55 +04:00 |
|
Evgeny Gerashchenko
|
1a54e42eb7
|
Minor. Fixed method name.
|
2013-02-19 17:45:16 +04:00 |
|
Evgeny Gerashchenko
|
2c13b6b63d
|
Operation mode.
|
2013-02-19 17:45:16 +04:00 |
|
Evgeny Gerashchenko
|
bb64e43ee1
|
Better error logging.
|
2013-02-19 17:45:16 +04:00 |
|