CN106095681A - A kind of SVN integrated JSHint code detection method and system thereof - Google Patents

A kind of SVN integrated JSHint code detection method and system thereof Download PDF

Info

Publication number
CN106095681A
CN106095681A CN201610416605.8A CN201610416605A CN106095681A CN 106095681 A CN106095681 A CN 106095681A CN 201610416605 A CN201610416605 A CN 201610416605A CN 106095681 A CN106095681 A CN 106095681A
Authority
CN
China
Prior art keywords
code
svn
module
jshint
detection
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
CN201610416605.8A
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.)
Shenzhen Bincent Technology Co Ltd
Original Assignee
Shenzhen Bincent Technology Co 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 Shenzhen Bincent Technology Co Ltd filed Critical Shenzhen Bincent Technology Co Ltd
Priority to CN201610416605.8A priority Critical patent/CN106095681A/en
Publication of CN106095681A publication Critical patent/CN106095681A/en
Pending legal-status Critical Current

Links

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/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

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)
  • Debugging And Monitoring (AREA)

Abstract

The present invention relates to a kind of SVN integrated JSHint code detection method and system thereof, the method includes that developer submits to source code to SVN server;Trigger SVN hook pre commit;Version repository passes to this hook program relevant parameter, and hook program performs to call Nodejs module and runs JSHint instruction step;Nodejs module will detect structural feedback to SVN hook;SVN hook determines it is to be submitted to by code or testing result is submitted and provided to de-blocking code by returning result, and result is informed developer, if SVN hook de-blocking code is submitted to, developer carries out code revision, until code submission.The present invention is by having merged SVN Version and JavaScript code detection instrument JSHint, achieve developer when utilizing SVN to submit source code to, system carries out code filters automatically, obtain JavaScript file and analyze and detection, quickly inform testing result, effectively improve the JavaScript code quality that version is submitted to, Unicode specification, promote software engineering deveironment software source code quality and team development efficiency.

Description

A kind of SVN integrated JSHint code detection method and system thereof
Technical field
The present invention relates to code detection method, more specifically refer to a kind of SVN integrated JSHint code detection method and SVN integrated JSHint code detection system.
Background technology
SVN is the abbreviation of Subversion, is the collection of an open source code (referring to the open source of SVN software itself) Chinese style version control management instrument.So, SVN is the submission to software source code and management instrument.
At present, major part software is all write by team unity, and via different programming personnels, different IDE edits Device is write.But different developer's abilities is uneven, different style, and existing IDE editing machine can only detect typically The syntax error of property, can not inspection software source code write specification and associated safety problem, and, medium-and-large-sized team collaboration Development process depends on version control management tool management code.But Version can only manage the version of code file This iteration, developer has or not submission authority and submits the problems such as code conflicts to.That can not detect code to be committed writes rule Model and safety issue, also cannot inform testing result certainly in real time.And continuing and version quick with the construction cycle Iteration, the stability of system, maintainable and extensibility can be gradually reduced, and the system that ultimately results in starts a leak, exploit person Member is difficult to again change and safeguard.
For JavaScript code detection, presently, there are a lot of detection scheme and instrument, but be manually to run mostly Coherent detection instrument, the JavaScript code fragment that detection is specified or JavaScript file, it is impossible to combine Version Control pipe Science and engineering has, and automatically triggers when having correlative code to submit to.In addition, single JavaScript code detection instrument reason is answered When JavaScript code file can only being checked, but during actual management software source code, it would be desirable to many The source code file of type carries out writing specification and security inspection, and single JavaScript code detection instrument cannot be tied Close existing other types code detection instrument to work together.Also cannot be deployed in version control management instrument and automatically trigger, And Real-time Feedback code detection result.
Chinese patent 201310616319.2 discloses a kind of source code macro pairing detection method, including receive to be detected Source code program bag: judge whether source code program bag is that pressure is presented a paper;If so, then by direct for described source code program bag It is committed to described code library server;If it is not, the listed files then inquired about in described source code program bag, to described source code journey Source code file in sequence bag filters, it is thus achieved that the source code file increasing newly or changing;To described newly-increased or modification source generation Code file carries out grand pairing detection one by one, and when the grand pairing detection of source code file that is all newly-increased or that change is errorless, will Described source code program bag is committed to described code library server.Chinese patent 201310492007.5 discloses a kind of Java source The compliance detection method of code and device, method includes: build the coding criterion storehouse of Java source code, according to coding criterion storehouse In coding criterion, generate compliance detected rule set, build the compliance detection model of Java source code of band detection, this Model includes: class set C, method set M, variables collection V and instruction set I, by each in compliance detected rule set Rule is mated with C, M, V and I set in compliance detection model one by one, if mated, and record matching object information, Matching result information according to excitation.
In two above-mentioned patents, be not utilize management tool management code and detect code to be committed write rule Model and safety issue, it is impossible to save artificial code audit time and automation white-box testing time.
It is therefore desirable to design a kind of utilize management tool management code and detect code to be committed write specification and The detection method of safety issue.
Content of the invention
It is an object of the invention to overcome the defect of prior art, a kind of SVN integrated JSHint code detection method is provided And system.
For achieving the above object, the present invention is by the following technical solutions: a kind of SVN integrated JSHint code detection method, Including step in detail below:
Step one. starting step, developer submits to source code to SVN server;
Step 2. trigger step, trigger SVN hook pre-commit;
Step 3. calling operating procedure, version repository passes to this hook program relevant parameter, and hook program performs to call Nodejs module simultaneously runs JSHint instruction step;
Step 4. feedback step, testing result is fed back to SVN hook by Nodejs module, and SVN hook is by returning result Decision is to be submitted to by code or testing result is submitted and be given to de-blocking code to, and result is informed developer, if SVN hook Sub-de-blocking code is submitted to, and developer carries out code revision, until code is submitted to.
Its further technical scheme is: in described step 3, and first SVN server instructs step according to SVN version repository Row instrument SVNlook such as gets at filename to be committed and the file path, then performs Nodejs module and opens Check.js Instruction step, parameter is filename and the file path of just acquisition.
Its further technical scheme is: in described step 3, specifically comprising the following steps that of above-mentioned execution Nodejs module
Step one. screening step, open Check.js instruction step, screen js file;
Step 2. configuration step, JSHint module configures js code specification;
Step 3. detecting step, JSHint module detection js code to be committed.
Its further technical scheme is: call JSHint detection JavaScript in described Nodejs file in a modular way File.
Its further technical scheme is: described Check.js is the JavaScript literary composition being placed on specified folder writing Part, is used for calling JSHint module, detects JavaScript code specification.
Its further technical scheme is: in described step 3, call need before operating procedure calls Nodejs be System installs Nodejs environment, and on the premise of Nodejs is mounted with JSHint bag, Nodejs can perform to write in advance Check.js file, Check.js quotes JSHint module, and JSHint will detect incoming js file.
Its further technical scheme is: in described step 2, and in triggering step, SVN hook script is under Windows system Write by autoexec, under linux system, typically use Shell script edit.
Its further technical scheme is: be provided with the rule set that user sets in described JSHint module.
Present invention also offers a kind of SVN integrated JSHint code detection system, including start module, be used for receiving exploitation The source code that personnel are submitted to, and trigger SVN hook;
Trigger module, is used for triggering SVN hook and obtains code information and send execution instruction step to calling operation module, And judge that can file to be committed be submitted to by detection and feed back to result according to by the testing result calling operation module Developer, is connected with described startup module;
Call operation module, be used for calling JSHint module, detect JavaScript code specification, and by the result of detection Feed back to trigger module, be connected with described trigger module;
Feedback module, for sending calling the result running module detection to developer, runs module even with calling Connect.
Its further technical scheme is: described operation module of calling includes screening submodule, configuration submodule and detection Submodule;
Described screening submodule is the JavaScript file being placed on specified folder writing, and is used for receiving trigger mode Call described detection sub-module after the instruction step of block, be connected with described trigger module;
Described configuration submodule, for the code configuration js code specification after described screening submodule screening, for described Detection sub-module detects, respectively with described detection sub-module and described screening submodule;
Described detection sub-module, is used for detecting JavaScript code specification.
The present invention compared with prior art provides the benefit that: a kind of SVN integrated JSHint code detection side of the present invention Method, by having merged SVN Version and JavaScript code detection instrument JSHint, it is achieved that developer is in profit When submitting source code to SVN, system carries out code filters automatically, obtains JavaScript file and analyzes and detection, informing soon Know testing result, if not meeting the code specification of configuration or safety problem occurring, all can submit to de-blocking code, only exploit person Member is according to testing result modification, and detection again guarantees that no problem ability is submitted to smoothly, it is thus possible to effectively improve what version was submitted to JavaScript code quality, Unicode specification, promote software engineering deveironment software source code quality and team development efficiency, Improve the extensibility of the performance in system operation and system, save artificial code audit time and automation whitepack is surveyed The examination time, and cultivate the correct coding custom of developer.
The invention will be further described with specific embodiment below in conjunction with the accompanying drawings.
Brief description
The FB(flow block) of a kind of SVN integrated JSHint code detection method that Fig. 1 provides for the specific embodiment of the invention;
The structural representation of a kind of SVN integrated JSHint code detection system that Fig. 2 provides for the specific embodiment of the invention;
Reference
10 startup module 20 SVNlook modules
30 screening submodules 40 configure submodule
50 detection sub-module 60 feedback modules
Detailed description of the invention
In order to more fully understand the technology contents of the present invention, below in conjunction with specific embodiment, technical scheme is entered One step introduction and explanation, but it is not limited to this.
Specific embodiment as shown in Fig. 1~2, a kind of SVN integrated JSHint code detection method that the present embodiment provides, Can be used in medium-and-large-sized team collaboration development process, it is achieved developer is when utilizing SVN to submit source code to, and system is automatic Carry out code filters, obtain JavaScript file and analyze and detection.
A kind of SVN integrated JSHint code detection method, including step in detail below:
Step one. starting step, developer submits to source code to SVN server;
Step 2. trigger step, trigger SVN hook pre-commit;
Step 3. calling operating procedure, version repository passes to this hook program relevant parameter, and hook program performs to call Nodejs module simultaneously runs JSHint instruction step;
Step 4. feedback step, testing result is fed back to SVN hook by Nodejs module, and SVN hook is by returning result Decision is to be submitted to by code or testing result is submitted and be given to de-blocking code to, and result is informed developer, if SVN hook Sub-de-blocking code is submitted to, and developer carries out code revision, until code is submitted to.
Above-mentioned a kind of SVN integrated JSHint code detection method, by merged SVN Version and JavaScript code detects instrument JSHint, it is achieved that developer is when utilizing SVN to submit source code to, and system is carried out automatically Code filters, obtains JavaScript file and analyzes and detection, quickly informing testing result, if not meeting the code rule of configuration Model or safety problem occur, all can submit to de-blocking code, and only developer changes according to testing result, and detection again guarantees No problem ability is submitted to smoothly, it is thus possible to effectively improve the JavaScript code quality that version is submitted to, and Unicode specification, Lifting software engineering deveironment software source code quality and team development efficiency, the performance in raising system operation and system Extensibility, saves artificial code audit time and automation white-box testing time, and cultivates the correct volume of developer Code custom.
Further, in described step 3, first SVN server instructs step row instrument according to SVN version repository SVNlook such as gets at filename to be committed and the file path, then performs Nodejs module and opens Check.js instruction step Suddenly, parameter is filename and the file path of just acquisition.
Further, in described step 3, specifically comprising the following steps that of above-mentioned execution Nodejs module
Step one. screening step, open Check.js instruction step, screen js file;
Step 2. configuration step, JSHint module configures js code specification;
Step 3. detecting step, JSHint module detection js code to be committed.
Concrete, Nodejs file calls JSHint detection JavaScript file in a modular way.
It in addition, above-mentioned Check.js is the JavaScript file being placed on specified folder writing, is used for calling JSHint module, detects JavaScript code specification.
Further, call and operating procedure needs before calling Nodejs in system, nodejs environment, and nodejs are installed On the premise of being mounted with JSHint bag, Nodejs can perform the Check.js file writing in advance, and Check.js quotes JSHint module, JSHint will detect incoming js file.
According to JSHint characteristic, user can be with self-defined JavaScript code detected rule, according to SVN server disposition The difference of system environments, concrete, in above-mentioned step 2, trigger in step, SVN hook script is used under Windows system Autoexec is write, and typically uses Shell script edit under linux system.
In addition, be provided with the rule set that user sets in JSHint module.Further, the rule set that acquiescence provides contains Web The accumulative for many years development specifications thought of developer and bad exploitation style, user can be according to oneself project Demand selects to build a set of specific rule, namely with key-value pair: the self-defined detected rule of form of [param:option]; This rule set is utilized to detect execution code quality detection.
In the present embodiment, during Nodejs opens Check.js, program code can filter filename to be detected, The file with the ending of .js suffix is selected to detect from All Files name.
Present invention also offers a kind of SVN integrated JSHint code detection system, including start module 10, open for reception The source code that the personnel of sending out are submitted to, and trigger SVN hook;Trigger module, is used for triggering SVN hook and obtains code information and send Perform instruction step to calling operation module, and judge that can file to be committed lead to according to by the testing result calling operation module Cross detection and submit to and result is fed back to developer, be connected with starting module 10;Call operation module, be used for calling JSHint module, detects JavaScript code specification, and the result of detection is fed back to trigger module, with trigger module even Connect;Feedback module 60, for sending calling the result running module detection to developer, is connected with calling operation module.
In the present embodiment, above-mentioned operation module of calling includes that the 30th, screening submodule configure submodule 40 and detect Submodule 40, screening submodule 30 is the JavaScript file being placed on specified folder writing, and is used for receiving trigger mode Call detection sub-module 40 after the instruction step of block, detect JavaScript code specification, be connected with trigger module;Configuration submodule Block 40, for the code configuration js code specification after described screening submodule 30 screening, detects for described detection sub-module 40, Respectively with described detection sub-module 40 and described screening submodule 30;Described detection sub-module 40, is used for detecting JavaScript code specification.
It in addition, be provided with SVNlook module 20 in trigger module, is used for filename to be committed and file roads such as getting Footpath, is connected with screening submodule 30.
By nodejs environment as bridge, incorporate script file and the JavaScript code detection work of SVN hook Tool, thus realize that code submits to event to trigger SVN hook script, hook script performs JavaScript file, JavaScript File calls JSHint detection code and returns this entire work flow of testing result.
Wherein, SVN hook script can with shell script edit thus operate in Linux system environment, it is also possible to batch Process script edit and operate in windows system environments.Script can write other detection service logics with serial.
In other embodiments, the present invention can also expand and detect css file for the integrated csslint of SVN.
The above-mentioned technology contents only further illustrating the present invention with embodiment, in order to reader is easier to understand, but not Representing embodiments of the present invention and being only limitted to this, any technology done according to the present invention extends or recreation, all by the present invention's Protection.Protection scope of the present invention is as the criterion with claims.

