Commit Graph
76723 Commits
Author SHA1 Message Date
peter 2007f9c8a3 don't report groovy type parameters as unused 2012-01-31 22:53:36 +01:00
peter 605fd3c38c workaround strange NPE 2012-01-31 22:10:36 +01:00
peter ff2473c952 inspection description 2012-01-31 21:44:24 +01:00
peter 1129a8c4d0 EA-33014 PIEAE 2012-01-31 20:44:47 +01:00
peter 8172643231 completion results are available only after the completion progress has finished (EA-33359) 2012-01-31 20:44:46 +01:00
peter c49a318bd0 userdata is better than marker file 2012-01-31 20:44:46 +01:00
Bas Leijdekkers fd49897849 add parentheses when necessary in quickfix for 'StringBuffer' can be replaced with 'String' 2012-01-31 20:38:30 +01:00
peter b597c0c54b force rebuild module chunk when groovyc stub generation fails due to classloading problems 2012-01-31 20:16:17 +01:00
peter fb6671cf88 classes used in xml aren't unused 2012-01-31 19:28:41 +01:00
Bas Leijdekkers 815c4c74e2 fix test data 2012-01-31 19:27:24 +01:00
Eugene Zhuravlev d64e881809 CHUNK_REBUILD_REQUIRED exit code for module-level builder 2012-01-31 19:23:07 +01:00
Dmitry Jemerov 23018d51ee Merge remote branch 'origin/master' 2012-01-31 19:17:49 +01:00
Dmitry Jemerov d44c3c4a92 EA-33058 - NPE: PlatformContentEntriesConfigurable.isModified 2012-01-31 19:13:21 +01:00
Dmitry Jemerov 821c9d0506 EA-33172 - NPE: JavaHierarchyUtil.getPackageName 2012-01-31 19:08:46 +01:00
Dmitry Jemerov ca79eb496c EA-33250 - assert: ComponentManagerImpl.getComponent 2012-01-31 19:07:36 +01:00
Dmitry Jemerov 2e0c3211ff EA-33340 - NPE: RegExpWordSelectionFilter.value 2012-01-31 19:00:47 +01:00
peter a55e821d83 IDEA-80577 Perforce: Offline Mode: no changes detected warning will be shown when reverting files which are modified without checkout even if there are changes made in the reverted file 2012-01-31 18:30:26 +01:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
peter 894ef5292c uncommented test (IDEA-69571) 2012-01-31 18:30:25 +01:00
peter bd365c5cd6 correctly report private methods' unusedness (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter adf3dd0815 gpp meta methods are not unused (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter ea7151df75 highlight globally unused groovy properties (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter 9dfa66531e highlight globally unused groovy methods (IDEA-75803) 2012-01-31 18:30:25 +01:00
peter 6413bfc587 introduce GlobalUsageHelper 2012-01-31 18:30:24 +01:00
peter dd4cfde102 take implicit usages into account (IDEA-75803) 2012-01-31 18:30:24 +01:00
peter 2db14dd95b highlight globally unused groovy classes (IDEA-75803) 2012-01-31 18:30:24 +01:00
peter 3ba0a4231d don't error-highlight groovy builder members as unresolved 2012-01-31 18:30:23 +01:00
Anna Kozlova 326c4caada override/implement: skip parameter annotations if necessary (IDEA-76470) 2012-01-31 21:21:48 +04:00
Eugene Zhuravlev a1ff4d0fd3 do not run automake in alarm's thread 2012-01-31 18:12:22 +01:00
Maxim Shafirov 957718c0b6 Cache core jar's vfs children/parent. It'd better be done in normal jar vfs though 2012-01-31 20:51:02 +04:00
Konstantin Bulenkov 80ccdf22ba anonymous tests 2012-01-31 17:21:22 +01:00
Denis.Zhdanov c2dcc5229d IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
Added 'navigate to the linked gradle script' action
2012-01-31 20:06:43 +04:00
Bas Leijdekkers 55ee5dcb50 Simplify Demorgans intention, don't keep unnecessary parentheses, add tests 2012-01-31 17:06:18 +01:00
Bas Leijdekkers 7638e45ab3 Make it easier to test IPPs MutablyNamedIntentions 2012-01-31 17:03:54 +01:00
Bas Leijdekkers 496bfb7a42 Fix "Field repeatedly accessed in method" inspection problem descriptor 2012-01-31 17:02:41 +01:00
Maxim Shafirov 7aca50fece Core's findClass() works with inner classes too 2012-01-31 20:01:25 +04:00
Anna Kozlova f5809aaca2 exclude root with all failed tests 2012-01-31 19:55:52 +04:00
Anna Kozlova 5ce1335b80 extension to forbid suggestion of final modifier (IDEA-77156) 2012-01-31 19:55:51 +04:00
Anna Kozlova 94fc29cbb6 rename file: move to java/groovy 2012-01-31 19:55:50 +04:00
Dmitry Jemerov f2849d7322 Merge remote branch 'origin/master' 2012-01-31 16:49:56 +01:00
Gregory.Shrago e07dcd8776 IOOBE & recursive markup stripping fixes 2012-01-31 19:21:20 +03:00
Dmitry Jemerov 7ecde7ebdd don't reduce popup size when number of items is reduced (IDEA-61092 try #2) 2012-01-31 16:48:22 +01:00
Dmitry Jemerov 18760daccb don't miss combobox popup closing events (IDEA-64107) 2012-01-31 16:35:41 +01:00
Denis.Zhdanov 744c953dec make server compilation happy 2012-01-31 18:54:41 +04:00
Dmitry Jemerov 515722f65c typos and dictionary words 2012-01-31 15:51:24 +01:00
Denis.Zhdanov eb5cf8ebff IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
1. Explicit method call syntax is applied (server compilation fails otherwise);
2. Comments are added;
2012-01-31 18:10:20 +04:00
Dennis Ushakov 4fbb6b8662 IDEA-80597 Debug tool window: generic UI: detaching a tab with hidden view shows both the view and its icon
IDEA-80595  Debug tool window: if Debugger view is split into separate views, and either Frames or Threads view is hidden, "Restore layout" completely breaks layout
2012-01-31 17:56:01 +04:00
Dennis Ushakov 8e4db2ccd9 do not drag out minimized views 2012-01-31 17:56:01 +04:00
Dennis Ushakov d3841c0b77 fix dropping on self 2012-01-31 17:56:00 +04:00
Dennis Ushakov 1d636f7608 remove icon 2012-01-31 17:56:00 +04:00