CN114817054A - Program code checking method and device - Google Patents

Program code checking method and device Download PDF

Info

Publication number
CN114817054A
CN114817054A CN202210508347.1A CN202210508347A CN114817054A CN 114817054 A CN114817054 A CN 114817054A CN 202210508347 A CN202210508347 A CN 202210508347A CN 114817054 A CN114817054 A CN 114817054A
Authority
CN
China
Prior art keywords
program code
checked
program
errors
determined
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.)
Pending
Application number
CN202210508347.1A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China Ltd
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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210508347.1A priority Critical patent/CN114817054A/en
Publication of CN114817054A publication Critical patent/CN114817054A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/366Software debugging using diagnostics

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a program code checking method and device, relates to the technical field of big data, and can be used in the financial field or other technical fields. The method comprises the following steps: acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error; if the reserved word list is determined to have no errors, checking a program list in the program code to be checked; if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked; and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors. The device performs the above method. The program code checking method and the device provided by the embodiment of the invention can improve the working efficiency of program code checking and the accuracy of program code checking.

Description

Program code checking method and device
Technical Field
The invention relates to the technical field of big data, in particular to a program code checking method and device.
Background
At present, after the program code is written, the correctness of the program code is checked manually, and due to the fact that the code amount is large and the number of checked content items is large, the working efficiency of program code checking is low, and errors are prone to occurring.
Disclosure of Invention
To solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for checking a program code, which can at least partially solve the problems in the prior art.
In one aspect, the present invention provides a method for checking a program code, including:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
Wherein, the program code checking method further comprises:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error.
Wherein the program code inspection method further comprises:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors.
Wherein, the program code checking method further comprises:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors.
Wherein, the program code checking method further comprises:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors.
In one aspect, the present invention provides a program code inspection apparatus, including:
the first determining unit is used for acquiring a program code to be checked, and if it is determined that the error code parameter in the program code to be checked has no error, checking a reserved word list in the program code to be checked;
a second determining unit, configured to check the program list in the program code to be checked if it is determined that the reserved word list has no error;
a third determining unit, configured to check the development batch parameters in the program code to be checked if it is determined that the program list has no error;
and the fourth determining unit is used for determining that the program code to be checked has no error if the developing batch parameters are determined to have no error.
Wherein the program code inspection device is further configured to:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error.
Wherein the program code inspection device is further configured to:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors.
Wherein the program code inspection device is further configured to:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors.
Wherein the program code inspection device is further configured to:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors.
In another aspect, an embodiment of the present invention provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the following method when executing the computer program:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
An embodiment of the present invention provides a computer-readable storage medium, including:
the computer-readable storage medium stores a computer program which, when executed by a processor, implements a method comprising:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when executed by a processor, the computer program implements the following method:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
The program code checking method and device provided by the embodiment of the invention are used for acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error; if the reserved word list is determined to have no errors, checking a program list in the program code to be checked; if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked; and if the development batch parameters are determined to have no errors, determining that the program codes to be checked have no errors, and improving the working efficiency of program code checking and the accuracy of program code checking.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a flowchart illustrating a program code checking method according to an embodiment of the present invention.
Fig. 2 is a flowchart illustrating a program code checking method according to another embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a program code checking method provided by another embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a program code inspection apparatus according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
Fig. 1 is a schematic flow chart of a program code checking method according to an embodiment of the present invention, and as shown in fig. 1, the program code checking method according to the embodiment of the present invention includes:
step S1: and acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error.
Step S2: and if the reserved word list is determined to have no errors, checking the program list in the program code to be checked.
Step S3: and if the program list is determined to have no errors, checking the development batch parameters in the program code to be checked.
Step S4: and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
In the step S1, the apparatus obtains the program code to be checked, and if it is determined that there is no error in the error code parameter in the program code to be checked, the apparatus checks the reserved word list in the program code to be checked. The apparatus may be a computer device or the like, e.g. a server, performing the method. According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations. The program code to be checked may be a COBOL language code, for example, as shown in fig. 2, which is described as follows:
the following four files are configured in the host environment:
**.TOOL.CCZ.SPLIT.JCL(JCHKSRC)。
**.TOOL.CCZ.SPLIT.PARM(ERRCODE)。
**.TOOL.CCZ.SPLIT.PARM(RSVWORD)。
**.TOOL.CCZ.SPLIT.PARM(VERSION)。
according to the environment information of the method execution, each file is subjected to customization processing, and the customization processing comprises the following steps:
1) the JCHKSRC defines the environment where the code checking method is executed, the environment where the checking object is located and the checked program list.
2) The ERRCODE parameter defines the format: error code + error level + error description.
3) The VERSION parameter defines the format: environment name + three lot number (lot number allowed to be '000'/space/three digits).
4) The RSVWORD parameter defines the format: the word + start region is reserved (A: from region A, blank: from region B).
The four files of the configuration can be maintained manually.
After writing a batch code, the program code checking method is adopted, and the method specifically comprises the following steps:
1. the initial program, regina35w32.exe, is executed.
2. Maintaining a program list to be checked in an SRCLIST parameter file (program list file), and storing the file in an \ Rexx Check \ data directory.
3. Configuring a code development batch parameter file VERSION, and storing the file in an \ Rexx Check \ data directory.
4. The program to be checked is stored in the directory \ Rexx Check \ prog.
5. Rexx is performed. I.e. to perform the program code checking method.
6. And checking the checking result, and storing the detailed information of each checked program code in a code checking tool \ LOG path.
Rexx is specifically described below:
1) srclips are read and each program is processed sequentially.
2) Whether each line of code of the sequential handler conforms to the syntax specification.
3) Each sentence code in each row is processed and examined.
4) After one check of all code of the program is completed, a supplementary check can be made.
5) And outputting an error code line.
The inspection result is explained in detail as follows:
the check execution result systprt defines a format: the number of the lot checked + each program and the corresponding error information + error code + error level + error program name + error code line number + error code line content + error code and its error level + total number of code lines where this kind of error occurred and total of all errors + error description information.
In step S2, if the apparatus determines that the reserved word list has no error, the apparatus checks the program list in the program code to be checked. Reference may be made to the description of the corresponding control branch in fig. 2, which is not described again.
In step S3, if the apparatus determines that the program list has no error, the apparatus checks the development lot parameters in the program code to be checked. Reference may be made to the description of the corresponding control branch in fig. 2, which is not described again.
In the step S4, if the apparatus determines that the development lot parameter has no error, it determines that the program code to be inspected has no error. Reference may be made to the description of the corresponding control branch in fig. 2, which is not described again.
From the development point of view, the technician needs to do the work of performing the customized processing on each file according to the environment information of the execution method.
When the method is executed, each program is sequentially executed, each line of codes is sequentially processed, each statement of each line is checked, the check of the program codes is completed, supplementary check is needed to be carried out, the severity level of error types and whether parameter files exist are judged, the logic is the technical difficulty of the embodiment of the invention, the static code check rules are combed, the normalization, the correctness and the legality of each statement of each line of each program are checked, the parameter files are checked, the error types are judged, and the check results are output according to format requirements.
As shown in fig. 3, the method of the embodiment of the present invention may be implemented in a modular manner, specifically including:
the starting module 1 is used for entering the parameter definition module 2 after the monitoring program is started.
The parameter definition module 2 is used for defining an environment parameter JCHKSRC, an error code parameter ERRCODE, a reserved word list RSVWORD, a development batch parameter VERSION and a program list SRCLIST.
The function realization module 3 is used for checking the normative, the correctness and the legality of each program according to the maintenance sequence of the program list; if the error level is judged illegally, error information is given, and the rechecking result is output according to the format requirement.
The program code inspection method provided by the embodiment of the invention comprises the steps of obtaining a program code to be inspected, and inspecting a reserved word list in the program code to be inspected if it is determined that no error exists in error code parameters in the program code to be inspected; if the reserved word list is determined to have no errors, checking a program list in the program code to be checked; if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked; and if the development batch parameters are determined to have no errors, determining that the program codes to be checked have no errors, and improving the working efficiency of program code checking and the accuracy of program code checking.
Further, the program code checking method further includes:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error. Reference may be made to the description of the corresponding control branch in fig. 2, which is not described again.
Further, the program code checking method further includes:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors. Reference may be made to the description of the corresponding control branch in fig. 2, which is not described again.
Further, the program code checking method further includes:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors. The description can be given by referring to the corresponding control branch of fig. 2, and the description is omitted.
Further, the program code checking method further includes:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors. The description of the corresponding control branch in fig. 2 can be referred to, and is not repeated.
It should be noted that the program code checking method provided by the embodiment of the present invention may be used in the financial field, and may also be used in any technical field other than the financial field.
Fig. 4 is a schematic structural diagram of a program code inspection apparatus according to an embodiment of the present invention, and as shown in fig. 4, the program code inspection apparatus according to the embodiment of the present invention includes a first determining unit 401, a second determining unit 402, a third determining unit 403, and a fourth determining unit 404, where:
the first determining unit 401 is configured to obtain a program code to be checked, and if it is determined that an error code parameter in the program code to be checked does not have an error, check a reserved word list in the program code to be checked; the second determining unit 402 is configured to check the program list in the program code to be checked if it is determined that the reserved word list has no error; the third determining unit 403 is configured to check the development batch parameters in the program code to be checked if it is determined that the program list has no error; the fourth determining unit 404 is configured to determine that there is no error in the program code to be checked if it is determined that there is no error in the development lot parameters.
Specifically, a first determining unit 401 in the apparatus is configured to obtain a program code to be checked, and if it is determined that an error code parameter in the program code to be checked does not have an error, check a reserved word list in the program code to be checked; the second determining unit 402 is configured to check the program list in the program code to be checked if it is determined that the reserved word list has no error; the third determining unit 403 is configured to check the development batch parameters in the program code to be checked if it is determined that the program list has no error; the fourth determining unit 404 is configured to determine that there is no error in the program code to be checked if it is determined that there is no error in the development lot parameters.
The program code inspection device provided by the embodiment of the invention obtains a program code to be inspected, and if the error code parameter in the program code to be inspected has no error, the reserved word list in the program code to be inspected is inspected; if the reserved word list is determined to have no errors, checking a program list in the program code to be checked; if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked; and if the development batch parameters are determined to have no errors, determining that the program codes to be checked have no errors, and improving the working efficiency of program code checking and the accuracy of program code checking.
Further, the program code inspection device is further configured to:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error.
Further, the program code inspection device is further configured to:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors.
Further, the program code inspection device is further configured to:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors.
Further, the program code inspection device is further configured to:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors.
The embodiment of the program code inspection apparatus provided in the embodiment of the present invention may be specifically configured to execute the processing flows of the above method embodiments, and the functions of the embodiment are not described herein again, and refer to the detailed description of the above method embodiments.
Fig. 5 is a schematic structural diagram of a computer device provided in an embodiment of the present invention, and as shown in fig. 5, the computer device includes: a memory 501, a processor 502 and a computer program stored on the memory 501 and executable on the processor 502, the processor 502 implementing the following method when executing the computer program:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
The present embodiment discloses a computer program product comprising a computer program which, when executed by a processor, implements the method of:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
The present embodiments provide a computer-readable storage medium storing a computer program which, when executed by a processor, implements a method of:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
Compared with the technical scheme in the prior art, the method and the device for checking the program code obtain the program code to be checked, and check a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error; if the reserved word list is determined to have no errors, checking a program list in the program code to be checked; if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked; and if the development batch parameters are determined to have no errors, determining that the program codes to be checked have no errors, and improving the working efficiency of program code checking and the accuracy of program code checking.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In the description herein, reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," "an example," "a particular example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (13)

