SAP ABAP Class TH_ART_CONTRIBUTOR (Test helper for scan result & blackboard contributors)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_BLACKBOARD (Package) Refactoring Blackboard
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 20130306
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  TH_PST_HELPER Test data for pgrogram structure trees 20131015
Properties
Class TH_ART_CONTRIBUTOR  
Short Description Test helper for scan result & blackboard contributors    
Super Class CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SRFAC_BLACKBOARD   Refactoring Blackboard 
Created 20121116   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class TH_ART_CONTRIBUTOR has no forward declaration.
Interfaces
Class TH_ART_CONTRIBUTOR has no interface implemented.
Friends
Class TH_ART_CONTRIBUTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACT_DELTAS Instance attribute Public Type reference (TYPE) IF_QUICKFIX_SOURCE_OBJECT=>TAB 20130306
2 ACT_EDIT_POSITIONS Instance attribute Public Type reference (TYPE) IF_QUICKFIX_SOURCE_OBJECT=>TAB 20130913
3 BLACKBOARD Instance attribute Public Object reference (TYPE REF TO) CL_ART_BLACKBOARD Refactoring blackboard 20130306
4 EXP_QUICKFIX_DELTAS Instance attribute Public See coding 20130308
5 INCLUDE_TO_REGISTER Instance attribute Public Type reference (TYPE) PROGRAMM 20130606
6 NEWLINE Constant Public Attribute reference (LIKE) CL_ABAP_CHAR_UTILITIES=>NEWLINE CL_ABAP_CHAR_UTILITIES=>NEWLINE 20130306
7 SOURCE_CODE Instance attribute Public Type reference (TYPE) STRING_TABLE Table of Strings 20130306
8 SOURCE_REPOSITORY Instance attribute Protected Object reference (TYPE REF TO) CL_ART_SOURCE_REPOSITORY 20131015
9 WORKBENCH_OBJECT_TYPES Static Attribute Public See coding 20130521
Methods
# Method Level Visibility Method type Description Created on
1 ABORT_IF_WRONG_RELEASE Instance method Protected Method 20131029
2 ADD_SAMPLE_CODE Instance method Public Method 20130308
3 APPLY_QUICKFIX Instance method Public Method 20130306
4 ASSERT_APPLICABLE Instance method Public Method 20130306
5 ASSERT_IDENTIFIER Instance method Public Method 20130307
6 ASSERT_NOT_APPLICABLE Instance method Public Method 20130306
7 ASSERT_NOT_PROPOSED Instance method Public Method 20130320
8 ASSERT_NUMBER_OF_PROPOSALS Instance method Public Method 20130306
9 ASSERT_PROPOSED Instance method Public Method 20130320
10 ASSERT_SELECTION_CONTENT Instance method Public Method 20130913
11 ASSERT_SELECTION_KIND Instance method Public Method 20130315
12 CLASS_CONSTRUCTOR Static method Public Constructor 20130521
13 CLEAR_BUILDER_INSTANCES Instance method Public Method 20130306
14 CREATE_EXPECTED_DELTAS Instance method Private Method 20130718
15 CREATE_QUICKFIX Instance method Protected Method 20130516
16 CREATE_SOURCE_OBJECT_DOUBLE Instance method Public Method 20130306
17 DERIVE_WBOBJTYPE_BY_INCLUDE Instance method Private Method 20130913
18 EXERCISE_SCAN_RESULT_CONTRIB Instance method Public Method 20130306
19 GET_START_COLUMN Instance method Private Method 20130820
20 PREPARE_BLACKBOARD Instance method Public Method 20130306
21 PREP_BLACKBOARD_BY_SOURCE_OBJ Instance method Public Method 20130306
22 REGISTER_SOURCE Instance method Protected Method 20130605
23 REPLACE_LINEBREAKS Instance method Public Method 20130404
24 SETUP Instance method Private Method 20131015
25 SETUP_FRESH_SOURCE_REPOSITORY Instance method Protected Method 20131015
26 SET_INCLUDE Instance method Protected Method 20131015
27 TEARDOWN Instance method Private Method 20130306
28 VERIFY_DELTA Instance method Public Method 20130306
29 VERIFY_DELTAS Instance method Public Method 20130308
30 VERIFY_EDIT_POSITIONS Instance method Public Method 20130913
Events
Class TH_ART_CONTRIBUTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHANGE_COMMAND Private See coding 20130718 ty_change_command TYPE LINE OF string_table
2 TY_EXP_DELTA Public See coding 20130308 BEGIN OF ty_exp_delta, line_number TYPE i, source_position TYPE REF TO cl_pst_source_position, new_content TYPE string, END OF ty_exp_delta
3 TY_REMOVE Private See coding 20130718 ty_remove TYPE LINE OF string_table
Method Signatures

