abbrev.stc
author Jakub Nesveda <jakubnesveda@seznam.cz>
Thu, 05 Feb 2015 22:28:30 +0100
changeset 814 d18c25f112ce
parent 813 6a52a5f02501
child 824 e05a8e8035f9
permissions -rw-r--r--
Cleanup - remove dummy test case
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
464
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     1
# automagically generated by the project definition
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     2
# this file is needed for stc to be able to compile modules independently.
2f2f44408f2c - CustomRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents:
diff changeset
     3
# it provides information about a classes filename, category and especially namespace.
723
b1ba8bae9cef return nil category when class is not found in BrowserEnvironment
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 717
diff changeset
     4
CustomBrowserEnvironmentTests CustomBrowserEnvironmentTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
556
107e4a470e73 add CustomCodeGeneratorTestCase as superclass for CodeGenerators TestCases to make testing easier
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 555
diff changeset
     5
CustomChangeManager CustomChangeManager jn:refactoring_custom 'Interface-Refactoring-Custom' 0
733
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
     6
CustomClassQuery CustomClassQuery jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
     7
CustomClassQueryTests CustomClassQueryTests jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers-Tests' 1
672
f05a98383324 merge CustomCodeGeneratorOrRefactoring with CustomCodeGeneratorOrRefactoringBase
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 662
diff changeset
     8
CustomCodeGeneratorOrRefactoring CustomCodeGeneratorOrRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom' 0
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
     9
CustomCodeGeneratorOrRefactoringTestCase CustomCodeGeneratorOrRefactoringTestCase jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
500
8c2b58d6b2d5 Code reogranization, Defined CustomContext & basic API.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 496
diff changeset
    10
CustomContext CustomContext jn:refactoring_custom 'Interface-Refactoring-Custom' 0
755
37d50424e347 tests fixes - global instance of RBNamespace for creating RBClass holds old data when the global system namespace changes its state - in this case it is old real class instance
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 752
diff changeset
    11
CustomContextTests CustomContextTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
740
dcc444183c8c move CustomDialog and its implementations to UI category
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 739
diff changeset
    12
CustomDialog CustomDialog jn:refactoring_custom 'Interface-Refactoring-Custom-UI' 0
769
1d6340bf585a fixed mess made by test cases in the changes file (st.chg)
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 765
diff changeset
    13
CustomLocalChangeManagerTests CustomLocalChangeManagerTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
506
b611cc119554 Added support for custom menu building and injecting into class browser's menus.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 505
diff changeset
    14
CustomManager CustomManager jn:refactoring_custom 'Interface-Refactoring-Custom' 0
786
1026bdbe1f21 Added method for creating mocked getter/setter methods in CustomMock >> createMockAccessors:forNames:
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 783
diff changeset
    15
CustomManagerTests CustomManagerTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
506
b611cc119554 Added support for custom menu building and injecting into class browser's menus.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 505
diff changeset
    16
CustomMenuBuilder CustomMenuBuilder jn:refactoring_custom 'Interface-Refactoring-Custom-UI' 0
786
1026bdbe1f21 Added method for creating mocked getter/setter methods in CustomMock >> createMockAccessors:forNames:
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 783
diff changeset
    17
CustomMenuBuilderTests CustomMenuBuilderTests jn:refactoring_custom 'Interface-Refactoring-Custom-UI-Tests' 1
576
b8e70d6ade95 CustomMock - add possibility for mocking messages with arguments
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 566
diff changeset
    18
CustomMock CustomMock jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 0
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    19
CustomMockTests CustomMockTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
688
6bd18ba5e56c completed - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 685
diff changeset
    20
CustomNamespace CustomNamespace jn:refactoring_custom 'Interface-Refactoring-Custom' 0
783
5248328a4ac3 Added menu item named "Open Test Case Class" to browser class list context menu.
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 777
diff changeset
    21
CustomNewSystemBrowserTests CustomNewSystemBrowserTests jn:refactoring_custom 'Interface-Refactoring-Custom-UI-Tests' 1
662
9d766cee6d31 add unit tests for CustomSourceCodeFormatter(s)
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 660
diff changeset
    22