1. A program code inspection method, comprising:
acquiring a program code to be checked, and checking a reserved word list in the program code to be checked if the error code parameter in the program code to be checked is determined to have no error;
if the reserved word list is determined to have no errors, checking a program list in the program code to be checked;
if the program list is determined to have no errors, the development batch parameters in the program code to be checked are checked;
and if the development batch parameters are determined to have no errors, determining that the program code to be checked has no errors.
2. The program code inspection method according to claim 1, further comprising:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error.
3. The program code inspection method according to claim 1, further comprising:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors.
4. The program code inspection method according to claim 1, further comprising:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors.
5. The program code inspection method according to claim 1, further comprising:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors.
6. A program code inspection device characterized by comprising:
the first determining unit is used for acquiring a program code to be checked, and if it is determined that the error code parameter in the program code to be checked has no error, checking a reserved word list in the program code to be checked;
a second determining unit, configured to check the program list in the program code to be checked if it is determined that the reserved word list has no error;
a third determining unit, configured to check the development batch parameters in the program code to be checked if it is determined that the program list has no error;
and the fourth determining unit is used for determining that the program code to be checked has no error if the developing batch parameters are determined to have no error.
7. The program code inspection device of claim 6, wherein the program code inspection device is further configured to:
and if the error code parameter in the program code to be checked is determined to have an error, directly determining that the program code to be checked has the error.
8. The program code inspection device of claim 6, wherein the program code inspection device is further configured to:
and if the reserved word list is determined to have errors, directly determining that the program code to be checked has errors.
9. The program code inspection device of claim 6, wherein the program code inspection device is further configured to:
and if the program list is determined to have errors, directly determining that the program code to be checked has errors.
10. The program code inspection device of claim 6, wherein the program code inspection device is further configured to:
and if the development batch parameters are determined to have errors, directly determining that the program code to be checked has errors.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 5.
13. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 5.
CN202210508347.1A 2022-05-11 2022-05-11 Program code checking method and device Pending CN114817054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210508347.1A CN114817054A (en) 2022-05-11 2022-05-11 Program code checking method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210508347.1A CN114817054A (en) 2022-05-11 2022-05-11 Program code checking method and device

