Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse ADT dump - quick assist

matt
Active Contributor
0 Kudos
586

I have an interface. In the class that uses that interface, I write a call to a method not yet in the interface.

When I try to create the method using quick assist, and change the name of a parameter, I get a dump. If I don't change the name, then there's no problem.

From the dump

 If the error occurs in a non-modfied SAP program, you might be able to
find a solution in the SAP Notes system. If you have access to the SAP
Notes system, check there first using the following keywords:
"GETWA_NOT_ASSIGNED"
"CL_RFAC_METHOD_INSERTER=======CP" bzw. CL_RFAC_METHOD_INSERTER=======CM00K
"DETERMINE_RANGE_OF_METHOD_CALL"
Source code
  11     read table i_tokens index i_token_index_in_statement assigning <toke
>>>> e_method_call_range-start_row = row_of_previous_token = <token>-row.
13 e_method_call_range-start_col = <token>-col.
Call stack
No.   Ty.          Program                             Include                             Line
Name
14 METHOD CL_RFAC_METHOD_INSERTER=======CP CL_RFAC_METHOD_INSERTER=======CM00K 12
CL_RFAC_METHOD_INSERTER=>DETERMINE_RANGE_OF_METHOD_CALL
13 METHOD CL_RFAC_METHOD_INSERTER=======CP CL_RFAC_METHOD_INSERTER=======CM00D 35
CL_RFAC_METHOD_INSERTER=>DERIVE_RANGE4METHOD_CALL
12 METHOD CL_ART_APPLY_4_METH_FROM_CALL=CP CL_ART_APPLY_4_METH_FROM_CALL=CM004 68
CL_ART_APPLY_4_METH_FROM_CALL=>IF_QFIX_QUICKFIX~APPLY
11 METHOD CL_ART_QUICKFIX_PROVIDER======CP CL_ART_QUICKFIX_PROVIDER======CM008 34
CL_ART_QUICKFIX_PROVIDER=>APPLY
10 METHOD CL_QUICKFIX_ADT_RES_COMMAND===CP CL_QUICKFIX_ADT_RES_COMMAND===CM004 3
CL_QUICKFIX_ADT_RES_COMMAND=>APPLY_OBJ
9 METHOD CL_QUICKFIX_ADT_RES_APPLY_OBJ=CP CL_QUICKFIX_ADT_RES_APPLY_OBJ=CM001 18
CL_QUICKFIX_ADT_RES_APPLY_OBJ=>APPLY
8 METHOD CL_QUICKFIX_ADT_RES_APPLY_BASECP CL_QUICKFIX_ADT_RES_APPLY_BASECM001 18
CL_QUICKFIX_ADT_RES_APPLY_BASE=>POST
7 METHOD CL_ADT_REST_RESOURCE==========CP CL_ADT_REST_RESOURCE==========CM004 29
CL_ADT_REST_RESOURCE=>IF_REST_HANDLER~HANDLE
6 METHOD CL_REST_ROUTER================CP CL_REST_ROUTER================CM003 60
CL_REST_ROUTER=>IF_REST_HANDLER~HANDLE
5 METHOD CL_REST_RFC_UTILITIES=========CP CL_REST_RFC_UTILITIES=========CM001 36
CL_REST_RFC_UTILITIES=>CALL_REST_RFC_HANDLER
4 FUNCTION SAPLSADT_REST LSADT_RESTU01 162
SADT_REST_RFC_ENDPOINT
3 FORM SAPLSADT_REST LSADT_RESTU01 1
SADT_REST_RFC_ENDPOINT
2 FORM SAPMSSY1 SAPMSSY1 683
REMOTE_FUNCTION_CALL
1 MODULE (PBO) SAPMSSY1 SAPMSSY1 35
%_RFC_START
florian.pfeffer armin.beil.2
4 REPLIES 4

matt
Active Contributor
0 Kudos
438

Eclipse: Version: 2022-09 (4.25.0) Build id: 20220908-1902

ADT: Version: 3.30.2

DominikTylczyn
Active Contributor
438

I could not find any related notes. That must be a bug in the DETERMINE_RANGE_OF_METHOD_CALL method - in any case it must not dump just like that. Your best bet is to rise an OSS incident.

former_member211049
Discoverer
438

Dear Matthew,

could you create an OSS incident for this on component BC-DWB-AIE-REF.
Please provide a step by step description, so we can reproduce the dump.

If you can't create OSS incidents for any reason please provide at least your SAP_BASIS release here so we can look into it.

Best Regards Markus

0 Kudos
438

Hi Markus

I can't create a support incident. My Basis release is 750, SP20.