Commit Graph

64 Commits

Author SHA1 Message Date
Anna Kozlova
4603e2db6e redundant velocity dependency in java-tests
java-impl depends on velocity, java-tests depends on java-iml: velocity would be always in the classpath, no compile time dependency is required - so dependency is redundant
2017-08-30 19:53:27 +03:00
Anna.Kozlova
43cde89569 remove unused dependencies 2017-08-21 16:21:43 +02:00
peter
b950b45223 mad testing: canonicalize paths, delete non-suitable files, export jetCheck dependency 2017-07-28 20:27:24 +02:00
peter
aaa47dd632 rename slowCheck->jetCheck 2017-07-25 13:54:41 +02:00
Tagir Valeev
cd23749a3a Bytecode inference: properly merge top equations from several classes
Fixes point#1 of IDEA-175688 False-positive control flow inspection with native GWT methods.
Test case for conflicting classes added (also for purity)
2017-07-17 16:56:46 +07:00
peter
e16deafc89 make slowCheck available on TC, but don't run apply-and-revert tests yet 2017-06-13 15:36:57 +02:00
nik
b7665ef3f2 project configuration cleanup: do not set module JDK "1.8" explicitly, inherit project JDK instead
This will simplify migration to newer Java versions in the future.
2017-03-15 17:21:46 +03:00
Vladimir Krivosheev
5c99d5a1d2 serialization: kotlin data class full support (initial, enabled only in tests for now) — part 4 Vladimir Krivosheev 09/02/2017, 17:32 2017-02-10 06:47:10 +01:00
Vladimir Krivosheev
6496cdb440 serialization: kotlin data class full support (initial, enabled only in tests for now) — part 2 2017-02-10 06:44:07 +01:00
Roman Shevchenko
5f41df1118 [test framework] moves non-bundled dependencies out of the framework 2016-12-05 18:05:14 +01:00
Vladimir Krivosheev
e16ce9edb4 Merge remote-tracking branch 'origin/master' into develar/is
# Conflicts:
#	java/java-analysis-impl/src/com/intellij/codeInspection/RedundantSuppressInspectionBase.java
#	platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java
2016-07-08 10:11:44 +02:00
Roman Shevchenko
65ecef075b Cleanup (ASM library name) 2016-07-07 12:00:36 +02:00
Vladimir Krivosheev
a89bc716e0 ProjectInspectionProfileManagerImpl — isUseOldFileNameSanitize because directory based storage uses strict sanitize, but scheme manager non-strict
enable saving.state.in.new.format.is.allowed
2016-06-24 17:49:51 +02:00
Vladimir Krivosheev
dc260ec6c6 fix serialization 2016-06-07 12:11:47 +02:00
Vladimir Krivosheev
ccf0a603ae InspectionSchemeTest — use in memory fs 2016-06-07 12:11:47 +02:00
Vladimir Krivosheev
d6595ddcf7 InspectionSchemeTest 2016-06-07 12:11:47 +02:00
Vladimir Krivosheev
c656977aac fix javaExternalDocumentationTest - add token to image url 2016-05-17 15:33:48 +02:00
Roman Shevchenko
798b0daf38 [java] javadoc HTML lint inspection (IDEA-114977) 2016-03-30 12:49:55 +02:00
Anna.Kozlova
4b4fe678f0 make first java 8 modules inherit language level from project default 2016-03-18 17:26:43 +01:00
Alexey Kudravtsev
70290391f9 moved to community 2015-11-16 13:31:16 +03:00
Yaroslav Lepenkin
33df057719 Recent tests: changed tests order - passed tests is added only if it is suite; first comes failed test group, last comes passed test group 2015-11-05 18:47:14 +03:00
Yaroslav Lepenkin
af6933e0d2 Recent tests popup - initial 2015-10-21 16:42:10 +03:00
Shaverdova Elena
7a0d6dc2b1 Refactor slice testing API to non-java-dependent module 2015-09-16 22:32:44 +03:00
peter
933c61a410 don't display <unnamed> in goto symbol for groovy scripts with non-identifier names, exclude them as they're no symbols 2015-09-10 16:52:37 +02:00
Vladimir Krivosheev
9c0fb22583 fix compilation after: remove unused dependency on Mocks lib
fix installer (some production code depends on testframework)
2015-08-21 19:11:45 +02:00
Vladimir Krivosheev
3b10c1f832 fix compilation after: remove unused dependency on Mocks lib
fix installer (some production code depends on testframework)
2015-08-21 19:11:44 +02:00
Vladimir Krivosheev
a4c42ac124 add missed dependency 2015-08-17 14:42:59 +02:00
nik
b0f4bd95c9 java-tests module migrated to Java 8 2015-06-03 18:37:55 +03:00
nik
368c4d56df tests roots moved from java-impl to java-tests to avoid circular dependency between java-impl and testFramework-java 2015-05-19 10:23:01 +03:00
peter
fb03fa96bd IDEA-137224 custom file type keywords trigger Spelling/Typo inspection 2015-03-05 16:50:36 +01:00
Valentin Fondaratov
57912a30cd Tests for "Check RegExp" action in patterns in Java.
Dependency from java-tests to RegExp added
2015-02-01 23:30:39 +03:00
Roman Shevchenko
396e97d46d java-decompiler: modules reorganized 2014-10-06 11:29:52 +03:00
peter
31a3c1e234 ensure external/inferred annotations are correctly shown on the gutter for decompiled files; test this 2014-09-12 16:29:46 +02:00
Eugene Zhuravlev
987a3b1918 [by ann] migrating to asm5 2014-06-19 19:41:16 +04:00
Alexey Kudravtsev
fadd45111e moved properties to properties-psi 2014-05-29 13:22:59 +04:00
Anna Bulenkova
3c94abe286 Properties API further extraction 2014-03-24 12:59:50 +01:00
Dmitry Avdeev
da3cbf382a IDEA-84166 Support "CTRL+H" on class in .xml file 2013-12-12 13:14:11 +04:00
nik
766a3a0192 manifest extensions extracted to separate file and moved to 'manifest' module so tests which don't depend on manifest support won't try to load its extensions 2013-08-23 12:52:03 +04:00
Roman Shevchenko
44c30c8240 java-tests: dependency updated 2013-08-17 18:14:19 +04:00
Dmitry Jemerov
e74b420f47 some tests from execution-tests moved to community 2013-07-22 19:04:54 +02:00
peter
c4598c24a7 remove inspectiongadgets. intentionpowerpack and generate-tostring modules 2013-07-15 18:28:23 +02:00
Roman Shevchenko
9088507d4f Java-tests missing dependency 2013-05-14 14:04:02 +02:00
Evgeny Pasynkov
577ede3fe2 move searchers to indexing module 2012-06-22 08:55:07 +02:00
Eugene Zhuravlev
f999399081 migration to asm4 2012-03-30 22:52:52 +02:00
Eugene Zhuravlev
915bb96ff9 get rid of PseudoClassLoader; InstrumentationClassFinder used instead. Also InstrumenterClassWriter using this finder is available as utility for all ASM-based instrumentation tasks 2012-03-28 21:25:49 +02:00
Yann Cebron
7833537d44 fix IntentionDescriptionTest 2012-01-04 17:38:00 +01:00
Yann Cebron
9e2afeeb88 remove unneeded compilation dependency 2012-01-04 15:21:25 +01:00
peter
26453dcd32 fix compilation, NameUtilTest to platform-tests 2011-12-16 17:52:14 +01:00
anna
36b2da5c5e replace diamonds with explicit type params (IDEA-73932 ) 2011-09-06 12:38:46 +02:00
Roman Shevchenko
8178ec8cae Consistent OS-independent command line params' quoting and escaping 2011-08-26 18:21:49 +02:00