Claims (10)

1. the integrated JSHint code detection method of a SVN, it is characterised in that include step in detail below:
Step one. starting step, developer submits to source code to SVN server;
Step 2. trigger step, trigger SVN hook pre-commit;
Step 3. calling operating procedure, version repository passes to this hook program relevant parameter, and hook program performs to call Nodejs mould Block simultaneously runs JSHint instruction step;
Step 4. feedback step, testing result is fed back to SVN hook by Nodejs module, and SVN hook is determined by returning result It is to be submitted to by code or testing result is submitted and be given to de-blocking code to, and result is informed developer, if the resistance of SVN hook Plug code is submitted to, and developer carries out code revision, until code is submitted to.
2. a kind of SVN integrated JSHint code detection method according to claim 1, it is characterised in that in described step In three, SVN server first according to SVN version repository instruct step row instrument SVNlook get etc. filename to be committed and File path, then performs Nodejs module and opens Check.js instruction step, and parameter is filename and the file of just acquisition Path.
3. a kind of SVN integrated JSHint code detection method according to claim 2, it is characterised in that in described step In three, specifically comprising the following steps that of above-mentioned execution Nodejs module
Step one. screening step, open Check.js instruction step, screen js file;
Step 2. configuration step, JSHint module configures js code specification;
Step 3. detecting step, JSHint module detection js code to be committed.
4. a kind of SVN integrated JSHint code detection method according to claim 3, it is characterised in that described Nodejs File calls JSHint detection JavaScript file in a modular way.
5. a kind of SVN integrated JSHint code detection method according to claim 3, it is characterised in that described Check.js is the JavaScript file being placed on specified folder writing, and is used for calling JSHint module, detection JavaScript code specification.
6. a kind of SVN integrated JSHint code detection method according to any one of claim 1 to 5, it is characterised in that In described step 3, call and need before operating procedure calls Nodejs, in system, Nodejs environment, and Nodejs peace are installed On the premise of having filled JSHint bag, Nodejs can perform the Check.js file writing in advance, and Check.js quotes JSHint Module, JSHint will detect incoming js file.
7. a kind of SVN integrated JSHint code detection method according to any one of claim 1 to 5, it is characterised in that institute State in step 2, trigger SVN hook script in step and write by autoexec under Windows system, under linux system Typically use Shell script edit.
8. a kind of SVN integrated JSHint code detection method according to claim 3, it is characterised in that described JSHint It is provided with the rule set that user sets in module.
9. the integrated JSHint code detection system of a SVN, it is characterised in that include starting module, be used for receiving developer The source code submitted to, and trigger SVN hook;
Trigger module, is used for triggering SVN hook and obtains code information and send execution instruction step to calling operation module, and root Judge that can file to be committed be submitted to by detection and result is fed back to exploitation according to by the testing result calling operation module Personnel, are connected with described startup module;
Call operation module, be used for calling JSHint module, detect JavaScript code specification, and by the result feedback of detection It to trigger module, is connected with described trigger module;
Feedback module, for sending calling the result running module detection to developer, is connected with calling operation module.
10. a kind of SVN integrated JSHint code detection system according to claim 9, it is characterised in that described call fortune Row module includes screening submodule, configuration submodule and detection sub-module;
Described screening submodule is the JavaScript file being placed on specified folder writing, for receiving trigger module Call described detection sub-module after instruction step, be connected with described trigger module;
Described configuration submodule, for the code configuration js code specification after described screening submodule screening, for described detection Submodule detects, respectively with described detection sub-module and described screening submodule;
Described detection sub-module, is used for detecting JavaScript code specification.
CN201610416605.8A 2016-06-14 2016-06-14 A kind of SVN integrated JSHint code detection method and system thereof Pending CN106095681A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610416605.8A CN106095681A (en) 2016-06-14 2016-06-14 A kind of SVN integrated JSHint code detection method and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610416605.8A CN106095681A (en) 2016-06-14 2016-06-14 A kind of SVN integrated JSHint code detection method and system thereof

