From 87dc2c92ca33a7b7864b2e9eea212db8de907b8f Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Thu, 10 Mar 2016 14:17:28 +0300 Subject: [PATCH] Improve message clarity for WRONG_NUMBER_OF_TYPE_ARGUMENTS diagnostics #KT-9887 Fixed Original commit: 7de171efdac1c7b54da7248ebddcc71f8e3be32e --- .../typeParameterListChanged/build.log | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jps/jps-plugin/testData/incremental/classHierarchyAffected/typeParameterListChanged/build.log b/jps/jps-plugin/testData/incremental/classHierarchyAffected/typeParameterListChanged/build.log index 3064a4ed62a..9202c3caec9 100644 --- a/jps/jps-plugin/testData/incremental/classHierarchyAffected/typeParameterListChanged/build.log +++ b/jps/jps-plugin/testData/incremental/classHierarchyAffected/typeParameterListChanged/build.log @@ -51,16 +51,16 @@ End of files Exit code: ABORT ------------------------------------------ COMPILATION FAILED -Type argument expected -Type argument expected -Type argument expected +One type argument expected for class A defined in foo +One type argument expected for class A defined in foo +One type argument expected for class A defined in foo Type inference failed: Not enough information to infer parameter T in constructor A() Please specify it explicitly. Type inference failed: Not enough information to infer parameter T in constructor A() Please specify it explicitly. Type inference failed: Not enough information to infer parameter T in constructor A() Please specify it explicitly. -Type argument expected +One type argument expected for class A defined in foo ================ Step #2 =================