Method ABORT_IF_WRONG_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING 'test for unsupported feature in this release' 20131029
2 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20131029

Method ABORT_IF_WRONG_RELEASE on class TH_ART_CONTRIBUTOR has no exception.

Method ADD_SAMPLE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODE_BEFORE Call by reference Type reference (TYPE) CSEQUENCE 20130308
2 Importing I_CODE_CHANGE Call by reference Type reference (TYPE) CSEQUENCE 20130308
3 Importing I_LINE_NUMBER Call by reference Type reference (TYPE) I 20130308

Method ADD_SAMPLE_CODE on class TH_ART_CONTRIBUTOR has no exception.

Method APPLY_QUICKFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 'DUMMY_REPORT4SOURCE_OBJ_DOUBLE' 20130606
2 Importing I_MAIN_PROGRAM Call by reference Type reference (TYPE) PROGRAMM 20130716
3 Importing I_QFIX_TYPE Call by reference Object reference (TYPE REF TO) CE_ART_QFIX 20130306
4 Importing I_SELECTION Call by reference Type reference (TYPE) STRING 20130306
5 Importing I_TROBJTYPE Call by reference Type reference (TYPE) TROBJTYPE 'PROG' 20130606
6 Importing I_USER_CONTENT Call by reference Type reference (TYPE) STRING 20130403
7 Importing I_WBOBJTYPE Call by reference Type reference (TYPE) WBOBJTYPE 20130606
8 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_QUICKFIX_RESULT 20130411
# Exception Resumable Description Created on
1 CX_STATIC_CHECK 20130306

Method ASSERT_APPLICABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTRIBUTOR Call by reference Object reference (TYPE REF TO) IF_ART_BLACKBOARD_CONTRIBUTOR Agent filling the blackboard 20130306

Method ASSERT_APPLICABLE on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDENTIFIER Call by reference Type reference (TYPE) CSEQUENCE 20130307

Method ASSERT_IDENTIFIER on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_NOT_APPLICABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTRIBUTOR Call by reference Object reference (TYPE REF TO) IF_ART_BLACKBOARD_CONTRIBUTOR Agent filling the blackboard 20130306

Method ASSERT_NOT_APPLICABLE on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_NOT_PROPOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing QFIX Call by reference Object reference (TYPE REF TO) CE_ART_QFIX 20130320

Method ASSERT_NOT_PROPOSED on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_NUMBER_OF_PROPOSALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXP Call by reference Type reference (TYPE) I 20130306

Method ASSERT_NUMBER_OF_PROPOSALS on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_PROPOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 0 20130320
2 Importing QFIX Call by reference Object reference (TYPE REF TO) CE_ART_QFIX 20130320
3 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_ART_PROPOSAL 20130321
4 Importing USER_CONTENT Call by reference Type reference (TYPE) STRING 20130819

Method ASSERT_PROPOSED on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_SELECTION_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION_CONTENT Call by reference Type reference (TYPE) STRING 20130913

Method ASSERT_SELECTION_CONTENT on class TH_ART_CONTRIBUTOR has no exception.

Method ASSERT_SELECTION_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION_KIND Call by reference Object reference (TYPE REF TO) CE_ART_SELECTION_KIND 20130315

Method ASSERT_SELECTION_KIND on class TH_ART_CONTRIBUTOR has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class TH_ART_CONTRIBUTOR has no parameter.
Method CLASS_CONSTRUCTOR on class TH_ART_CONTRIBUTOR has no exception.

Method CLEAR_BUILDER_INSTANCES Signature

Method CLEAR_BUILDER_INSTANCES on class TH_ART_CONTRIBUTOR has no parameter.
Method CLEAR_BUILDER_INSTANCES on class TH_ART_CONTRIBUTOR has no exception.

Method CREATE_EXPECTED_DELTAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODE_BEFORE Call by reference Type reference (TYPE) CSEQUENCE 20130718
2 Importing I_CODE_CHANGE Call by reference Type reference (TYPE) CSEQUENCE 20130718
3 Importing I_LINE_NUMBER Call by reference Type reference (TYPE) I 20130718

Method CREATE_EXPECTED_DELTAS on class TH_ART_CONTRIBUTOR has no exception.

Method CREATE_QUICKFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPOSAL Call by reference Object reference (TYPE REF TO) CL_ART_PROPOSAL 20130516
2 Importing I_SOURCE_OBJECT Call by reference Object reference (TYPE REF TO) IF_QUICKFIX_SOURCE_OBJECT 20130516
3 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_QFIX_QUICKFIX 20130516

Method CREATE_QUICKFIX on class TH_ART_CONTRIBUTOR has no exception.

