CN101286119A - Method for determining function point changing through code analysis - Google Patents

Method for determining function point changing through code analysis Download PDF

Info

Publication number
CN101286119A
CN101286119A CNA2008101130168A CN200810113016A CN101286119A CN 101286119 A CN101286119 A CN 101286119A CN A2008101130168 A CNA2008101130168 A CN A2008101130168A CN 200810113016 A CN200810113016 A CN 200810113016A CN 101286119 A CN101286119 A CN 101286119A
Authority
CN
China
Prior art keywords
code
analyzed
code analysis
analysis
result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA2008101130168A
Other languages
Chinese (zh)
Other versions
CN100576172C (en
Inventor
金龙飞
王胜军
王兴梁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Huayao Technology Co., Ltd
Original Assignee
ARRAY NETWORKS (BEIJING) Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ARRAY NETWORKS (BEIJING) Inc filed Critical ARRAY NETWORKS (BEIJING) Inc
Priority to CN200810113016A priority Critical patent/CN100576172C/en
Publication of CN101286119A publication Critical patent/CN101286119A/en
Application granted granted Critical
Publication of CN100576172C publication Critical patent/CN100576172C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a method for determining the change of functional points by analysing the change of codes: firstly, all changes of source codes to be compared are searched and collected on textual level and a diff result is generated; secondly, an incidence relation between the modified source codes and an interface function or method by analysing the structure relation of the source codes to be compared and a call graph result is generated; the diff result and the call graph result are finally analysed, all affected interface functions or methods are output in the form of graph or statement to generate an affected result graph. By the code analysis, the external function point which is affected when the version is updated, thus effectively assisting the testing and updating operation of new software versions.

Description

A kind of method of determining that function point changes that changes by code analysis
Technical field
The present invention relates to a kind of software code management method, particularly about a kind of method of determining that function point changes that changes by code analysis.
Background technology
Growing along with software size, how software development team ensures that also in rapid expanding stablizing of software redaction is errorless, becomes the much-talked-about topic of software administration.The software systems of supposing current use are stable, and the hardware environment of systems face, network environment and client use pattern (as concurrency) that great change does not take place, and the risk of bringing out the new version software system failure so often is the change of software self.In traditional software development process, the change of software is often initiatively stated by the developer, however such statement, and its accuracy has no way of checking the developer's that places one's entire reliance upon self diathesis.Along with the expansion of exploitation scale, the developer increases, and the risk that software systems break down is also increasing.
At present increasing software enterprise begins to seek the instrument of software version management one after another, wishes by PC Tools software change to be controlled.Software version management instrument commonly used all adopts traditional analytical approach based on file, in the difference change procedure that compares between text, only text can be changed and navigate to row level or character level, the really variation of code object (as: function, class, constant, variable etc.) in the positioning software source file more can't be known the variation that these code object cause callee after changing and taken place.Therefore, the risk of software change has no way of considering, and the specific aim test also can't be carried out.
Summary of the invention
At the problems referred to above, the objective of the invention is to propose a kind of method of determining that function point changes that changes by code analysis.
For achieving the above object, the present invention takes following technical scheme: a kind of method that changes by the definite function point of code analysis variation, and it may further comprise the steps: 1) user adds the source code than lowest version and higher-version to be analyzed respectively by the code analysis user interface; 2) user is by the title of the functional interface function of code analysis user interface configuration quality assurance unit ultimate demand test; 3) the semantic diff analyzer in the code analysis service module carries out the semantic class analysis to the difference of two kinds of source codes to be analyzed, calls corresponding language analysis module, finds and collect all variations from the text level earlier, and generates diff result; 4) the call graph analyzer in the code analysis service module is analyzed the structural relation of the source code of two versions to be analyzed, comprise the call relation of function and method, the relation of inclusion of structure and the inheritance of class, find out and made the place of revising and the incidence relation of functional interface function or method in the source code, and generate call graph result; 5) the impact analysis device in the code analysis service module is analyzed diff result and call graph result, and all affected functional interface functions or method are exported by user interface with the form of chart or form; 6) user judges affected external function point according to the form or the chart of output, and the notice quality assurance unit is tested affected function point selectively.
When containing data configuration file and script file in the source code to be analyzed, finish step 2) after find out the code object that is comprised in these files, and together analyze with source code to be analyzed.
Described code analysis service module and one or more code analysis clients, the software architecture of employing client/server.
The present invention is owing to take above technical scheme, it has the following advantages: 1, the present invention compares with traditional text analyzing method, the software source file difference analyzing is navigated to the code object level, as function, class variation, variable change, constant variation etc., thereby realized accurate location to code file content difference.2, the present invention passes through the translation and compiling environment in the software project engineering of appointment codes object place and the parsing of Fundamentals of Compiling, find all directly to call or other code object of this appointment codes object of indirect call, thereby realized the relation that is called traversal the appointment codes object.3, when the feature of user at definition outermost layer interface function, the present invention can be on the basis of above-mentioned two advantages, the interface function that code change between version is caused changes risk and travels through and screen, inform the outermost layer interface or the business risk of user's redaction, for the test of quality assurance unit provides the risk guidance, thereby realize mapping from the function interface to the business function.4, the present invention considers that data configuration file and script file in some source codes also may exert an influence to source code call relation and compiling result, therefore code objects such as the magic that comprises in these data configuration files and the script file, class, constant, variable are also analyzed, thereby the result who makes code analysis more comprehensively, accurately.5, the inventive method adopts the C/S software architecture, supports multi-user's concurrent working, and this makes the performance advantage of server to access and fully plays.6, the inventive method can load corresponding language analysis module at different development languages, thereby realizes the analysis of software more widely.
Description of drawings
Fig. 1 is the basic flow sheet that the present invention carries out the source code mutation analysis
Fig. 2 is the source code example than lowest version and higher-version to be analyzed
Fig. 3 is that the present invention acts on the mutation analysis example as a result on Fig. 2 source code example
Fig. 4 is based on a kind of feasible software architecture of the present invention
Embodiment
Below in conjunction with drawings and Examples the present invention is described in detail.
As Fig. 1, Fig. 2, shown in Figure 3, the method for present embodiment may further comprise the steps:
1, the user adds the source code (as shown in Figure 2) than lowest version (version 1) and higher-version (version 2) of self requirement analysis respectively by the code analysis user interface.
2, the user is by the title of the functional interface function of code analysis user interface configuration quality assurance unit ultimate demand test, and this title is represented with regular expression.
3, the semantic diff in the code analysis service module (difference variation) analyzer carries out the semantic class analysis to the difference of the source code (as C/C++, Java code) of version 1 and version 2, call corresponding language analysis module, earlier find and collect all variations from the text level, comprise increase, deletion or the modification of source code, and generate diff result.
4, call graph (call graph) analyzer in the code analysis service module is analyzed the structural relation of the source code of version 1 and version 2, comprise the call relation of function and method, the relation of inclusion of structure, the inheritance of class etc., find out and made the place of revising and the incidence relation of functional interface function or method in the source code, and generate call graph result.
5, the impact analysis device in the code analysis service module is analyzed diff result and call graph result, and with all affected functional interface function or method, with the form output of chart or form, generating influences figure as a result.
6, the user has following discovery (as shown in Figure 3) by checking the analysis result of code analysis service module:
1. function input has been modified;
2. function input minuend count has called, and illustrates that variation has taken place function count;
3. function count minuend API1 and API2 have called, and illustrate that variation has taken place for function API1 and API2;
4. function API 1 and API2 are the functional interface functions.
7, analysis result shows: quality assurance unit need be tested two function points, is respectively interface function API1 and API2.
In source code to be analyzed, may comprise some data configuration files and script file, also may comprise code object in these files, consistent with the title of code object to be analyzed, their variation may exert an influence to source code call relation to be analyzed and compiling result equally so, therefore also needs these code object are analyzed.If contain data configuration file and script file in the source code to be analyzed, then before analyzing, code objects such as the function that is comprised in these files, class, constant, variable can be found out, and together analyze with source code to be analyzed.
Shown in Figure 4, be based on a kind of feasible software architecture figure of the present invention, what it adopted is the C/S software architecture, the i.e. software architecture of " client/server ", the code analysis task is created and initiated one time to the code analysis client, the code analysis server is responsible for carrying out concrete analysis, then analysis result is returned to the code analysis client.When adopting this framework, allow a plurality of code analysis clients and initiate the code analysis request, support multi-user's concurrent working to the code analysis server.
Although disclose preferred embodiment of the present invention and accompanying drawing for the purpose of illustration, its purpose is to help to understand content of the present invention and implement according to this, but person skilled in the art, without departing from the spirit and scope of the invention and the appended claims, can do various replacements, variation and retouching.Therefore, the present invention should not be limited to most preferred embodiment and the disclosed content of accompanying drawing, and protection scope of the present invention is as the criterion with the scope that appending claims was defined.