CustomNoneSourceCodeFormatterTests CustomNoneSourceCodeFormatterTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
629
e85070e8c11b add code selection object (CustomSourceCodeSelection) with code, method, class... to CustomContext
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 626
diff changeset
    23
CustomParseTreeRewriter CustomParseTreeRewriter jn:refactoring_custom 'Interface-Refactoring-Custom' 0
777
8f212cf1bb45 Improvemens in CustomRefactoryBuilder - no complete reformatting of method source code, but only the replacement parts
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 769
diff changeset
    24
CustomParseTreeRewriterTests CustomParseTreeRewriterTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
506
b611cc119554 Added support for custom menu building and injecting into class browser's menus.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 505
diff changeset
    25
CustomPerspective CustomPerspective jn:refactoring_custom 'Interface-Refactoring-Custom' 1
696
1b1ab9d8ac0a fix error in CustomSourceCodeSelection >> selectedSourceCode when nothing is actually selected
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 688
diff changeset
    26
CustomPerspectiveTests CustomPerspectiveTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
684
07bbc12ffdd6 work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 681
diff changeset
    27
CustomRBAbstractClassTests CustomRBAbstractClassTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
07bbc12ffdd6 work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 681
diff changeset
    28
CustomRBClassTests CustomRBClassTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    29
CustomRBLocalSourceCodeFormatterTests CustomRBLocalSourceCodeFormatterTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
765
d706c98adeb5 better support for private classes in our model (CustomNamespace) and related classes (RBClass, RBMetaclass)
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 756
diff changeset
    30
CustomRBMetaclassTests CustomRBMetaclassTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
684
07bbc12ffdd6 work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 681
diff changeset
    31
CustomRBMethodTests CustomRBMethodTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
629
e85070e8c11b add code selection object (CustomSourceCodeSelection) with code, method, class... to CustomContext
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 626
diff changeset
    32
CustomRefactoryBuilder CustomRefactoryBuilder jn:refactoring_custom 'Interface-Refactoring-Custom' 0
731
6ec82b81a246 fix class changes not working with non existing classes defined as model classes (RBClass, RBMetaclass)
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 723
diff changeset
    33
CustomRefactoryClassChangeTests CustomRefactoryClassChangeTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    34
CustomSourceCodeFormatter CustomSourceCodeFormatter jn:refactoring_custom 'Interface-Refactoring-Custom' 0
674
58df305d9184 work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 672
diff changeset
    35
CustomSourceCodeGenerator CustomSourceCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom' 0
58df305d9184 work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 672
diff changeset
    36
CustomSourceCodeGeneratorTests CustomSourceCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
629
e85070e8c11b add code selection object (CustomSourceCodeSelection) with code, method, class... to CustomContext
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 626
diff changeset
    37
CustomSourceCodeSelection CustomSourceCodeSelection jn:refactoring_custom 'Interface-Refactoring-Custom' 0
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    38
CustomSourceCodeSelectionTests CustomSourceCodeSelectionTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
756
1dcd0b55815e added convert to RBMethod when real methods are passed into CustomSubContext >> selectedMethods:
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 755
diff changeset
    39
CustomSubContextTests CustomSubContextTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
733
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
    40
CustomTestCaseHelper CustomTestCaseHelper jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers' 0
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
    41
CustomTestCaseHelperTests CustomTestCaseHelperTests jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers-Tests' 1
500
8c2b58d6b2d5 Code reogranization, Defined CustomContext & basic API.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 496
diff changeset
    42
jn_refactoring_custom jn_refactoring_custom jn:refactoring_custom '* Projects & Packages *' 3
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    43
CustomAccessMethodsCodeGeneratorTests CustomAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
700
55a8d014066f add package parameter to CustomNamespace >> createMethodImmediage...
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 696
diff changeset
    44
CustomAddClassChangeTests CustomAddClassChangeTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
55a8d014066f add package parameter to CustomNamespace >> createMethodImmediage...
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 696
diff changeset
    45
