IP Library Granted Patent US 12688112
Granted Patent B2
US 12688112 · App. 18/194,523 · Granted Jul 21, 2026

Quality analysis of visual programming scripting language using machine learning techniques

Inventors: Alexander Senchenko (Langley, CA); Milan Culibrk (Coquitlam, CA)
Assignee: Electronic Arts Inc.
G06F11/3616G06F8/427G06F8/71G06F11/3608
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12688112
App. No.
18/194,523
Granted
Jul 21, 2026
Kind
B2
Abstract

A quality analysis tool for visual-programming scripting languages uses machine learning to process changes from visual-programming environments. The quality analysis tool can receive data associated with a code submission via a visual-programming scripting language, process the data to identify features in the data that correspond to previously identified defects, apply a pattern matching algorithm to the identified features, determine a risk prediction based on a learned pattern recognition model associated with a pattern in the features, and transmit a notice of predicted risk. The quality analysis tool can train models for use with visual-programming scripting languages and visual-programming environments.

Claims (74)

1 . A system comprising:

one or more processors;

one or more non-transitory computer-readable media storing computer-executable instructions that, when executed by the one or more processors, cause the one or more processors to:

receive data associated with a code submission formatted in a visual-programming scripting language used to create game logic using visual-scripting cards, wherein the visual-scripting cards are disconnected from textual code;

process the data to identify features in the data that correspond to previously identified defects, wherein processing the data includes at least parsing at least one debugging (DBX) file received from a DBX-type tool into at least one schematic representation, the at least one schematic representation including at least an anchor point that pins connections to locations, a proxied node that can be referenced by connections to connect a node that is elsewhere in a graph, and a group that groups nodes together;

apply a pattern-matching algorithm to the identified features;

identify defects associated with the identified features;

determine a context of one or more patterns associated with the defects based at least in part on a longest simplified path in a graph structure of the visual-programming scripting language, the longest simplified path representing a number of hops affecting a plurality of nodes, wherein nodes having higher connection counts are flagged with greater risk;

employ target labels to communicate risk associated with the one or more patterns associated with the defects;

determine predicted risk based on a learned pattern recognition model associated with a pattern in the identified features and the one or more patterns associated with the defects; and

transmit a notice of the predicted risk to at least one of a quality assurance device or a developer device, wherein the notice includes advice or recommendations related to the identified defects.

2 . The system of claim 1 , wherein the data includes at least one of:

code changes;

reported defects; or

feature briefs.

3 . The system of claim 1 , wherein the processing includes at least one of:

cleaning the data;

normalizing the data; or

transforming the data.

4 . The system of claim 1 , wherein the pattern-matching algorithm includes a sparse-sensitive algorithm including a Śliwerski, Zimmerman, and Zeller (SZZ) analysis.

5 . The system of claim 1 , wherein a source of the data includes at least one of:

a version control system;

an issue tracking tool; or

a semantic data source.

6 . The system of claim 5 , wherein the processing further includes dynamically evaluating the data by applying an algorithm to identify a source of visual programming associated with the predicted risk.

7 . The system of claim 6 , wherein the algorithm to identify the source of visual programming associated with the predicted risk is configured to:

determine the predicted risk further based at least in part on version control history; and

create a blended predicted risk by combining the predicted risk from version control and the predicted risk based on the learned pattern recognition model.

8 . The system of claim 1 , the one or more computer-readable media storing computer-executable instructions that, when executed by the one or more processors, configure the system to:

train a machine learning model as the learned pattern recognition model using the identified features.

9 . A computer-implemented method comprising:

receiving data associated with a code submission formatted in a visual-programming scripting language used to create game logic using visual-scripting cards, wherein the visual-scripting cards are disconnected from textual code;

processing the data to identify features in the data that represent defects, wherein processing the data includes at least parsing at least one debugging (DBX) file received from a DBX-type tool into at least one schematic representation, the at least one schematic representation including at least a shortcut;

extracting the identified features from the processed data that have been identified as representing defects;

identifying defects associated with the identified features;

determining a context of one or more patterns associated with the defects based at least in part on a longest simplified path in a graph structure of the visual-programming scripting language, the longest simplified path representing a number of hops affecting a plurality of nodes, wherein nodes having higher connection counts are flagged with greater risk;

employing target labels to communicate risk associated with the one or more patterns associated with the defects;

determining a predicted risk based on a learned model associated with the identified features and the one or more patterns associated with the defects; and

transmitting a notice of the predicted risk to at least one of a quality assurance device or a developer device, wherein the notice includes advice or recommendations related to the identified defects.

10 . The computer-implemented method of claim 9 , wherein the data includes at least one of:

code changes;

reported defects; or

feature briefs.

11 . The computer-implemented method of claim 9 , wherein the processing includes at least one of:

cleaning the data;

normalizing the data; or

transforming the data.

12 . The computer-implemented method of claim 9 , wherein a source of the data includes at least one of:

a version control system;

an issue tracking tool; or

a semantic data source.

13 . The computer-implemented method of claim 12 , wherein the processing further includes dynamically evaluating the data by applying an algorithm to identify a source of visual programming associated with the predicted risk.

14 . The computer-implemented method of claim 13 , wherein the algorithm is configured to identify the predicted risk from version control history.

15 . The computer-implemented method of claim 9 , further comprising:

training a machine learning model using the extracted identified features.

16 . The computer-implemented method of claim 9 , further comprising:

applying a pattern-matching algorithm to the identified features; and

wherein determining the predicted risk is further based on a pattern from the pattern-matching algorithm.

17 . The computer-implemented method of claim 16 , wherein the pattern-matching algorithm includes a sparse-sensitive algorithm including a Śliwerski, Zimmerman, and Zeller (SZZ) analysis.

18 . One or more non-transitory computer-readable media storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform operations comprising:

receiving data associated with a code submission formatted in a visual-programming scripting language used to create game logic using visual-scripting cards, wherein the visual-scripting cards are disconnected from textual code;

processing the data to identify features in the data, wherein processing the data includes at least parsing at least one debugging (DBX) file received from a DBX-type tool into at least one schematic representation, the at least one schematic representation including at least an annotation;

extracting identified features from the processed data;

identifying defects associated with the identified features;

determining a context of one or more patterns associated with the defects based at least in part on a longest simplified path in a graph structure of the visual-programming scripting language, the longest simplified path representing a number of hops affecting a plurality of nodes, wherein nodes having higher connection counts are flagged with greater risk;

employing target labels to communicate risk associated with the one or more patterns associated with the defects;

determining a risk prediction based on a learned model associated with the identified features and the one or more patterns associated with the defects; and

transmitting a notice of the predicted risk to at least one of a quality assurance device or a developer device, wherein the notice includes advice or recommendations related to the identified defects.

19 . The one or more non-transitory computer-readable media of claim 18 , wherein the processing includes at least one of:

parsing the data;

transforming the data; or

dynamically evaluating the data by applying an algorithm to identify a source of visual programming associated with the predicted risk.

20 . The one or more non-transitory computer-readable media of claim 18 , the operations further comprising:

training a machine learning model using the extracted identified features and the target labels.