Claims (3)

1, a kind of method that changes by the definite function point of code analysis variation, it may further comprise the steps:
1) user adds the source code than lowest version and higher-version to be analyzed respectively by the code analysis user interface;
2) user is by the title of the functional interface function of code analysis user interface configuration quality assurance unit ultimate demand test;
3) the semantic diff analyzer in the code analysis service module carries out the semantic class analysis to the difference of two kinds of source codes to be analyzed, calls corresponding language analysis module, finds and collect all variations from the text level earlier, and generates diff result;
4) the call graph analyzer in the code analysis service module is analyzed the structural relation of the source code of two versions to be analyzed, comprise the call relation of function and method, the relation of inclusion of structure and the inheritance of class, find out and made the place of revising and the incidence relation of functional interface function or method in the source code, and generate callgraph result;
5) the impact analysis device in the code analysis service module is analyzed diff result and call graph result, and all affected functional interface functions or method are exported by user interface with the form of chart or form;
6) user judges affected external function point according to the form or the chart of output, and the notice quality assurance unit is tested affected function point selectively.
2, a kind of according to claim 1 method of determining that function point changes that changes by code analysis, it is characterized in that: when containing data configuration file and script file in the source code to be analyzed, finish step 2) after find out the code object that is comprised in these files, and together analyze with source code to be analyzed.
3, a kind of as claimed in claim 1 or 2 method that changes by the definite function point of code analysis variation is characterized in that: the software architecture of described code analysis service module and one or more code analysis customer end adopted client/servers.
CN200810113016A 2008-05-27 2008-05-27 A kind of method of determining that function point changes that changes by code analysis Active CN100576172C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810113016A CN100576172C (en) 2008-05-27 2008-05-27 A kind of method of determining that function point changes that changes by code analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810113016A CN100576172C (en) 2008-05-27 2008-05-27 A kind of method of determining that function point changes that changes by code analysis

Publications (2)

Publication Number Publication Date
CN101286119A true CN101286119A (en) 2008-10-15
CN100576172C CN100576172C (en) 2009-12-30

Family

ID=40058338

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810113016A Active CN100576172C (en) 2008-05-27 2008-05-27 A kind of method of determining that function point changes that changes by code analysis

Country Status (1)

Country Link
CN (1) CN100576172C (en)

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102270174A (en) * 2011-08-04 2011-12-07 北京星网锐捷网络技术有限公司 Automatic test method and device
CN102662736A (en) * 2012-03-09 2012-09-12 北京神州数码思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN102902619A (en) * 2011-07-29 2013-01-30 阿里巴巴集团控股有限公司 Method and device for regression testing of Web application programs
CN102999631A (en) * 2012-12-13 2013-03-27 蓝盾信息安全技术股份有限公司 Positioning method of Windows kernel code
CN103019666A (en) * 2011-09-20 2013-04-03 日本电气株式会社 Source code comparison device, source code comparison method and source code comparison program
CN103279377A (en) * 2013-05-09 2013-09-04 北京百度网讯科技有限公司 Method and device for comparing degrees of difference of codes
CN103577318A (en) * 2012-08-07 2014-02-12 腾讯科技(深圳)有限公司 Code detection method and device
CN103870382A (en) * 2012-12-10 2014-06-18 百度在线网络技术(北京)有限公司 Code risk detection method and device
WO2014101585A1 (en) * 2012-12-24 2014-07-03 Tencent Technology (Shenzhen) Company Limited Systems and methods for generating function-relation call trees
CN103988176A (en) * 2011-12-12 2014-08-13 株式会社日立制作所 Software analysis program and software analysis system
CN104035772A (en) * 2014-06-09 2014-09-10 中国科学院软件研究所 Static analysis based source code multi-versionfunction call relation difference identification method
CN104380250A (en) * 2014-05-21 2015-02-25 华为技术有限公司 A system and a method able to perform dynamic creation of attachable and demountable binary files
CN104572067A (en) * 2013-10-25 2015-04-29 国际商业机器公司 Associating a visualization of user interface with source code
WO2015131804A1 (en) * 2014-03-07 2015-09-11 Tencent Technology (Shenzhen) Company Limited Call stack relationship acquiring method and apparatus
CN105183658A (en) * 2015-10-12 2015-12-23 用友网络科技股份有限公司 Software code testing method and device
CN105229679A (en) * 2013-03-15 2016-01-06 微软技术许可有限责任公司 Product analysis life cycle
CN105389262A (en) * 2015-12-23 2016-03-09 北京奇虎科技有限公司 Method and device for generating test suggestions in allusion to interface tests
CN105791385A (en) * 2015-01-08 2016-07-20 国际商业机器公司 Method and system for controlling two or more remote sessions
US9442707B2 (en) 2014-06-25 2016-09-13 Microsoft Technology Licensing, Llc Incremental whole program compilation of code
CN103019663B (en) * 2011-09-26 2017-03-15 中兴通讯股份有限公司 The method and system of intermodule function interface in a kind of acquisition program
CN107203468A (en) * 2017-04-19 2017-09-26 哈尔滨工程大学 A kind of software version evolution comparative analysis method based on AST
CN107273281A (en) * 2016-04-06 2017-10-20 阿里巴巴集团控股有限公司 Service interface test method, system based on code change
US9817643B2 (en) 2015-07-17 2017-11-14 Microsoft Technology Licensing, Llc Incremental interprocedural dataflow analysis during compilation
CN107506299A (en) * 2017-08-09 2017-12-22 平安科技(深圳)有限公司 A kind of code analysis methods and terminal device
CN107577476A (en) * 2017-08-07 2018-01-12 中国科学院软件研究所 A kind of Android system source code difference analysis method, server and medium based on Module Division
CN107729227A (en) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 Application testing range determining method, system, server and storage medium
CN107992424A (en) * 2017-12-15 2018-05-04 平安科技(深圳)有限公司 Automatic test analysis method, application server and computer-readable recording medium
CN108241575A (en) * 2016-12-26 2018-07-03 大唐移动通信设备有限公司 A kind of method and device of upgrading test script
CN110389896A (en) * 2019-06-18 2019-10-29 中国平安人寿保险股份有限公司 Code automated analysis and test method, device and computer readable storage medium
CN111258876A (en) * 2018-11-30 2020-06-09 中国移动通信集团浙江有限公司 Accurate regression testing method and device under micro-service architecture
CN111767044A (en) * 2020-07-04 2020-10-13 武汉空心科技有限公司 Software development working platform interface visualization method
CN112068895A (en) * 2020-08-10 2020-12-11 深圳市鼎盛光电有限公司 Code configuration method and device, video playing equipment and storage medium
CN112416367A (en) * 2020-11-19 2021-02-26 云南电网有限责任公司信息中心 Application resource change influence analysis system based on software reverse disassembly and analysis
CN113535587A (en) * 2021-08-09 2021-10-22 联想(北京)有限公司 Target application detection method and device and computer equipment

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902619A (en) * 2011-07-29 2013-01-30 阿里巴巴集团控股有限公司 Method and device for regression testing of Web application programs
CN102902619B (en) * 2011-07-29 2015-09-09 阿里巴巴集团控股有限公司 The regression testing method of web application and device
CN102270174A (en) * 2011-08-04 2011-12-07 北京星网锐捷网络技术有限公司 Automatic test method and device
CN102270174B (en) * 2011-08-04 2013-11-20 北京星网锐捷网络技术有限公司 Automatic test method and device
CN103019666A (en) * 2011-09-20 2013-04-03 日本电气株式会社 Source code comparison device, source code comparison method and source code comparison program
CN103019663B (en) * 2011-09-26 2017-03-15 中兴通讯股份有限公司 The method and system of intermodule function interface in a kind of acquisition program
CN103988176A (en) * 2011-12-12 2014-08-13 株式会社日立制作所 Software analysis program and software analysis system
CN102662736A (en) * 2012-03-09 2012-09-12 北京神州数码思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN102662736B (en) * 2012-03-09 2015-04-22 北京思特奇信息技术股份有限公司 Method for acquiring calling relationship of component based on system source code
CN103577318A (en) * 2012-08-07 2014-02-12 腾讯科技(深圳)有限公司 Code detection method and device
CN103870382B (en) * 2012-12-10 2018-11-09 百度在线网络技术(北京)有限公司 A kind of detection method and device of code risk
CN103870382A (en) * 2012-12-10 2014-06-18 百度在线网络技术(北京)有限公司 Code risk detection method and device
CN102999631A (en) * 2012-12-13 2013-03-27 蓝盾信息安全技术股份有限公司 Positioning method of Windows kernel code
WO2014101585A1 (en) * 2012-12-24 2014-07-03 Tencent Technology (Shenzhen) Company Limited Systems and methods for generating function-relation call trees
CN105229679A (en) * 2013-03-15 2016-01-06 微软技术许可有限责任公司 Product analysis life cycle
CN103279377A (en) * 2013-05-09 2013-09-04 北京百度网讯科技有限公司 Method and device for comparing degrees of difference of codes
CN104572067A (en) * 2013-10-25 2015-04-29 国际商业机器公司 Associating a visualization of user interface with source code
US10642608B2 (en) 2013-10-25 2020-05-05 International Business Machines Corporation Associating a visualization of user interface with source code
CN104572067B (en) * 2013-10-25 2017-12-29 国际商业机器公司 For storing the method and system of Snipping Tool
WO2015131804A1 (en) * 2014-03-07 2015-09-11 Tencent Technology (Shenzhen) Company Limited Call stack relationship acquiring method and apparatus
CN104380250A (en) * 2014-05-21 2015-02-25 华为技术有限公司 A system and a method able to perform dynamic creation of attachable and demountable binary files
CN104380250B (en) * 2014-05-21 2017-09-08 华为技术有限公司 A kind of dynamic creation can add the system and method with dismountable binary file
CN104035772B (en) * 2014-06-09 2017-11-14 中国科学院软件研究所 Source code multi version function calling relationship otherness identification method based on static analysis
CN104035772A (en) * 2014-06-09 2014-09-10 中国科学院软件研究所 Static analysis based source code multi-versionfunction call relation difference identification method
US10409574B2 (en) 2014-06-25 2019-09-10 Microsoft Technology Licensing, Llc Incremental whole program compilation of code
US9442707B2 (en) 2014-06-25 2016-09-13 Microsoft Technology Licensing, Llc Incremental whole program compilation of code
CN105791385B (en) * 2015-01-08 2018-12-25 国际商业机器公司 For controlling the method and system of two or more remote sessions
CN105791385A (en) * 2015-01-08 2016-07-20 国际商业机器公司 Method and system for controlling two or more remote sessions
US9817643B2 (en) 2015-07-17 2017-11-14 Microsoft Technology Licensing, Llc Incremental interprocedural dataflow analysis during compilation
CN105183658A (en) * 2015-10-12 2015-12-23 用友网络科技股份有限公司 Software code testing method and device
CN105389262A (en) * 2015-12-23 2016-03-09 北京奇虎科技有限公司 Method and device for generating test suggestions in allusion to interface tests
CN105389262B (en) * 2015-12-23 2019-02-15 北京奇虎科技有限公司 A kind of method and apparatus generating Test Suggestion for interface detection
CN107273281A (en) * 2016-04-06 2017-10-20 阿里巴巴集团控股有限公司 Service interface test method, system based on code change
CN108241575A (en) * 2016-12-26 2018-07-03 大唐移动通信设备有限公司 A kind of method and device of upgrading test script
CN107203468B (en) * 2017-04-19 2020-09-25 哈尔滨工程大学 AST-based software version evolution comparative analysis method
CN107203468A (en) * 2017-04-19 2017-09-26 哈尔滨工程大学 A kind of software version evolution comparative analysis method based on AST
CN107729227A (en) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 Application testing range determining method, system, server and storage medium
CN107729227B (en) * 2017-07-26 2020-03-06 深圳壹账通智能科技有限公司 Application program test range determining method, system, server and storage medium
CN107577476A (en) * 2017-08-07 2018-01-12 中国科学院软件研究所 A kind of Android system source code difference analysis method, server and medium based on Module Division
CN107506299B (en) * 2017-08-09 2021-04-02 平安科技(深圳)有限公司 Code analysis method and terminal equipment
CN107506299A (en) * 2017-08-09 2017-12-22 平安科技(深圳)有限公司 A kind of code analysis methods and terminal device
CN107992424A (en) * 2017-12-15 2018-05-04 平安科技(深圳)有限公司 Automatic test analysis method, application server and computer-readable recording medium
CN111258876A (en) * 2018-11-30 2020-06-09 中国移动通信集团浙江有限公司 Accurate regression testing method and device under micro-service architecture
CN110389896A (en) * 2019-06-18 2019-10-29 中国平安人寿保险股份有限公司 Code automated analysis and test method, device and computer readable storage medium
CN111767044A (en) * 2020-07-04 2020-10-13 武汉空心科技有限公司 Software development working platform interface visualization method
CN112068895A (en) * 2020-08-10 2020-12-11 深圳市鼎盛光电有限公司 Code configuration method and device, video playing equipment and storage medium
CN112068895B (en) * 2020-08-10 2023-12-19 深圳市鼎盛光电有限公司 Code configuration method, device, video playing equipment and storage medium
CN112416367A (en) * 2020-11-19 2021-02-26 云南电网有限责任公司信息中心 Application resource change influence analysis system based on software reverse disassembly and analysis
CN113535587A (en) * 2021-08-09 2021-10-22 联想(北京)有限公司 Target application detection method and device and computer equipment
CN113535587B (en) * 2021-08-09 2024-05-24 联想(北京)有限公司 Target application detection method and device and computer equipment

Also Published As

Publication number Publication date
CN100576172C (en) 2009-12-30

Similar Documents

Publication Publication Date Title
CN100576172C (en) A kind of method of determining that function point changes that changes by code analysis
US8429610B2 (en) Computer method and apparatus for providing version-aware impact analysis
US8302088B2 (en) Analysis of effects of a software maintenance patch on configuration items of a CMDB
US9009183B2 (en) Transformation of a system change set from machine-consumable form to a form that is readily consumable by a human
US9607060B2 (en) Automatic generation of an extract, transform, load (ETL) job
US9372688B1 (en) Automatic discovery of a JavaScript API
Shang et al. An exploratory study of the evolution of communicated information about the execution of large software systems
Behnamghader et al. A large-scale study of architectural evolution in open-source software systems
US10970095B2 (en) Obtaining insights from a distributed system for a dynamic, customized, context-sensitive help system
US9563421B2 (en) Refining data understanding through impact analysis
CN111752843B (en) Method, apparatus, electronic device and readable storage medium for determining influence surface
KR20150111134A (en) Code recommendation and share system and method
CN113076104A (en) Page generation method, device, equipment and storage medium
US20160124795A1 (en) Evaluation method and apparatus
JP2020119348A (en) Analysis program, analysis method, and analysis device
CN111654495A (en) Method, apparatus, device and storage medium for determining traffic generation source
CN115576600A (en) Code change-based difference processing method and device, terminal and storage medium
JP7278324B2 (en) Test method, device, storage medium, and program for map search of electronic map
CN113448869B (en) Method and device for generating test case, electronic equipment and computer readable medium
CN111274127A (en) Code jumping method, device, equipment and medium in code evaluation
KR101798705B1 (en) Flexible metadata composition
KR20190020363A (en) Method and apparatus for analyzing program by associating dynamic analysis with static analysis
CN113378007B (en) Data backtracking method and device, computer readable storage medium and electronic device
JP5815856B2 (en) System and method for inlining script dependencies
Ben Charrada et al. An automated hint generation approach for supporting the evolution of requirements specifications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: HUAYAO (CHINA) TECHNOLOGY CO., LTD.

Free format text: FORMER NAME: ARRAY NETWORKS (BEIJING), INC.

CP03 Change of name, title or address

Address after: 100125 Beijing city Chaoyang District Liangmaqiao Road No. 40 building 10 room 1001-1017 twenty-first Century

Patentee after: Array Networks (Beijing), Inc.

Address before: 100016 Beijing city Chaoyang District No. 26 Xiaoyun Road, Eagle building, A2308

Patentee before: Array Networks (Beijing), Inc.

CP01 Change in the name or title of a patent holder

Address after: 100125 Beijing city Chaoyang District Liangmaqiao Road No. 40 building 10 room 1001-1017 twenty-first Century

Patentee after: Beijing Huayao Technology Co., Ltd

Address before: 100125 Beijing city Chaoyang District Liangmaqiao Road No. 40 building 10 room 1001-1017 twenty-first Century

Patentee before: Huayao (China) Technology Co., Ltd.

CP01 Change in the name or title of a patent holder