Publications (1)

Publication Number Publication Date
CN106095681A true CN106095681A (en) 2016-11-09

Family

ID=57846696

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610416605.8A Pending CN106095681A (en) 2016-06-14 2016-06-14 A kind of SVN integrated JSHint code detection method and system thereof

Country Status (1)

Country Link
CN (1) CN106095681A (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106681783A (en) * 2016-12-13 2017-05-17 深圳市恒扬数据股份有限公司 Detection method and system for SVN code
CN106775713A (en) * 2016-12-14 2017-05-31 网易(杭州)网络有限公司 Note Auditing method, device and file Submission control system
CN107015911A (en) * 2017-04-07 2017-08-04 广东亿迅科技有限公司 The code review method and device of continuous integrating
CN107463371A (en) * 2017-07-01 2017-12-12 广州视源电子科技股份有限公司 Code management-control method and system
CN107861727A (en) * 2017-12-18 2018-03-30 广东广业开元科技有限公司 Intelligence based on automation compiling JavaScript code obscures method
CN108459962A (en) * 2018-01-23 2018-08-28 平安普惠企业管理有限公司 Code specification detection method, device, terminal device and storage medium
CN108776643A (en) * 2018-06-04 2018-11-09 腾讯科技(武汉)有限公司 A kind of object code merging control method and system based on Version Control flow
CN109359028A (en) * 2018-08-22 2019-02-19 平安科技(深圳)有限公司 Code quality monitoring method, device, computer equipment and storage medium
CN109542769A (en) * 2018-10-25 2019-03-29 武汉精立电子技术有限公司 A kind of automated testing method of continuous integrating
CN109753287A (en) * 2018-12-29 2019-05-14 航天信息股份有限公司 A kind of method and system of SVN code dual test
CN109840200A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 File size detection method, device, equipment and computer readable storage medium
CN109857449A (en) * 2019-01-17 2019-06-07 平安城市建设科技(深圳)有限公司 Code administration method, apparatus, terminal and readable storage medium storing program for executing based on Intranet
CN109871230A (en) * 2019-01-10 2019-06-11 珠海金山网络游戏科技有限公司 A kind of method for edition management and its device based on svn
CN109876447A (en) * 2019-01-15 2019-06-14 珠海金山网络游戏科技有限公司 A kind of big game resource specification monitoring method and device
CN109977022A (en) * 2019-04-03 2019-07-05 网易(杭州)网络有限公司 Inspection method, device, system and the storage medium of game resource
WO2019200701A1 (en) * 2018-04-17 2019-10-24 平安科技(深圳)有限公司 Configuration management method and apparatus, terminal device and storage medium
CN111078577A (en) * 2019-12-31 2020-04-28 易票联支付有限公司 Automatic code auditing method, system, device and storage medium
CN111124478A (en) * 2019-12-19 2020-05-08 杭州迪普科技股份有限公司 Version management method and device
CN111599017A (en) * 2020-05-20 2020-08-28 苏州沁游网络科技有限公司 Game model optimization method, device and storage medium
CN111625230A (en) * 2020-05-19 2020-09-04 北京计算机技术及应用研究所 System for unifying front-end JavaScript coding specifications
CN111767075A (en) * 2020-06-23 2020-10-13 北京思特奇信息技术股份有限公司 Method and device for synchronizing application program versions
CN112328506A (en) * 2021-01-06 2021-02-05 北京云真信科技有限公司 Web end code detection system
CN112435007A (en) * 2020-11-26 2021-03-02 平安普惠企业管理有限公司 Js-based code submission method, device, computer equipment and storage medium
CN112559354A (en) * 2020-12-18 2021-03-26 中国平安财产保险股份有限公司 Front-end code specification detection method and device, computer equipment and storage medium
CN113553253A (en) * 2020-04-24 2021-10-26 烽火通信科技股份有限公司 Method and system for circle complexity check by combining with SVN
CN115114175A (en) * 2022-08-30 2022-09-27 平安银行股份有限公司 Front-end project standardization detection method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092761A (en) * 2013-02-05 2013-05-08 烽火通信科技股份有限公司 Method and device of recognizing and checking modifying code blocks based on difference information file
CN103645985A (en) * 2013-11-28 2014-03-19 广州视源电子科技股份有限公司 Source code macro-matching detection method
CN103678118A (en) * 2013-10-18 2014-03-26 北京奇虎测腾科技有限公司 Method and device for compliance detection of Java source code
CN104391795A (en) * 2014-12-03 2015-03-04 北京京东尚科信息技术有限公司 Method and system for automatically testing coverage rate in distributed system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092761A (en) * 2013-02-05 2013-05-08 烽火通信科技股份有限公司 Method and device of recognizing and checking modifying code blocks based on difference information file
CN103678118A (en) * 2013-10-18 2014-03-26 北京奇虎测腾科技有限公司 Method and device for compliance detection of Java source code
CN103645985A (en) * 2013-11-28 2014-03-19 广州视源电子科技股份有限公司 Source code macro-matching detection method
CN104391795A (en) * 2014-12-03 2015-03-04 北京京东尚科信息技术有限公司 Method and system for automatically testing coverage rate in distributed system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TONY BAI: ""使用svn pre-commit hook"", 《HTTP://TONYBAI.COM/2010/08/07/USE-SVN-PRE-COMMIT-HOOK/》 *
锦锦: ""git pre-commit JS代码质量检查"", 《HTTP://FXUED.KUGOU.COM/2016/04/22/GIT-PRE-COMMITDAI-MA-ZHI-LIANG-JIAN-CHA/》 *

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106681783A (en) * 2016-12-13 2017-05-17 深圳市恒扬数据股份有限公司 Detection method and system for SVN code
CN106775713A (en) * 2016-12-14 2017-05-31 网易(杭州)网络有限公司 Note Auditing method, device and file Submission control system
CN106775713B (en) * 2016-12-14 2020-04-07 网易(杭州)网络有限公司 File auditing method and device and file submitting control system
CN107015911A (en) * 2017-04-07 2017-08-04 广东亿迅科技有限公司 The code review method and device of continuous integrating
CN107463371A (en) * 2017-07-01 2017-12-12 广州视源电子科技股份有限公司 Code management-control method and system
CN107463371B (en) * 2017-07-01 2020-05-12 广州视源电子科技股份有限公司 Code management and control method and system
CN107861727A (en) * 2017-12-18 2018-03-30 广东广业开元科技有限公司 Intelligence based on automation compiling JavaScript code obscures method
CN108459962B (en) * 2018-01-23 2021-09-03 平安普惠企业管理有限公司 Code normalization detection method and device, terminal equipment and storage medium
CN108459962A (en) * 2018-01-23 2018-08-28 平安普惠企业管理有限公司 Code specification detection method, device, terminal device and storage medium
WO2019200701A1 (en) * 2018-04-17 2019-10-24 平安科技(深圳)有限公司 Configuration management method and apparatus, terminal device and storage medium
CN108776643A (en) * 2018-06-04 2018-11-09 腾讯科技(武汉)有限公司 A kind of object code merging control method and system based on Version Control flow
CN108776643B (en) * 2018-06-04 2021-10-22 腾讯科技(武汉)有限公司 Target code merging control method and system based on version control process
CN109359028B (en) * 2018-08-22 2024-05-03 平安科技(深圳)有限公司 Code quality monitoring method, device, computer equipment and storage medium
CN109359028A (en) * 2018-08-22 2019-02-19 平安科技(深圳)有限公司 Code quality monitoring method, device, computer equipment and storage medium
CN109542769A (en) * 2018-10-25 2019-03-29 武汉精立电子技术有限公司 A kind of automated testing method of continuous integrating
CN109840200A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 File size detection method, device, equipment and computer readable storage medium
CN109753287A (en) * 2018-12-29 2019-05-14 航天信息股份有限公司 A kind of method and system of SVN code dual test
CN109871230A (en) * 2019-01-10 2019-06-11 珠海金山网络游戏科技有限公司 A kind of method for edition management and its device based on svn
CN109876447A (en) * 2019-01-15 2019-06-14 珠海金山网络游戏科技有限公司 A kind of big game resource specification monitoring method and device
CN109857449A (en) * 2019-01-17 2019-06-07 平安城市建设科技(深圳)有限公司 Code administration method, apparatus, terminal and readable storage medium storing program for executing based on Intranet
CN109977022A (en) * 2019-04-03 2019-07-05 网易(杭州)网络有限公司 Inspection method, device, system and the storage medium of game resource
CN111124478A (en) * 2019-12-19 2020-05-08 杭州迪普科技股份有限公司 Version management method and device
CN111078577A (en) * 2019-12-31 2020-04-28 易票联支付有限公司 Automatic code auditing method, system, device and storage medium
CN113553253A (en) * 2020-04-24 2021-10-26 烽火通信科技股份有限公司 Method and system for circle complexity check by combining with SVN
CN111625230A (en) * 2020-05-19 2020-09-04 北京计算机技术及应用研究所 System for unifying front-end JavaScript coding specifications
CN111599017A (en) * 2020-05-20 2020-08-28 苏州沁游网络科技有限公司 Game model optimization method, device and storage medium
CN111767075A (en) * 2020-06-23 2020-10-13 北京思特奇信息技术股份有限公司 Method and device for synchronizing application program versions
CN112435007A (en) * 2020-11-26 2021-03-02 平安普惠企业管理有限公司 Js-based code submission method, device, computer equipment and storage medium
CN112559354A (en) * 2020-12-18 2021-03-26 中国平安财产保险股份有限公司 Front-end code specification detection method and device, computer equipment and storage medium
CN112328506A (en) * 2021-01-06 2021-02-05 北京云真信科技有限公司 Web end code detection system
CN112328506B (en) * 2021-01-06 2021-04-13 北京云真信科技有限公司 Web end code detection system
CN115114175A (en) * 2022-08-30 2022-09-27 平安银行股份有限公司 Front-end project standardization detection method and device

Similar Documents

Publication Publication Date Title
CN106095681A (en) A kind of SVN integrated JSHint code detection method and system thereof
US11340870B2 (en) Software release workflow management
CN109683899B (en) Software integration method and device
CN108073400A (en) Software automation construction method, server and storage medium
US10176079B2 (en) Identification of elements of currently-executing component script
CN109542769A (en) A kind of automated testing method of continuous integrating
CN105653287A (en) Automatic program version issuing method and device
US20140109052A1 (en) Test environment managed within tests
CN105138386A (en) Logic design verification continuous integration platform based on Jenkins and vManager
CN111324522A (en) Automatic test system and method
US11586433B2 (en) Pipeline release validation
CN109408065A (en) A kind of code publishing tool
JPWO2004104824A1 (en) User interface application development device and development method
CN104657274A (en) Method and device for testing software interface
CN109933510A (en) Method, apparatus, electronic equipment and the storage medium of interface management
CN107992325A (en) A kind of method that fileinfo is compared by feature code check
CN111597104A (en) Multi-protocol adaptive interface regression testing method, system, equipment and medium
CN106371868A (en) Automatic test method, system and test device
US10095512B2 (en) Program development support device, non-transitory storage medium storing thereon computer-readable program development support program, and program development support method
CN111949607A (en) Method, system and device for monitoring UDT file
CN112162908B (en) Method and device for realizing program call link monitoring based on byte code injection technology
CN107480050A (en) A kind of method of testing of automatic test renewal bag
Utami et al. Analysis on the use of declarative and pull-based deployment models on gitops using argo cd
US8479152B2 (en) Representing non-functional requirements (NFRS) in unified modeling language (UML)
Kang et al. An analysis of e-Government Standard Framework (eGovFrame) and its effects

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20161109

RJ01 Rejection of invention patent application after publication