1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1212 commits

Author SHA1 Message Date
Sergey Prigogin
ac7ee03d25 Fixed NPE. 2012-02-23 10:00:17 -08:00
Sergey Prigogin
68b5958f0c Use shared AST in Hide Method refactoring. 2012-02-22 20:19:05 -08:00
Sergey Prigogin
58eed0ce42 Use shared AST in Extract Function refactoring. 2012-02-17 19:29:32 -08:00
Sergey Prigogin
c49a852b88 Use shared AST in Extract Constant refactoring. 2012-02-16 21:26:56 -08:00
Sergey Prigogin
e5b6278940 Revert "Fixed handling of trailing comments after compound statements."
This reverts commit 476364f0a6.
2012-02-15 21:19:09 -08:00
Sergey Prigogin
a8ef0a62b8 Converted two more refactoring tests to the new framework. 2012-02-15 20:37:46 -08:00
Sergey Prigogin
aab2dfc32b Cosmetics. 2012-02-15 20:34:58 -08:00
Sergey Prigogin
183fe7ba62 Converted Implement Method refactoring tests to the new framework. 2012-02-15 19:03:41 -08:00
Sergey Prigogin
3d474b9327 Converted Hide Method refactoring test to the new framework. 2012-02-15 18:37:02 -08:00
Sergey Prigogin
546389bc1e Converted Extract Local Variable tests to the new framework. 2012-02-15 17:36:31 -08:00
Sergey Prigogin
476364f0a6 Fixed handling of trailing comments after compound statements. 2012-02-15 16:21:26 -08:00
Sergey Prigogin
3453fa6fcd Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring. 2012-02-15 15:44:03 -08:00
Sergey Prigogin
e128056245 Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCall
test.
2012-02-08 20:58:00 -08:00
Sergey Prigogin
61e9d699ba Bug 370887 - CPPVariableReadWriteFlags.getReadWriteFlags returns
incorrect results.
2012-02-08 17:30:00 -08:00
Sergey Prigogin
9601bcdd24 Corrected test expectations. 2012-02-08 15:24:00 -08:00
Sergey Prigogin
8dc598a145 Fixed passing parameters by pointer and renaming of parameters in
Extract Function refactoring.
2012-02-07 14:40:41 -08:00
Sergey Prigogin
fa13b42c51 New UI and other improvements for Extract Function refactoring . 2012-02-03 18:32:59 -08:00
Sergey Prigogin
60214efa55 Code streamlining. 2012-02-03 18:19:50 -08:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Markus Schorn
fa55d3662d Bug 368160: Dependent projects and SDKs. 2012-01-27 11:00:22 +01:00
Sergey Prigogin
6408fe544c Don't create empty test files. 2012-01-19 12:45:49 -08:00
Sergey Prigogin
ecb3820c77 New Eclipse-friendly framework for refactoring tests. Converted
ExtractFunctionReafactoringTest to the new framework.
2012-01-19 12:16:38 -08:00
Sergey Prigogin
3fa7f7213c Cosmetics. 2012-01-19 12:16:28 -08:00
Sergey Prigogin
d184e414d0 Fixed unnecessary passing parameters by reference. 2012-01-16 22:19:59 -08:00
Sergey Prigogin
9b5c46e407 Fixed unnecessary passing parameters by reference. 2012-01-16 22:18:59 -08:00
Marc-Andre Laperle
b0d05b60ce Bug 304482 - Add tests for template proposals 2012-01-16 01:25:06 -05:00
Sergey Prigogin
a7728f959f Renamed PDOMSearch* classes to CSearch*. 2012-01-09 18:31:45 -08:00
Sergey Prigogin
ea56585a4c Tightened up type constraints in ArrayUtil. 2012-01-08 21:07:49 -08:00
Sergey Prigogin
4071a34762 Cosmetics. 2012-01-07 17:37:17 -08:00
Sergey Prigogin
986bf0206b @Override annotations and redundant casts. 2012-01-07 17:32:13 -08:00
Sergey Prigogin
046c25fadb Visibility ordering within a class declaration. 2012-01-05 20:46:20 -08:00
Sergey Prigogin
83a8040a2b Cosmetics. 2012-01-04 11:12:04 -08:00
Sergey Prigogin
2737d2c708 Fixed reporting of "Test data not found" errors. 2012-01-03 16:15:22 -08:00
Sergey Prigogin
e3bdead668 Improved handling of blank lines when appending to a translation unit. 2011-12-29 18:15:35 -08:00
Sergey Prigogin
fbcb28a05b Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2011-12-28 18:10:22 -08:00
Sergey Prigogin
3b5d67f9e8 Cosmetics. 2011-12-24 11:31:29 -08:00
Sergey Prigogin
a19dfee63c Generics. 2011-12-24 11:27:21 -08:00
Sergey Prigogin
2ee14c041c Moved template engine tests to org.eclipse.cdt.ui.tests plug-in since
they fail in headless mode due to loading of
TestExtraPagesProvider.java
2011-12-23 15:57:35 -08:00
Anton Leherbauer
6e1ea34d7c Bug 367417 - IndexerPreferenceListener leaks CEditor instance 2011-12-23 10:45:25 +01:00
Sergey Prigogin
5ee7759f72 Bug 319278 - Generate getters and setters handles arrays incorrectly. 2011-12-18 22:38:10 -08:00
Sergey Prigogin
f92fff3e50 Fixed MalformedTreeException. 2011-12-18 12:09:43 -08:00
Sergey Prigogin
07c8578942 Bug 354727. Removed duplicated refactoring tests. 2011-12-14 12:20:47 -08:00
Sergey Prigogin
c521604dd1 Bug 363244 - Generate Getters and Setters expands macro with typedef and
breaks formatting. The bug was fixed by minimizing areas of code
affected by the refactoring changes. This minimization had a huge ripple
effect.
2011-12-13 19:46:10 -08:00
Sergey Prigogin
253ba9ddef Bug 319279. Passing parameter and return value by reference. 2011-12-05 19:57:31 -08:00
Sergey Prigogin
1f51445b8a Proper handling of class declarations located in cpp files. 2011-11-14 16:40:19 -08:00
Sergey Prigogin
0eddb7c8b3 Cosmetics. 2011-11-14 16:40:06 -08:00
Marc-Andre Laperle
8a1269053a Bug 363111 - Automatically generated explicit constructor has the
explicit keyword in constructor definition
2011-11-11 11:58:01 -05:00
Sergey Prigogin
08a8dca4b8 Cosmetics. 2011-11-08 14:34:15 -08:00
Sergey Prigogin
afb3fae823 Automatic formatting of code affected by refactoring. 2011-11-07 11:04:35 -08:00
Sergey Prigogin
a3dd649914 Fixed two code formatter bugs. 2011-11-07 11:04:07 -08:00