Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Renamed the Messages class.Sergey Prigogin3-8/+8
2011-12-14Bug 354727. Removed duplicated refactoring tests.Sergey Prigogin2-285/+0
2011-12-14Deleted an unused class.Sergey Prigogin1-65/+0
2011-12-14Cosmetics.Sergey Prigogin1-2/+1
2011-12-14Code cleanup.Sergey Prigogin8-349/+102
2011-12-14Removed an unused method.Sergey Prigogin1-21/+0
2011-12-14Bug 363244 - Generate Getters and Setters expands macro with typedef andSergey Prigogin91-1615/+1681
2011-12-14@Override annotations.Sergey Prigogin28-288/+420
2011-12-12Cosmetics.Sergey Prigogin3-15/+6
2011-12-12Bug 366422 - C++11 standard headers missing from file types.Sergey Prigogin1-5/+20
2011-12-10@Override annotations and spacesAndrew Gvozdev1-38/+46
2011-12-09toString methods and @Overide annotations.Sergey Prigogin12-284/+249
2011-12-06Added file that was missing in the previous commit.Sergey Prigogin1-0/+218
2011-12-06Bug 365605 - Editor should reconcile also on saveAnton Leherbauer1-13/+15
2011-12-06Bug 319279. Passing parameter and return value by reference.Sergey Prigogin5-282/+107
2011-12-06Fixed typos.Sergey Prigogin2-5/+5
2011-12-06Override annotations.Sergey Prigogin4-14/+19
2011-11-30Bug 364226: Invalid redeclaration of class-template.Markus Schorn3-56/+111
2011-11-29Bug 365142 - Linux specific API used in AIX libpty -> NULL dereferenceChris Recoskie3-1/+1
2011-11-29Bug 364225: NPE in template ambiguity handling in delete expression.Markus Schorn4-41/+56
2011-11-28Bug 364942 - completion on include (ctrl+space) causes exceptionAnton Leherbauer1-0/+9
2011-11-28Bug 364943 - java.lang.StringIndexOutOfBoundsException exception observedAnton Leherbauer1-6/+7
2011-11-28Bug 364108: Exponential complexity parsing code with missing closing braces.Markus Schorn6-36/+79
2011-11-28Bug 363743: Default arg for non-type template parameter.Markus Schorn2-1/+24
2011-11-28Bug 363731: Call Hierarchy for address of overridden method.Markus Schorn3-6/+60
2011-11-28Bug 363609: Performance issue with nested template ambiguities.Markus Schorn5-48/+137
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev311-4409/+6183
2011-11-15Helper methods for generation of getters and setters.Sergey Prigogin4-8/+86
2011-11-15@Override annotations.Sergey Prigogin1-0/+3
2011-11-15Cosmetics.Sergey Prigogin2-23/+33
2011-11-15Consolidated tests.Sergey Prigogin1-49/+48
2011-11-15Added few methods to ClassTypeHelper and tests for them.Sergey Prigogin3-31/+277
2011-11-15Cosmetics.Sergey Prigogin2-8/+4
2011-11-15@Override annotations.Sergey Prigogin1-6/+7
2011-11-15Cosmetics.Sergey Prigogin2-42/+13
2011-11-15@Override annotations.Sergey Prigogin1-5/+17
2011-11-15Proper handling of class declarations located in cpp files.Sergey Prigogin9-61/+71
2011-11-15@Override annotations.Sergey Prigogin1-5/+4
2011-11-15Cosmetics.Sergey Prigogin2-6/+6
2011-11-13Added a missing @since tag.Sergey Prigogin1-0/+5
2011-11-13Adjusted Javadoc.Sergey Prigogin2-2/+3
2011-11-12Bug 342498 - Pin Call Hierarchy ViewMarc-Andre Laperle10-43/+264
2011-11-11Bug 363111 - Automatically generated explicit constructor has theMarc-Andre Laperle2-1/+20
2011-11-11@Override annotations.Sergey Prigogin3-1/+10
2011-11-11@Override annotations.Sergey Prigogin3-26/+61
2011-11-11Bug 355991. Duplicate name detection based on {fileLocation, linkage,Sergey Prigogin1-35/+47
2011-11-09Bug 363328 - NPE in ChangeBuildConfigActionBase.fillMenu()John Cortell1-7/+9
2011-11-08Cosmetics.Sergey Prigogin1-4/+4
2011-11-08cosmetics - deprecated usage, override annotations, indentationsAndrew Gvozdev1-68/+75
2011-11-07Added missing @Override annotations.Sergey Prigogin1-2/+4

Back to the top