Stepan Koltsov
2bc305bddf
store ResolverScopeData in Java*Scope
2012-04-07 23:16:48 +04:00
Stepan Koltsov
6a68de9a8b
useless class
2012-04-07 23:16:48 +04:00
Stepan Koltsov
b9d0363d57
properly cache JavaPackageScope
2012-04-07 23:16:48 +04:00
Stepan Koltsov
92ae9698e3
JavaDescriptorResolver: kill namespace cache by psi
2012-04-07 23:16:47 +04:00
Stepan Koltsov
c653622033
JavaPackageScope refactoring
...
* store PsiClass and PsiPackage inside
* do not create if there's no PsiClass or PsiPackage
2012-04-07 23:16:47 +04:00
Stepan Koltsov
7bcb682180
useless logger field
2012-04-07 23:16:47 +04:00
Stepan Koltsov
d969d8e18f
fix test (disable assertion)
2012-04-07 23:16:47 +04:00
Leonid Shalupov
673c274ba4
add some maven distribution management
2012-04-07 20:42:28 +04:00
Stepan Koltsov
0417df6429
initialize ANY_NULLABLE without cyclic dependencies
...
between <clinit> of ErrorUtils and JetStandardClasses
2012-04-07 06:32:20 +04:00
Stepan Koltsov
3ba2aa91fd
simple revursion check in scope
2012-04-07 06:32:19 +04:00
Stepan Koltsov
498d444a0a
do not expose map
2012-04-07 06:32:19 +04:00
Stepan Koltsov
8623361e22
more FqName instead of String
2012-04-07 06:32:19 +04:00
Stepan Koltsov
9e9d60e02a
remove unused code
2012-04-07 06:32:19 +04:00
Stepan Koltsov
3d863a6b37
diag
2012-04-07 06:32:18 +04:00
Stepan Koltsov
b38e171812
MapTypeMode and properly map builtins
...
used in JetTypeMapper in JetTypeMapper
* MapTypeMode contains no information not needed by JetTypeMapper
* MapTypeMode has separate VALUE and IMPL values that are needed to compile builtins
2012-04-07 06:32:18 +04:00
Stepan Koltsov
d8e86b12aa
CompileStdlibTest
2012-04-07 06:32:18 +04:00
Stepan Koltsov
829173d5ec
di: shortcut to initialize constant enum fields
2012-04-07 06:32:18 +04:00
Stepan Koltsov
b596c6d81a
attach asm sources to idea sdk
2012-04-07 06:32:18 +04:00
Stepan Koltsov
157633e371
useful assertions in backend
2012-04-07 06:32:17 +04:00
Stepan Koltsov
9b120184f5
make AltClassFinder parameterized
...
(class will be reused to find builtins)
2012-04-07 06:32:17 +04:00
Evgeny Gerashchenko
3b7b492a0b
Added workspace.xml of example-vfs to .gitignore
2012-04-06 22:53:25 +04:00
Evgeny Gerashchenko
172809fa70
Changed project format for example-vfs to directory-based.
2012-04-06 22:53:25 +04:00
Evgeny Gerashchenko
fab14cc398
Made example-vfs compilable and workable.
2012-04-06 22:53:25 +04:00
Evgeny Gerashchenko
77b6a5f7b1
Replaced stdlib module with corresponding library.
2012-04-06 22:53:25 +04:00
Svetlana Isakova
cd1221b1b2
fix in 'protected' visibility check
2012-04-06 20:42:51 +04:00
Svetlana Isakova
63af29fedb
do not create fake descriptors when override private functions
2012-04-06 20:42:51 +04:00
Svetlana Isakova
2de69d8cd8
stop resolution if ambiguity is found
2012-04-06 20:42:51 +04:00
Evgeny Gerashchenko
f6d8771f79
Added vararg parameter and parameter with default value to DescriptorRendererTest.
2012-04-06 20:04:57 +04:00
Evgeny Gerashchenko
83bd57184d
Added test cases for classes, its members, function and tuple types to DescriptorRendererTest.
2012-04-06 20:04:57 +04:00
Evgeny Gerashchenko
da9973a822
Added rendering visibility in DescriptorRenderer.
2012-04-06 20:04:57 +04:00
Evgeny Gerashchenko
c21e3b837a
Added rendering annotation class.
2012-04-06 17:26:09 +04:00
Evgeny Gerashchenko
2c3ff4357e
Added simple DescriptorRendererTest checking for global functions and properties.
2012-04-06 17:24:30 +04:00
Evgeny Gerashchenko
9794c0f730
Extracted getting test metadata from comment lines from LibrariesWithSourcesTest to JetTestUtils.
2012-04-06 17:22:24 +04:00
Evgeny Gerashchenko
5b7323697a
Added refreshing test data dir in AbstractLibrariesTest.
2012-04-06 14:52:44 +04:00
Nikolay Krasko
4d19fd05b1
KT-1702 Renaming file causes "Operation not supported" and invalid imports
...
(Rename problem was caused because of invalid reference to file from package. Fix contains:
- Change structure of references in package expression - last part is also a reference now
- Resolve packages to expression but not to files)
#KT-1702 fixed
2012-04-06 14:46:23 +04:00
Svetlana Isakova
1372d70466
tests for incomplete code exceptions
2012-04-06 11:56:37 +04:00
Svetlana Isakova
8d5965649b
NPE on incomplete code from EA
2012-04-06 11:49:45 +04:00
James Strachan
ca7ff2e2e4
fix bad pom parent
2012-04-05 18:43:48 +01:00
Evgeny Gerashchenko
f0b709552a
Added restoring global state after NamesHighlightingTest.
2012-04-05 21:14:11 +04:00
James Strachan
5dcd6abcf6
removed cruft from the API website generation and now have a separate JS API build (as it fails right now)
2012-04-05 16:38:51 +01:00
Evgeny Gerashchenko
9ac37f712a
Fixed navigation to sources when FQ name is present in several files.
...
#KT-1681 fixed
2012-04-05 19:24:55 +04:00
Evgeny Gerashchenko
2da41a9e35
Added test for navigating to library sources when same function FQ name is defined in separate source files.
...
#KT-1681 in progress
2012-04-05 19:24:55 +04:00
Evgeny Gerashchenko
793fdd4f55
Added file to test library used in LibrariesWith[out]SourcesTests.
2012-04-05 19:24:55 +04:00
Evgeny Gerashchenko
9918e4a723
Made LibrariesWithSourcesTest possible to be executed with multi-file test library.
2012-04-05 19:24:55 +04:00
Evgeny Gerashchenko
33320075d6
Added test checking names highlighting.
2012-04-05 19:24:55 +04:00
Evgeny Gerashchenko
acbeae64ee
Fixed highlighting of reference to "this" and extension properties.
2012-04-05 19:24:55 +04:00
James Strachan
068b542208
fixed up readme
2012-04-05 16:22:59 +01:00
James Strachan
a40f9ee9b1
refactored the maven project structure so that things are in a simpler tree structure to avoid folks getting lost
2012-04-05 16:20:06 +01:00
James Strachan
937b5ac16d
added first spike of a kdoc maven plugin for generating API docs for kotlin projects
2012-04-05 15:46:01 +01:00
James Strachan
59b8829657
enabled multiple source directories
2012-04-05 15:46:01 +01:00