CustomAddMethodChangeTests CustomAddMethodChangeTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
556
107e4a470e73 add CustomCodeGeneratorTestCase as superclass for CodeGenerators TestCases to make testing easier
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 555
diff changeset
    46
CustomBrowserChangeManager CustomBrowserChangeManager jn:refactoring_custom 'Interface-Refactoring-Custom' 0
534
f89b11cd6fa5 CustomContext made as abstract class with 2 implementations: Browser and Sub generator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 527
diff changeset
    47
CustomBrowserContext CustomBrowserContext jn:refactoring_custom 'Interface-Refactoring-Custom' 0
715
0e3c501b6015 add support for all protocols selector in CustomBrowserContext
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 703
diff changeset
    48
CustomBrowserContextTests CustomBrowserContextTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    49
CustomChangeNotificationAccessMethodsCodeGeneratorTests CustomChangeNotificationAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    50
CustomChangeNotificationSetterMethodsCodeGeneratorTests CustomChangeNotificationSetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
672
f05a98383324 merge CustomCodeGeneratorOrRefactoring with CustomCodeGeneratorOrRefactoringBase
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 662
diff changeset
    51
CustomCodeGenerator CustomCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    52
CustomCodeGeneratorClassGeneratorTests CustomCodeGeneratorClassGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
741
c23d35088a49 fix generator not aborted when user clicks to the cancel button
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 740
diff changeset
    53
CustomCodeGeneratorOrRefactoringTests CustomCodeGeneratorOrRefactoringTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    54
CustomCodeGeneratorTests CustomCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    55
CustomCodeGeneratorUserPreferencesTests CustomCodeGeneratorUserPreferencesTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    56
CustomCodeSelectionToResourceTranslationTests CustomCodeSelectionToResourceTranslationTests jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    57
CustomDefaultGetterMethodsCodeGeneratorTests CustomDefaultGetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
750
1696b42da73d add possibility to generate test case class with same package as tested class in CustomTestCaseCodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 741
diff changeset
    58
CustomIsAbstractCodeGeneratorTests CustomIsAbstractCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
808
0067eb50c5ea Added prototype JavaScript (setter method) code generator (CustomJavaScriptSimpleSetterMethodsCodeGenerator)
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 806
diff changeset
    59
CustomJavaScriptSimpleSetterMethodsCodeGeneratorTests CustomJavaScriptSimpleSetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    60
CustomLazyInitializationAccessMethodsCodeGeneratorTests CustomLazyInitializationAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    61
CustomLazyInitializationGetterMethodsCodeGeneratorTests CustomLazyInitializationGetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
556
107e4a470e73 add CustomCodeGeneratorTestCase as superclass for CodeGenerators TestCases to make testing easier
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 555
diff changeset
    62
CustomLocalChangeManager CustomLocalChangeManager jn:refactoring_custom 'Interface-Refactoring-Custom' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    63
CustomMultiSetterMethodsCodeGeneratorTests CustomMultiSetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
688
6bd18ba5e56c completed - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 685
diff changeset
    64
CustomNamespaceTests CustomNamespaceTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
736
cbb808f1f9ff tests for CustomNewClassGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 735
diff changeset
    65
CustomNewClassGeneratorTests CustomNewClassGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    66
CustomNoneSourceCodeFormatter CustomNoneSourceCodeFormatter jn:refactoring_custom 'Interface-Refactoring-Custom' 0
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    67
CustomRBLocalSourceCodeFormatter CustomRBLocalSourceCodeFormatter jn:refactoring_custom 'Interface-Refactoring-Custom' 0
672
f05a98383324 merge CustomCodeGeneratorOrRefactoring with CustomCodeGeneratorOrRefactoringBase
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 662
diff changeset
    68
CustomRefactoring CustomRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
737
dbbad959994f tests for CustomRefactoringClassGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 736
diff changeset
    69
CustomRefactoringClassGeneratorTests CustomRefactoringClassGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
653
7ad678c3b850 first draft (14 tests not passing) - instace-like formatter CustomSourceCodeFormatter and its two implementations
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 648
diff changeset
    70