Publications (1)

Publication Number Publication Date
CN114817054A true CN114817054A (en) 2022-07-29

Family

ID=82513266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210508347.1A Pending CN114817054A (en) 2022-05-11 2022-05-11 Program code checking method and device

Country Status (1)

Country Link
CN (1) CN114817054A (en)

Similar Documents

Publication Publication Date Title
CN110554965B (en) Automated fuzz testing method, related equipment and computer readable storage medium
US7962832B2 (en) Method for detecting memory error
CN111796831B (en) Compiling method and device for multi-chip compatibility
US20110126179A1 (en) Method and System for Dynamic Patching Software Using Source Code
CN113742215A (en) Method and system for automatically configuring and calling test tool to perform test analysis
CN114661423A (en) Cluster configuration detection method and device, computer equipment and storage medium
CN114924737A (en) Battery management system source code integration test method and device and electronic equipment
JP7384054B2 (en) automated software program repair
CN110968339B (en) Method and device for front-end building tool and electronic equipment
US10761962B1 (en) Automated software program repair
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
CN116775061A (en) Deployment method, device, equipment and storage medium of micro-service application
CN114817054A (en) Program code checking method and device
US11740895B2 (en) Generation of software program repair explanations
CN111400245B (en) Art resource migration method and device
CN114817047A (en) Compiler test method, case generation method and device and instruction storage structure
CN114443004A (en) Branch merging method, computer device and computer storage medium
CN111338956A (en) Automatic pressure measurement method, device, equipment and storage medium
CN111143229A (en) Software testing method and device, computer equipment and computer readable storage medium
CN111651364B (en) SQL (structured query language) checking method and device under parallel development
CN112527657B (en) Method and equipment for automatic pile insertion in unit test
CN117331539A (en) Method and device for continuous integration, electronic equipment and readable storage medium
CN118193382A (en) Application program testing method, device, equipment, storage medium and program product
CN118132062A (en) Software integration method, device, electronic equipment and storage medium
CN113297093A (en) Testing method and device for bank software

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination