WO2021003913A1 - Procédé et dispositif de traitement d'informations d'annotation, appareil informatique et support de stockage - Google Patents

Procédé et dispositif de traitement d'informations d'annotation, appareil informatique et support de stockage Download PDF

Info

Publication number
WO2021003913A1
WO2021003913A1 PCT/CN2019/116179 CN2019116179W WO2021003913A1 WO 2021003913 A1 WO2021003913 A1 WO 2021003913A1 CN 2019116179 W CN2019116179 W CN 2019116179W WO 2021003913 A1 WO2021003913 A1 WO 2021003913A1
Authority
WO
WIPO (PCT)
Prior art keywords
modification
comment
target
annotation
code
Prior art date
Application number
PCT/CN2019/116179
Other languages
English (en)
Chinese (zh)
Inventor
高林龙
Original Assignee
平安普惠企业管理有限公司
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 平安普惠企业管理有限公司 filed Critical 平安普惠企业管理有限公司
Publication of WO2021003913A1 publication Critical patent/WO2021003913A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Definitions

  • This application relates to the field of code processing, in particular to an annotation information processing method, device, computer equipment and storage medium.
  • the embodiments of the present application provide an annotation information processing method, device, computer equipment, and storage medium, which can reduce the probability of code annotation errors.
  • An annotation information processing method characterized in that it comprises:
  • the target comment information is added to the comment of the target function.
  • An annotation information processing device characterized by comprising:
  • the acquisition module is used to acquire the user's modification record of the project code file
  • the determining module is configured to determine the number of code modification lines of the project code file, and the modification content and modification time corresponding to the code modification line number according to the modification record acquired by the acquiring module;
  • a parsing module for parsing the objective function to which the number of code modification lines determined by the determining module belongs;
  • a generating module configured to generate target annotation information according to the modification content and the modification time acquired by the acquiring module
  • the adding module is used to add the target annotation information generated by the generating module to the annotation of the target function.
  • a computer device including a memory, a processor, and computer-readable instructions stored in the memory and capable of running on the processor, and the processor implements the above-mentioned annotation information processing method when the processor executes the computer-readable instructions A step of.
  • One or more readable storage media storing computer readable instructions, and when the computer readable instructions are executed by one or more processors, the one or more processors implement the steps of the annotation information processing method.
  • FIG. 1 is a schematic structural diagram of an application of an annotation information processing method in an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a method for processing annotation information in an embodiment of the present application
  • FIG. 3 is a schematic flowchart of an information processing method in an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of an information processing method in an embodiment of the present application.
  • FIG. 5 is a schematic flowchart of an information processing method in an embodiment of the present application.
  • FIG. 6 is a schematic flowchart of an information processing method in an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of an annotation information processing apparatus in an embodiment of the present application.
  • Fig. 8 is a schematic structural diagram of a computer device in an embodiment of the present application.
  • the annotation information processing method provided by the embodiment of the application can be applied in the application environment as shown in FIG. 1, where the annotation information processing device can obtain the user's modification record of the project code file; determine the project code file according to the modification record The number of code modification lines of the code, and the modification content and modification time corresponding to the code modification line number; parsing the target function to which the code modification line number belongs; generating target annotation information according to the modification content and the modification time; The target comment information is added to the comment of the target function.
  • the comment information processing device can help users determine the number of code modification lines in the modification record of the project code file, and add comments to the target function corresponding to the number of code modification lines according to the modification content and modification time, that is, when performing code comments, It can be based on timely addition or update to cause code comments, reducing the tedious operation of manually adding and updating code comments, and can reduce the inconsistency of comments and codes, and reduce the probability of code comments.
  • the annotation information processing device can obtain the user's modification record of the project code file, and generate target annotation information based on the modification record.
  • the annotation information processing device can be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, etc.
  • the annotation information processing device can also be implemented by a server, or the server can be an independent server or a combination of multiple servers. Server cluster to achieve.
  • a method for processing annotation information includes the following steps:
  • Project code files refer to code files written by users in some code development projects, such as APP and website development projects. During the project development process, the project code files are usually modified. For the server, the user's modification record to the project code file can be obtained.
  • some code management tools are usually used to manage the code project development process, specifically, including the management of the user's modification record of the project code file.
  • the user's modification record of the project code file can be obtained.
  • common version management tools generally include Subversion and Git tools. Take the Git tool as an example.
  • the Git submission record can be obtained using the Git tool, and the user's modification record of the project code file can be obtained according to the Git submission record.
  • the above submission record includes the user's project code file The number of code modification lines of the code file, and the modification records corresponding to the number of code modification lines, the modification content, and the number of modifications.
  • the submission record also includes the modification submission time and project version number.
  • the modified content refers to the modifications made by the user to the project code file.
  • the code modules in the project code file are divided by functions (also called methods), which have different names in different code programming languages. For example, they are usually called functions in the C language, and in the Java language. It is generally called a method.
  • the embodiments of the present application are collectively called a function.
  • Each function is a code module used to perform a certain function.
  • the user modifies the code of a function in the project code to adjust the function function.
  • the modification time refers to the time when the user modified the code in the project code file. For example, the user modified the code in the project code file on January 1, 2019.
  • the code has been modified.
  • the number of lines of code modification refers to the line number of the modified code when the user modifies the project code file. It should be noted that the above example is only illustrative here, for example, the modification time can also be specific to the time, which is not limited here.
  • S20 Determine, according to the modification record, the number of code modification lines of the project code file, and the modification content and modification time corresponding to the code modification line number.
  • the number of code modification lines of the project code file, and the modification content and modification time corresponding to the code modification line number are determined according to the modification record.
  • the modification record instructs the user to modify the code on line 36 of the project code from "a" to "b” on January 1, 2019, the modification time of the project code file can be determined based on the above modification record It is: January 1, 2019; the modification content is: the 36th line of the project code is changed from “a” to "b”, and the number of modified lines is: line 36 in the project code file.
  • the target function to which the code modification line number belongs is analyzed.
  • the modification record includes the number of code modification lines and modification content in the project code file
  • the modification content of the record can only record which line of code has been modified, and the modified code cannot be recorded as belonging to Which function in the project code file. Therefore, in the embodiment of the present application, it is necessary to analyze the objective function to which the code modification line number belongs based on the code modification line number.
  • S40 Generate target annotation information according to the modification content and the modification time.
  • the user determines the number of code modification lines in the modification record of the project code file, and adds comments to the target function corresponding to the number of code modification lines according to the modification content and modification time, that is, the code is in progress. Comments can be added or updated in time to cause code comments, reducing the tedious operation of manually adding and updating code comments, and can reduce the occurrence of inconsistencies between comments and code, and reduce the probability of code comments.
  • step S30 that is, the parsing of the objective function to which the code modification line number belongs, specifically includes the following steps:
  • a syntax tree analysis can be performed on the project code file according to an abstract syntax tree ((abstract syntax code, AST)) algorithm to obtain a syntax tree corresponding to the project code file.
  • an abstract syntax tree (abstract syntax code, AST)) algorithm to obtain a syntax tree corresponding to the project code file.
  • the syntax tree corresponding to the project code file is a tree representation of the abstract syntax structure of the source code of the project code file. Each node on the tree represents a structure in the source code.
  • the syntax tree analysis tool can be selected according to the programming language used by the project code file, and the syntax tree analysis tool is used to perform syntax tree analysis on the project code file.
  • each project represents a tree
  • the function in the project code file is abstracted into a node.
  • Multiple nodes with mutual references form a structural link, and the nodes and structural links together reflect each Reference, containment, and positional relationship between node codes. Therefore, by analyzing the project code file according to the abstract syntax tree algorithm to obtain the syntax tree corresponding to the project code file, the entire code structure of the source code of the project code file can be clearly obtained.
  • S32 traverse the syntax tree according to the number of code modification lines to determine the node position of the code modification line in the syntax tree.
  • the code can be modified according to the The number of lines traverses the syntax tree to determine the node position of the code modification line number in the syntax tree.
  • the code modification After traversing the syntax tree according to the number of code modification lines to determine that the code modification line number is at the node position of the syntax tree, the code modification can be determined according to the parent node of the node position The objective function to which the number of rows belongs. It can be seen that, in the embodiment of the present application, a method of analyzing the objective function to which the number of code modification lines belongs is proposed, which improves the implementability of the solution.
  • step S50 that is, adding the target annotation information to the target function annotation, specifically includes the following steps:
  • the target comment information needs to be added to the target function comment, it can be determined whether the Mubaoshi function has been commented. Specifically, in the embodiment of the application, a comment can be added for each of the project code files The function corresponding to generate a comment index number, and the comment index number is used to determine whether the target function has been commented. If the target function has a corresponding comment index number, it is determined that the target function has been commented. If the target function does not have a corresponding comment index number , It is determined that the target annotation information has been annotated.
  • the embodiment of the present application provides the following methods to process the newly generated target annotation information.
  • the first method is to overwrite the old annotation of the target function with the target annotation information to add the target annotation information to the
  • the comment of the target function is used to realize the function of updating the comment of the target function, so that the comment of the target function is updated correspondingly with each modification.
  • the second method is to add the target comment information to the comment of the target function according to the order of the comment addition time. For example, if the previous comment was comment 1, add the target comment information after the comment 1, and use the comment Tianjian time to distinguish. Through the second method, each modification record of the target function can be reflected in the comment. It is convenient for programmers to consult and browse the comment records, so that both new and old comments can be consulted.
  • the target comment information is added to the comment of the target function.
  • a note index number uniquely corresponding to the target note information is generated and added to the note of the target function.
  • different characters and/or character strings can be used as the above-mentioned annotation index number. It can be seen that in the embodiments of the present application, several specific methods of placing the annotation day to the annotation position of the function are proposed to improve the implementability of the solution.
  • step S40 generating target annotation information according to the modified content and the modification time, specifically includes the following steps:
  • the above-mentioned rule file is a file used to subsequently generate target annotation information.
  • a rule file of annotations will be created in the project, such as: what items (author, annotation content, etc.) the annotation needs to include, annotation content, generated The format of the comment field, layout, etc.
  • the above-mentioned rule file can be pre-configured manually, and is not specifically limited.
  • S42 Determine the annotation content according to the rule file and the modified content.
  • the comment content is determined according to the rule file and the modified content.
  • the modification record instructs the user to modify the code in line 36 of the project code from “a” to "b” on January 1, 2019, the modification time of the project code file can be determined based on the above modification record It is: January 1, 2019; the modification content is: the 36th line of the project code is changed from “a” to "b”, and the number of modified lines is: line 36 in the project code file.
  • the function belonging to the above line 36 is function A
  • the following comment content can be determined according to the rule file and the modified content:
  • the modifier Zhang modified the code from "a” to "b".
  • the programmer can use the Git tool to obtain the information of the user, thereby obtaining the modification personnel in the comment content.
  • S43 Generate the target annotation information according to the modification time and the annotation content.
  • the target annotation information is generated according to the modification time and the annotation content.
  • the modifier Zhang modified the code from "a" to "b", based on the modification time and the comment content, that is, January 1, 2019 and the above comment content, generate Final target comment information.
  • the annotation information processing method further includes the following steps:
  • S70 Generate a comment text file according to all the comments in the project code file and the comment index numbers corresponding to all the comments.
  • each function that contains comments in the project code file has a corresponding comment index number.
  • each function in the project code file can be obtained.
  • a comment index number corresponding to each of the comments, and a comment text file is generated according to all the comments in the project code file and the comment index numbers corresponding to all the comments.
  • the annotation index number may be a keyword to obtain the annotation corresponding to the annotation index number from the project code, and generate the annotation text file according to all the annotations in the project code file and the annotation index numbers corresponding to all the annotations.
  • the comment text file explains the comment of each function in the modification record, so that the programmer can obtain the comment text file formed by the comment of the entire project file completely and clearly, which is convenient for the programmer to browse and improve the user experience. .
  • an annotation information processing device is provided, and the annotation information processing device corresponds to the annotation information processing method in the foregoing embodiment one-to-one.
  • the annotation information processing apparatus 10 includes an acquisition module 101, a determination module 101, an analysis module 103, a generation module 104, and an addition module 105.
  • the detailed description of each functional module is as follows:
  • the obtaining module 101 is used to obtain the user's modification record of the project code file
  • the determining module 102 is configured to determine the number of code modification lines of the project code file, and the modification content and modification time corresponding to the code modification line number according to the modification record acquired by the acquiring module;
  • the analysis module 103 is configured to analyze the objective function to which the number of code modification lines determined by the determination module belongs;
  • the generating module 104 is configured to generate target annotation information according to the modification content and the modification time acquired by the acquiring module;
  • the adding module 105 is configured to add the target comment information generated by the generating module to the comment of the target function.
  • the comment information processing device allows the user to determine the number of code modification lines based on the modification record of the project code file, and adds comments to the target function corresponding to the code modification line number according to the modification content and modification time, that is, In other words, code comments can be added or updated in time to cause code comments, reducing the tedious operation of manually adding and updating code comments, and reducing the occurrence of inconsistencies between comments and code, and reducing the probability of code comments.
  • the adding module is specifically used for:
  • the old annotation of the objective function is overwritten by the objective annotation information, so that the objective annotation information is added to the annotation of the objective function, or according to the time sequence of annotation addition Sequentially, adding the target comment information to the comment of the target function;
  • the target comment information is added to the comment of the target function.
  • the annotation information processing device determines that the objective function has been annotated, it adds the objective annotation information to the annotation of the objective function. Specifically, a note index number uniquely corresponding to the target note information is generated and added to the note of the target function. Among them, different characters and/or character strings can be used as the above-mentioned annotation index number. It can be seen that in the embodiments of the present application, several specific methods of placing the annotation day to the annotation position of the function are proposed to improve the implementability of the solution.
  • the parsing module is specifically configured to:
  • the objective function to which the code modification line number belongs is determined according to the node position.
  • the annotation information processing device analyzes the project code file according to the abstract syntax tree algorithm to obtain the syntax tree corresponding to the project code file
  • the functions in the project code file in the syntax tree are abstracted into
  • a node multiple nodes with mutual reference relationships form a structural link.
  • the node and the structural link together reflect the reference, inclusion, and position relationship between the codes of each node. Therefore, in the embodiments of this application,
  • the code modification line number traverses the syntax tree to determine the node position of the code modification line number in the syntax tree.
  • the code modification After traversing the syntax tree according to the number of code modification lines to determine that the code modification line number is at the node position of the syntax tree, the code modification can be determined according to the parent node of the node position The objective function to which the number of rows belongs. It can be seen that, in the embodiment of the present application, a method of analyzing the objective function to which the number of code modification lines belongs is proposed, which improves the implementability of the solution.
  • the generating module is specifically configured to obtain a rule file for establishing code comments
  • the target annotation information is generated according to the modification time and the annotation content.
  • the obtaining module is further configured to: after adding the target comment information to the comment of the target function, obtain the comment index corresponding to each comment in the project code file number;
  • the generating module is also used to generate a comment text file according to all the comments in the project code file and the comment index numbers corresponding to all the comments.
  • the annotation information processing device can obtain the annotation corresponding to the annotation index number from the project code with the annotation index number as a keyword, and generate the annotation based on all the annotations in the project code file and the annotation index numbers corresponding to all the annotations.
  • Text file explains the comment of each function in the modification record, so that the programmer can obtain the comment text file formed by the comment of the entire project file completely and clearly, which is convenient for the programmer to browse and improve the user experience. .
  • Each module in the above-mentioned annotation information processing apparatus can be implemented in whole or in part by software, hardware, and a combination thereof.
  • the foregoing modules may be embedded in the form of hardware or independent of the processor in the computer device, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the operations corresponding to the foregoing modules.
  • a computer device is provided.
  • the computer device may be the above-mentioned annotation information processing apparatus, and its internal structure diagram may be as shown in FIG. 8.
  • the computer equipment includes a processor, a memory, a network interface and a database connected through a system bus. Among them, the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium.
  • the database of the computer equipment is used to store modification records, etc.
  • the network interface of the computer device is used to communicate with an external terminal through a network connection.
  • the computer-readable instruction is executed by the processor to realize a method for processing annotation information.
  • a computer device including a memory, a processor, and computer-readable instructions stored in the memory and capable of running on the processor, and the processor implements the following steps when the processor executes the computer-readable instructions:
  • the target comment information is added to the comment of the target function.
  • one or more readable storage media storing computer readable instructions are provided.
  • the readable storage medium includes a non-volatile readable storage medium and a volatile readable storage medium.
  • the one or more processors execute the following steps:
  • the target comment information is added to the comment of the target function.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • ROM read only memory
  • PROM programmable ROM
  • EPROM electrically programmable ROM
  • EEPROM electrically erasable programmable ROM
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Document Processing Apparatus (AREA)

Abstract

L'invention concerne un procédé et un dispositif de traitement d'informations d'annotation, un appareil informatique et un support de stockage pouvant réduire la probabilité d'erreur dans une annotation de code. Le procédé comprend les étapes consistant à : acquérir un enregistrement de modifications apportées à un fichier de code de projet par un utilisateur (S10) ; déterminer, selon l'enregistrement de modifications, un numéro de série d'une ligne à laquelle un code du fichier de code de projet a été modifié et un contenu modifié ainsi qu'un temps de modification correspondant au dit numéro de série (S20) ; réaliser une analyse pour obtenir une fonction cible associée au dit numéro de série (S30) ; générer des informations d'annotation cibles en fonction du contenu modifié et du temps de modification (S40) ; et ajouter les informations d'annotation cibles à un emplacement d'annotation de la fonction cible (S50).
PCT/CN2019/116179 2019-07-11 2019-11-07 Procédé et dispositif de traitement d'informations d'annotation, appareil informatique et support de stockage WO2021003913A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910625168.4A CN110471694A (zh) 2019-07-11 2019-07-11 注释信息处理方法、装置、计算机设备及存储介质
CN201910625168.4 2019-07-11

Publications (1)

Publication Number Publication Date
WO2021003913A1 true WO2021003913A1 (fr) 2021-01-14

Family

ID=68507993

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/116179 WO2021003913A1 (fr) 2019-07-11 2019-11-07 Procédé et dispositif de traitement d'informations d'annotation, appareil informatique et support de stockage

Country Status (2)

Country Link
CN (1) CN110471694A (fr)
WO (1) WO2021003913A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115688072A (zh) * 2023-01-05 2023-02-03 武汉星碑科技有限公司 一种基于大数据的分布式项目管理方法

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463210A (zh) * 2020-12-04 2021-03-09 上海路人王信息科技有限公司 接口文档生成方法、终端设备及计算机可读存储介质
CN112698821B (zh) * 2021-01-12 2024-03-26 北京字节跳动网络技术有限公司 代码标注方法、装置、计算机设备、介质和系统
CN112947941A (zh) * 2021-03-29 2021-06-11 建信金融科技有限责任公司 一种添加异常处理代码的方法和装置
CN113094036B (zh) * 2021-04-19 2022-09-27 罗普特科技集团股份有限公司 一种软件工程目录结构注释鸟瞰图的生成方法和系统
CN113495753A (zh) * 2021-07-06 2021-10-12 北京百度网讯科技有限公司 项目的标签获取方法、装置、电子设备及存储介质
CN113609138B (zh) * 2021-09-30 2022-01-25 成都数联云算科技有限公司 一种类与数据库表的匹配方法、装置、设备及介质
CN114840250B (zh) * 2022-07-04 2022-10-04 金现代信息产业股份有限公司 一种代码冲突合并方法、系统、电子设备及可读存储介质
CN116302218B (zh) * 2023-03-15 2024-05-10 北京百度网讯科技有限公司 函数信息的添加方法、装置、设备以及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824794A (zh) * 2016-03-11 2016-08-03 天脉聚源(北京)教育科技有限公司 一种注释添加方法及装置
CN107545030A (zh) * 2017-07-17 2018-01-05 阿里巴巴集团控股有限公司 数据血缘关系的处理方法、装置及设备
CN107885499A (zh) * 2017-10-19 2018-04-06 平安壹钱包电子商务有限公司 一种接口文档生成方法及终端设备

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6874140B1 (en) * 2000-07-31 2005-03-29 Microsoft Corporation Debug annotations
CN103678110B (zh) * 2012-09-26 2016-03-30 国际商业机器公司 提供修改相关信息的方法和装置
CN106055334B (zh) * 2016-06-01 2019-05-31 努比亚技术有限公司 代码管理系统及方法
CN107016047A (zh) * 2017-02-20 2017-08-04 阿里巴巴集团控股有限公司 文档查询、文档存储方法及装置
CN108228231B (zh) * 2018-01-08 2021-07-27 南京邮电大学 一种Git仓库文件注解系统的可视化漂移方法
CN108628635B (zh) * 2018-05-07 2021-12-14 广州视源电子科技股份有限公司 获取参数名和局部变量名的方法、装置、设备及存储介质
CN109828783A (zh) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 基于代码的文档自动生成方法、装置、电子设备及介质
CN109857390B (zh) * 2019-01-16 2022-05-31 南京邮电大学 一种Git仓库文件注解系统的注解传递方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824794A (zh) * 2016-03-11 2016-08-03 天脉聚源(北京)教育科技有限公司 一种注释添加方法及装置
CN107545030A (zh) * 2017-07-17 2018-01-05 阿里巴巴集团控股有限公司 数据血缘关系的处理方法、装置及设备
CN107885499A (zh) * 2017-10-19 2018-04-06 平安壹钱包电子商务有限公司 一种接口文档生成方法及终端设备

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115688072A (zh) * 2023-01-05 2023-02-03 武汉星碑科技有限公司 一种基于大数据的分布式项目管理方法

Also Published As

Publication number Publication date
CN110471694A (zh) 2019-11-19

Similar Documents

Publication Publication Date Title
WO2021003913A1 (fr) Procédé et dispositif de traitement d'informations d'annotation, appareil informatique et support de stockage
US10067993B2 (en) Post-migration validation of ETL jobs and exception management
US9519700B2 (en) Automatically synchronizing production data of a source system and a target system
US8887135B2 (en) Generating test cases for functional testing of a software application
US20240045850A1 (en) Systems and methods for database orientation transformation
US10592220B2 (en) Metadata-driven binding of converted source code to original source code
CN108563694B (zh) 对逻辑删除的sql执行方法、装置、计算机设备和存储介质
CN107016047A (zh) 文档查询、文档存储方法及装置
WO2021184574A1 (fr) Procédé et appareil d'importation de données de document, procédé et appareil d'exportation de données de document, et support de stockage
WO2022227314A1 (fr) Procédé et appareil de test synchrone dynamique, dispositif et support d'enregistrement
WO2018233673A1 (fr) Procédé et appareil permettant de configurer un code de modèle dans un dispositif de commande, et support d'informations
CN111737227A (zh) 数据修改方法及系统
WO2021051501A1 (fr) Procédé et appareil d'extraction sql, dispositif informatique et support de stockage
US10592400B2 (en) System and method for creating variants in a test database during various test stages
CN111796855A (zh) 一种增量版本更新方法、装置、存储介质及计算机设备
CN111782207A (zh) 任务流代码生成方法、装置、设备及存储介质
US20170010955A1 (en) System and method for facilitating change based testing of a software code using annotations
US20190361684A1 (en) Systems and methods for providing an application transformation tool
WO2021022702A1 (fr) Procédé et appareil d'insertion de journal, appareil informatique et support de stockage
JP7131119B2 (ja) ソースアプリケーションからのソースデータをターゲットアプリケーションのターゲットデータへとマージするためのシステムおよび方法
CN115129598A (zh) 一种sql语句的风险检测方法、装置、系统及介质
JP5641901B2 (ja) Sql検証システムとその方法およびプログラム
CN116627390B (zh) 航空软件开发中icd文件的替代方法及装置
CN110795451B (zh) Sql指纹还原方法、装置、计算机设备和存储介质
CN115964075B (zh) 应用导出导入方法、装置、计算机设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19937018

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 16/05/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19937018

Country of ref document: EP

Kind code of ref document: A1