CustomRefactoryBuilderTests CustomRefactoryBuilderTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    71
CustomReplaceIfNilWithIfTrueRefactoringTests CustomReplaceIfNilWithIfTrueRefactoringTests jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings-Tests' 1
740
dcc444183c8c move CustomDialog and its implementations to UI category
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 739
diff changeset
    72
CustomSilentDialog CustomSilentDialog jn:refactoring_custom 'Interface-Refactoring-Custom-UI' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    73
CustomSimpleAccessMethodsCodeGeneratorTests CustomSimpleAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    74
CustomSimpleGetterMethodsCodeGeneratorTests CustomSimpleGetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    75
CustomSimpleSetterMethodsCodeGeneratorTests CustomSimpleSetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
534
f89b11cd6fa5 CustomContext made as abstract class with 2 implementations: Browser and Sub generator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 527
diff changeset
    76
CustomSubContext CustomSubContext jn:refactoring_custom 'Interface-Refactoring-Custom' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    77
CustomSubclassResponsibilityCodeGeneratorTests CustomSubclassResponsibilityCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
    78
CustomTestCaseCodeGeneratorTests CustomTestCaseCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
717
63e0da20b676 add create immediate private class in CustomNamespace
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 715
diff changeset
    79
CustomTestCaseMethodCodeGeneratorTests CustomTestCaseMethodCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
806
c1983320e2cf Fixed package set in test case generators
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 786
diff changeset
    80
CustomTestCaseSetUpCodeGeneratorTests CustomTestCaseSetUpCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
c1983320e2cf Fixed package set in test case generators
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 786
diff changeset
    81
CustomTestCaseTearDownCodeGeneratorTests CustomTestCaseTearDownCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
735
50e2617adbb0 tests for CustomUpdateTestCaseCategoryRefactoring
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 734
diff changeset
    82
CustomUpdateTestCaseCategoryRefactoringTests CustomUpdateTestCaseCategoryRefactoringTests jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings-Tests' 1
740
dcc444183c8c move CustomDialog and its implementations to UI category
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 739
diff changeset
    83
CustomUserDialog CustomUserDialog jn:refactoring_custom 'Interface-Refactoring-Custom-UI' 0
734
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    84
CustomValueHolderAccessMethodsCodeGeneratorTests CustomValueHolderAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    85
CustomValueHolderGetterMethodsCodeGeneratorTests CustomValueHolderGetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    86
CustomValueHolderWithChangeNotificationAccessMethodsCodeGeneratorTests CustomValueHolderWithChangeNotificationAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    87
CustomValueHolderWithChangeNotificationGetterMethodsCodeGeneratorTests CustomValueHolderWithChangeNotificationGetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    88
CustomValueHolderWithChangeNotificationSetterMethodsCodeGeneratorTests CustomValueHolderWithChangeNotificationSetterMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    89
CustomVisitorCodeGeneratorAcceptVisitorTests CustomVisitorCodeGeneratorAcceptVisitorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
f8b10fc1ab0e update TestCase categories with respect to their tested subjects ( classes )
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 733
diff changeset
    90
CustomVisitorCodeGeneratorTests CustomVisitorCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
    91
CustomAccessMethodsCodeGenerator CustomAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
752
516a6334136c added poor mans private classes support in AddClassChange
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 750
diff changeset
    92
CustomCodeSelectionRefactoring CustomCodeSelectionRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
628
6f639016753b Sort generators or refactorings by their group.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 627
diff changeset
    93
CustomIsAbstractCodeGenerator CustomIsAbstractCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
809
c7314e2265ca Print error silently with Transcript rather than destroy IDE usage with raised error when building menu with CustomMenuBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 808
diff changeset
    94
CustomJavaSimpleSetterMethodsCodeGenerator CustomJavaSimpleSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
733
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
    95
CustomNewClassGenerator CustomNewClassGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
    96
CustomReplaceIfNilWithIfTrueRefactoring CustomReplaceIfNilWithIfTrueRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
    97
CustomSubclassResponsibilityCodeGenerator CustomSubclassResponsibilityCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
    98
CustomTestCaseCodeGenerator CustomTestCaseCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
    99
