Commit Graph
2787 Commits
Author SHA1 Message Date
anna 229c91c903 SOE (IDEA-57496) 2012-10-23 21:08:45 +02:00
anna f57c2243d7 testdata for IDEA-57494 2012-10-23 21:08:45 +02:00
anna 26378d1212 testdata for IDEA-57495 2012-10-23 21:08:44 +02:00
anna c4b1b83089 testdata for IDEA-57493 2012-10-23 21:08:43 +02:00
anna c4666625ee testdata for IDEA-57492 2012-10-23 21:08:42 +02:00
anna c743366b7a testdata for IDEA-57486 2012-10-23 21:08:42 +02:00
anna ac1865fbc2 testdata for IDEA-57485 2012-10-23 21:08:41 +02:00
anna 7c50a4b1b4 testdata for IDEA-57484 2012-10-23 21:08:40 +02:00
anna b40ec2d2d1 testdata for IDEA-57411 2012-10-23 21:08:40 +02:00
anna b704249a4c testdata for IDEA-57410 2012-10-23 21:08:39 +02:00
anna faca3a20d6 testdata for IDEA-57509 2012-10-23 21:08:38 +02:00
anna 0d69d53de2 testdata for IDEA-57533 2012-10-23 18:07:14 +02:00
anna eccf567a5b testdata for IDEA-57275 2012-10-23 18:07:14 +02:00
anna 69b98caa39 testdata for IDEA-57563 2012-10-23 18:07:13 +02:00
anna e216960467 testdata for IDEA-57560 2012-10-23 18:07:12 +02:00
anna 1cadfc4092 testdata for IDEA-57557 2012-10-23 18:07:12 +02:00
anna 899d3e6d6b testdata for IDEA-57378 2012-10-23 18:07:11 +02:00
anna c97457bb07 testdata for IDEA-57650 2012-10-23 18:07:10 +02:00
anna 64ae8e711e testdata for IDEA-57667 2012-10-23 18:07:09 +02:00
anna 0f807e9219 check reference type as type argument for constructor params (IDEA-57668) 2012-10-23 18:07:09 +02:00
anna 0a00c340b2 testdata for IDEA-67599 2012-10-23 18:07:08 +02:00
anna c8f56fcb28 forbid type annotations on anonymous class creation with interface base class (IDEA-67598) 2012-10-23 18:07:07 +02:00
anna 0dfb29db51 red code green: warn about non inner classes used in super constructor call qualifiers (IDEA-57443) 2012-10-23 18:07:06 +02:00
anna b0db19229a testdata for IDEA-67667 2012-10-22 21:10:51 +02:00
anna ef61777e7f testdata for IDEA-67678 2012-10-22 21:10:51 +02:00
anna f75aa7d17b testdata for IDEA-67672 2012-10-22 21:10:50 +02:00
anna ec616c67da duplicate local class: accept local classes inside class initializers (IDEA-67797) 2012-10-22 21:10:49 +02:00
anna 41636949ad testdata for IDEA-67681 2012-10-22 21:10:49 +02:00
anna 3c796d7901 disable convert anonymous -> lambda when non qualified getClass is called 2012-10-22 17:10:44 +02:00
anna 665894b44b method refs: allow unchecked conversions in default constructors (IDEA-93346) 2012-10-22 17:10:41 +02:00
Roman Shevchenko 56a32c93a2 Fix false annotation highlighting 2012-10-20 11:22:05 +02:00
Roman Shevchenko 4279897e22 IDEA-93208 (highlight incorrectly placed annotations) 2012-10-19 22:41:40 +02:00
Roman Shevchenko 188101d81c Parse Java type annotations regardless to language level 2012-10-19 22:41:40 +02:00
anna 47dd9e09cd good code red: array access expr type should be treated as variable type (IDEA-67675) 2012-10-19 18:44:41 +02:00
anna 9953d363a7 good code red: no enclosing instance found: qualified new in constructors should accept new expr (IDEA-93254) 2012-10-19 18:44:41 +02:00
anna 90c6a12e7f simplify boolean: xor (IDEA-92131) 2012-10-19 18:44:40 +02:00
peter dc16adddbb a test for IDEA-93198: Middle matching shouldn't be so noisy 2012-10-19 14:54:59 +02:00
anna a444dcfa01 good code red:do not override calculated subst with raw (IDEA-67680) 2012-10-19 12:29:54 +02:00
anna a40a08d1d9 good code red: leave empty subst when processing type params supers (IDEA-67680) 2012-10-18 21:40:03 +02:00
anna fd9d1764e2 good code red: allow containing this before super call (IDEA-67756) 2012-10-18 21:40:03 +02:00
anna b87a66990c nullable problems: do not suggest to annotate as @Nullable when parameter is referenced (IDEA-93083) 2012-10-18 19:36:59 +02:00
anna bfef30ff03 extract method: do not fold params by default when they are used inside conditional stmts (IDEA-92815) 2012-10-18 17:30:55 +02:00
anna 9598ba568c make method static: add parameter when method was used in method reference (IDEA-93138) 2012-10-18 13:45:04 +02:00
anna 78c8fe106b static override: search method in superclass by method signature from derived (IDEA-93043) 2012-10-17 15:49:58 +02:00
anna 24a2d19043 add constructor params: collect new names to prevent conflicts (IDEA-92902) 2012-10-15 18:06:30 +02:00
peter f653df321f don't restart completion after typing 2 characters: it's not needed with current matching 2012-10-15 17:14:44 +02:00
peter 18a6cf6a1b suggest primitive types in generics (IDEA-92940) 2012-10-15 17:14:26 +02:00
anna e775459321 lambda: nested lambda return statements exclusion 2012-10-15 16:20:57 +02:00
anna 5c798946df java7 cast conventions 2012-10-15 16:20:56 +02:00
anna 1c0933b830 search for method references during constructor search (IDEA-92804) 2012-10-15 16:20:55 +02:00