Method CREATE_SOURCE_OBJECT_DOUBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 'DUMMY_REPORT4SOURCE_OBJ_DOUBLE' 20130306
2 Importing I_MAIN_PROGRAM Call by reference Type reference (TYPE) PROGRAMM 20130716
3 Importing I_SELECTION Call by reference Type reference (TYPE) STRING '1,1' 20130306
4 Importing I_SOURCE_CODE Call by reference Type reference (TYPE) STRING_TABLE 20130306
5 Importing I_TROBJTYPE Call by reference Type reference (TYPE) TROBJTYPE 'PROG' 20130306
6 Importing I_WBOBJTYPE Call by reference Type reference (TYPE) WBOBJTYPE 20130521
7 Returning R_DOUBLE Value transfer Object reference (TYPE REF TO) IF_QUICKFIX_SOURCE_OBJECT 20130306

Method CREATE_SOURCE_OBJECT_DOUBLE on class TH_ART_CONTRIBUTOR has no exception.

Method DERIVE_WBOBJTYPE_BY_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 20130913
2 Returning R_RESULT Value transfer Type reference (TYPE) WBOBJTYPE 20130913

Method DERIVE_WBOBJTYPE_BY_INCLUDE on class TH_ART_CONTRIBUTOR has no exception.

Method EXERCISE_SCAN_RESULT_CONTRIB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 'DUMMY_REPORT4SOURCE_OBJ_DOUBLE' 20130523
2 Importing I_SELECTION Call by reference Type reference (TYPE) STRING 20130306

Method EXERCISE_SCAN_RESULT_CONTRIB on class TH_ART_CONTRIBUTOR has no exception.

Method GET_START_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENT_LINE Call by reference Type reference (TYPE) STRING 20130820
2 Returning R_RESULT Value transfer Type reference (TYPE) I 20130820

Method GET_START_COLUMN on class TH_ART_CONTRIBUTOR has no exception.

Method PREPARE_BLACKBOARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 'DUMMY_REPORT4SOURCE_OBJ_DOUBLE' 20130606
2 Importing I_SELECTION Call by reference Type reference (TYPE) STRING 20130306
3 Importing I_WBOBJTYPE Call by reference Type reference (TYPE) WBOBJTYPE 20130521

Method PREPARE_BLACKBOARD on class TH_ART_CONTRIBUTOR has no exception.

Method PREP_BLACKBOARD_BY_SOURCE_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_OBJECT Call by reference Object reference (TYPE REF TO) IF_QUICKFIX_SOURCE_OBJECT 20130306

Method PREP_BLACKBOARD_BY_SOURCE_OBJ on class TH_ART_CONTRIBUTOR has no exception.

Method REGISTER_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLEAR_SOURCE_TAB Call by reference Type reference (TYPE) ABAP_BOOL 20130605

Method REGISTER_SOURCE on class TH_ART_CONTRIBUTOR has no exception.

Method REPLACE_LINEBREAKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CONTENT Call by reference Type reference (TYPE) STRING 20130404

Method REPLACE_LINEBREAKS on class TH_ART_CONTRIBUTOR has no exception.

Method SETUP Signature

Method SETUP on class TH_ART_CONTRIBUTOR has no parameter.
Method SETUP on class TH_ART_CONTRIBUTOR has no exception.

Method SETUP_FRESH_SOURCE_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_GRAIN_METHODS Call by reference Type reference (TYPE) ABAP_BOOL 20131015

Method SETUP_FRESH_SOURCE_REPOSITORY on class TH_ART_CONTRIBUTOR has no exception.

Method SET_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) PROGRAMM 20131015

Method SET_INCLUDE on class TH_ART_CONTRIBUTOR has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class TH_ART_CONTRIBUTOR has no parameter.
Method TEARDOWN on class TH_ART_CONTRIBUTOR has no exception.

Method VERIFY_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXP_CODE_SNIPPET Call by reference Type reference (TYPE) STRING 20130306
2 Importing INDEX Call by reference Type reference (TYPE) I 20130306
3 Importing POS_STRING Call by reference Type reference (TYPE) STRING 20130306

Method VERIFY_DELTA on class TH_ART_CONTRIBUTOR has no exception.

Method VERIFY_DELTAS Signature

Method VERIFY_DELTAS on class TH_ART_CONTRIBUTOR has no parameter.
Method VERIFY_DELTAS on class TH_ART_CONTRIBUTOR has no exception.

Method VERIFY_EDIT_POSITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXP_POSITION_STRING Call by reference Type reference (TYPE) STRING 20130913

Method VERIFY_EDIT_POSITIONS on class TH_ART_CONTRIBUTOR has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740