CustomTestCaseMethodCodeGenerator CustomTestCaseMethodCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
625
3072522a351b Added TestCase>>setUp/tearDown generator.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 624
diff changeset
   100
CustomTestCaseSetUpCodeGenerator CustomTestCaseSetUpCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
3072522a351b Added TestCase>>setUp/tearDown generator.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 624
diff changeset
   101
CustomTestCaseTearDownCodeGenerator CustomTestCaseTearDownCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
733
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
   102
CustomUpdateTestCaseCategoryRefactoring CustomUpdateTestCaseCategoryRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
   103
CustomVisitorCodeGenerator CustomVisitorCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   104
CustomChangeNotificationAccessMethodsCodeGenerator CustomChangeNotificationAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   105
CustomChangeNotificationSetterMethodsCodeGenerator CustomChangeNotificationSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
739
45b418be7fa1 change CustomCodeGeneratorClassGenerator to implement CustomNewClassGenerator
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 737
diff changeset
   106
CustomCodeGeneratorClassGenerator CustomCodeGeneratorClassGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   107
CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
752
516a6334136c added poor mans private classes support in AddClassChange
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 750
diff changeset
   108
CustomCodeSelectionToResourceTranslation CustomCodeSelectionToResourceTranslation jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   109
CustomDefaultGetterMethodsCodeGenerator CustomDefaultGetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   110
CustomLazyInitializationAccessMethodsCodeGenerator CustomLazyInitializationAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   111
CustomLazyInitializationGetterMethodsCodeGenerator CustomLazyInitializationGetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   112
CustomMultiSetterMethodsCodeGenerator CustomMultiSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
752
516a6334136c added poor mans private classes support in AddClassChange
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 750
diff changeset
   113
CustomPrintCodeSelectionRefactoring CustomPrintCodeSelectionRefactoring jn:refactoring_custom 'Interface-Refactoring-Custom-Refactorings' 0
733
bad42d8d1161 add ability to use refactory class changes for non existing class described by model class
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 731
diff changeset
   114
CustomRefactoringClassGenerator CustomRefactoringClassGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   115
CustomSimpleAccessMethodsCodeGenerator CustomSimpleAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
   116
CustomSimpleGetterMethodsCodeGenerator CustomSimpleGetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   117
CustomSimpleSetterMethodsCodeGenerator CustomSimpleSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
671
ad1e0393231a Fixes in test case generators. Added generators for UI test cases.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 668
diff changeset
   118
CustomUITestCaseCodeGenerator CustomUITestCaseCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
ad1e0393231a Fixes in test case generators. Added generators for UI test cases.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 668
diff changeset
   119
CustomUITestCaseSetUpCodeGenerator CustomUITestCaseSetUpCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   120
CustomValueHolderAccessMethodsCodeGenerator CustomValueHolderAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
   121
CustomValueHolderGetterMethodsCodeGenerator CustomValueHolderGetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
660
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   122
CustomValueHolderWithChangeNotificationAccessMethodsCodeGenerator CustomValueHolderWithChangeNotificationAccessMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   123
CustomValueHolderWithChangeNotificationGetterMethodsCodeGenerator CustomValueHolderWithChangeNotificationGetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
9ee3323b4619 fix not working package set to class as default value in CustomSourceCodeBuilder
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 653
diff changeset
   124
CustomValueHolderWithChangeNotificationSetterMethodsCodeGenerator CustomValueHolderWithChangeNotificationSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
623
569639161587 Introduced CustomCodeGeneratorOrRefactoringBase base class which support undo/redo.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 622
diff changeset
   125
CustomVisitorCodeGeneratorAcceptVisitor CustomVisitorCodeGeneratorAcceptVisitor jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0
806
c1983320e2cf Fixed package set in test case generators
Jakub Nesveda <jakubnesveda@seznam.cz>
parents: 786
diff changeset
   126
CustomJavaScriptSimpleSetterMethodsCodeGenerator CustomJavaScriptSimpleSetterMethodsCodeGenerator jn:refactoring_custom 'Interface-Refactoring-Custom-Generators' 0