Patent Issued for Systems and methods for software quality prediction (USPTO 11334351): Allstate Insurance Company - Insurance News | InsuranceNewsNet

InsuranceNewsNet — Your Industry. One Source.™

Sign in
  • Subscribe
  • About
  • Advertise
  • Contact
Home Now reading Newswires
Topics
    • Advisor News
    • Annuity Index
    • Annuity News
    • Companies
    • Earnings
    • Fiduciary
    • From the Field: Expert Insights
    • Health/Employee Benefits
    • Insurance & Financial Fraud
    • INN Magazine
    • Insiders Only
    • Life Insurance News
    • Newswires
    • Property and Casualty
    • Regulation News
    • Sponsored Articles
    • Washington Wire
    • Videos
    • ———
    • About
    • Meet our Editorial Staff
    • Advertise
    • Contact
    • Newsletters
  • Exclusives
  • NewsWires
  • Magazine
  • Newsletters
Sign in or register to be an INNsider.
  • AdvisorNews
  • Annuity News
  • Companies
  • Earnings
  • Fiduciary
  • Health/Employee Benefits
  • Insurance & Financial Fraud
  • INN Exclusives
  • INN Magazine
  • Insurtech
  • Life Insurance News
  • Newswires
  • Property and Casualty
  • Regulation News
  • Sponsored Articles
  • Video
  • Washington Wire
  • Life Insurance
  • Annuities
  • Advisor
  • Health/Benefits
  • Property & Casualty
  • Insurtech
  • About
  • Advertise
  • Contact
  • Editorial Staff

Get Social

  • Facebook
  • X
  • LinkedIn
Newswires
Newswires RSS Get our newsletter
Order Prints
June 6, 2022 Newswires
Share
Share
Post
Email

Patent Issued for Systems and methods for software quality prediction (USPTO 11334351): Allstate Insurance Company

Insurance Daily News

2022 JUN 06 (NewsRx) -- By a News Reporter-Staff News Editor at Insurance Daily News -- According to news reporting originating from Alexandria, Virginia, by NewsRx journalists, a patent by the inventors Pandurangarao, Anil Kumar (Buffalo Grove, IL, US), Pecoraro, Daniel (Northbrook, IL, US), filed on April 28, 2020, was published online on May 17, 2022.

The assignee for this patent, patent number 11334351, is Allstate Insurance Company (Northbrook, Illinois, United States).

Reporters obtained the following quote from the background information supplied by the inventors: “A variety of documents, such as the source code for computer programs, can be created by developers. Developers typically follow a set of procedures and standards set out by an organization to ensure that the documents are created and tested in a consistent, repeatable manner. The documents are typically manually reviewed by senior developers or managers in order to ensure the quality of the documents and to verify that the appropriate procedures have been followed. The review itself is often defined by review checklists, but many times the checklists are not followed by the developers or reviewers.”

In addition to obtaining background information on this patent, NewsRx editors also obtained the inventors’ summary information for this patent: “In light of the foregoing background, the following presents a simplified summary of the present disclosure in order to provide a basic understanding of some aspects of the invention. This summary is not an extensive overview of the invention. It is not intended to identify key or critical elements of the invention or to delineate the scope of the invention. The following summary merely presents some concepts of the invention in a simplified form as a prelude to the more detailed description provided below.

“Systems and methods in accordance with embodiments of the invention can automatically track the creation of documents, such as source code files and unit tests, along with the development of those documents. A variety of metrics can be generated regarding errors and issues identified during the development process along with predictive metrics regarding potential issues within the documents. These metrics can be used to identify common issues, automatically generate proactive suggestions to avoid issues during document creation and testing, and/or generate developer profiles indicating the performance of particular developers. A variety of machine learning classifiers can be used to generate the metrics.

“The arrangements described can also include other additional elements, steps, computer-executable instructions, or computer-readable data structures. In this regard, other embodiments are disclosed and claimed herein as well. The details of these and other embodiments of the present invention are set forth in the accompanying drawings and the description below. Other features and advantages of the invention will be apparent from the description, drawings, and claims.”

The claims supplied by the inventors are:

“1. A method for identifying code hot spots, comprising: obtaining, by a code analysis server system, a set of source code files; obtaining, by the code analysis server system, commit history data for each source code file in the set of source code files; obtaining, by the code analysis server system, quality metrics for each source code file in the set of source code files; determining, by the code analysis server system, a document model for each source code file in the set of source code files, the document model indicating relationships between the source code files in the set of source code files; determining, by the code analysis server system, code hot spots in the set of source code files based on the document model for each source code file, wherein a code hot spot indicates a particular source code file in the set of source code files; calculating, by the code analysis server system, predictive metrics for each code hot spot, the predictive metrics comprising an indication of a number of future bugs for the source code file corresponding to the code hot spot; generating, by the code analysis server system, a notification for a code hot spot based on the predictive metrics; and transmitting, by the code analysis server system, the notification.

“2. The method of claim 1, wherein the document model further comprises unit test results for the corresponding source code file.

“3. The method of claim 2, wherein the unit test results comprise an indication of code coverage for the corresponding source code file and an indication of test passage rate for each test in the unit test.

“4. The method of claim 1, wherein the quality metric for a source code file of the set of source code files comprises an indication of a developer that has modified the source code file and a developer model indicating a performance rating of the developer.

“5. The method of claim 1, wherein the quality metric for a source code file of the set of source code files comprises an indication of the processes used to modify the source code file of the set of source code files.

“6. The method of claim 1, wherein the quality metric for a source code file of the set of source code files comprises an indication of bugs previously present in the source code file, bugs that have been fixed in the source code file, and bugs still existing in the source code file.

“7. The method of claim 6, further comprising: calculating, by the code analysis server system, a score for each source code file based on the number of bugs fixed in the source code file and the number of bugs still existing in the source code file; and determining, by the code analysis server system, that a source code file is a code hot spot based on the score for the source code file.

“8. The method of claim 1, further comprising determining, by the code analysis server system, the code hot spots using a machine learning classifier.

“9. The method of claim 1, wherein the commit history data for a source code file comprises an indication of when the source code file was checked out, an indication of when the source code file was checked in, an indication of a developer checking out the source code file, and a reference to one or more bugs stored in a bug tracking database.

“10. A code analysis server system, comprising: a processor; and a memory in communication with the processor and storing instructions that, when executed by the processor, cause the code analysis server system to: obtain a set of source code files, each source code file in the set of source code files comprising a set of functions and a set of lines of code; obtain commit history data for each source code file in the set of source code files, wherein the commit history data indicates a change to at least one line of code in the set of lines of code for the corresponding source code file; obtain quality metrics for each source code file of the set of source code files; determine a document model for each source code file of the set of source code files, the document model indicating relationships between the source code files in the set of source code files determined based on the set of functions and the set of lines of code for each source code file; determine code hot spots in the set of source code files based on the document model for each source code file, wherein a code hot spot indicates a particular source code file in the set of source code files; calculate predictive metrics for each code hot spot, the predictive metrics comprising an indication of a number of future bugs for the source code file corresponding to the code hot spot; generate a notification for a code hot spot based on the predictive metrics; and transmit the notification.

“11. The code analysis server system of claim 10, wherein the document model further comprises unit test results for the corresponding source code file.

“12. The code analysis server system of claim 11, wherein the unit test results comprise an indication of code coverage for the corresponding source code file and an indication of test passage rate for each test in the unit test.

“13. The code analysis server system of claim 10, wherein the quality metric for a source code file of the set of source code files comprises an indication of a developer that has modified the source code file and a developer model indicating a performance rating of the developer.

“14. The code analysis server system of claim 10, wherein the quality metric for a source code file of the set of source code files comprises an indication of the processes used to modify the source code file.

“15. The code analysis server system of claim 10, wherein the quality metric for a source code file of the set of source code files comprises an indication of bugs previously present in the source code file, bugs that have been fixed in the source code file, and bugs still existing in the source code file.

“16. The code analysis server system of claim 10, wherein the instructions, when executed by the processor, further cause the code analysis server system to: calculate a score for each source code file based on the number of bugs fixed in each source code file and the number of bugs still existing in each source code file; and determine that a source code file of the set of source code files is a code hot spot based on the score for the source code file.

“17. The code analysis server system of claim 10, wherein the instructions, when executed by the processor, further cause the code analysis server system to determine the code hot spots using a machine learning classifier.

“18. The code analysis server system of claim 10, wherein the commit history data for a source code file of the set of source code files comprises an indication of when the source code file was checked out, an indication of when the source code file was checked in, an indication of a developer checking out the source code file, and a reference to one or more bugs stored in a bug tracking database.

“19. A method for identifying code hot spots, comprising: obtaining, by a code analysis server system, a set of source code files, each source code file in the set of source code files comprising a set of functions and a set of lines of code; obtaining, by the code analysis server system, commit history data for each source code file of the set of source code files, the commit history data for a source code file of the set of source code files comprising an indication of when the source code file was checked out, an indication of when the source code file was checked in, an indication of a developer checking out the source code file, and a reference to one or more bugs stored in a bug tracking database; obtaining, by the code analysis server system, quality metrics for each source code file, the quality metrics for a source code file comprising: an indication of a developer that has modified the source code file and a developer model indicating a performance rating of the developer; an indication of the processes used to modify the source code file; and an indication of bugs previously present in the source code file, bugs that have been fixed in the source code file, and bugs still existing in the source code file; determining, by the code analysis server system, a document model for each source code file of the set of source code files, the document model indicating relationships between the source code files in the set of source code files determined based on the set of functions and the set of lines of code for each source code file; determining, by the code analysis server system and using a machine learning classifier, code hot spots in the set of source code files based on the document model for each source code file, wherein a code hot spot indicates a particular source code file in the set of source code files and comprises a score calculated based on the commit history data, the quality metrics, and the document model; calculating, by the code analysis server system, predictive metrics for each code hot spot, the predictive metrics comprising an indication of a number of future bugs for the source code file corresponding to the code hot spot; generating, by the code analysis server system, a notification for a code hot spot based on the predictive metrics; and transmitting, by the code analysis server system, the notification.

“20. The method of claim 19, wherein the notification is transmitted to a database server system configured to include the notification in the commit history data for the corresponding source code file.”

For more information, see this patent: Pandurangarao, Anil Kumar. Systems and methods for software quality prediction. U.S. Patent Number 11334351, filed April 28, 2020, and published online on May 17, 2022. Patent URL: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=11334351.PN.&OS=PN/11334351RS=PN/11334351

(Our reports deliver fact-based news of research and discoveries from around the world.)

Older

Study Findings from Department of Health Care Management Broaden Understanding of Managed Care (Sensitivity Analysis and Methodological Choices On Health-related Impoverishment Estimates In Cambodia, 2009-17): Managed Care

Newer

University of North Dakota Researchers Add New Findings in the Area of Risk Management [Understanding the relationship between High Reliability Theory (HRT) of mindful organizing and Safety Management Systems (SMS) within the aerospace industry: …]: Insurance – Risk Management

Advisor News

  • The first 5 years of your career could determine the next 50
  • Help child-free clients plan for their later years
  • When new investment trends emerge, Gen Z is most likely generation to be first in
  • Could ‘plain English’ become an advisor’s secret weapon?
  • IRI urges Senate action on 403(b) parity legislation
More Advisor News

Annuity News

  • Nationwide adds mutual fund-linked strategy to New Heights Select FIA
  • NUNN INTRODUCES BILL TO CUT RED TAPE, GIVE IOWANS CLEARER INSURANCE INFORMATION
  • NAIC working group pressed to accelerate annuity illustration overhaul
  • State Auditor James Brown Kicks Off Life Insurance Awareness Month With Policy Locator Tool
  • Wink: Annuity sales post strong Q2, led by MYGAs and structured products
More Annuity News

Health/Employee Benefits News

  • These Parkinson’s patients say boxing therapy is a big help. Now their coverage is ending
  • No Surprises Act arbitration costs reach $22.4 billion as disputes surge
  • In 12 years, Triangle man missed only 1 health insurance payment. He lost coverage
  • Best’s Market Segment Report: Reinsurance Solutions Becoming More Viable for Health Insurers
  • Study projects $4 billion Medicaid hit to hospitals
Sponsor
More Health/Employee Benefits News

Life Insurance News

  • TDCI reminds consumers to focus on future during Life Insurance Awareness Month
  • TDCI reminds consumers to focus on the future during Life Insurance Awareness Month
  • AM Best Affirms Credit Ratings of Zurich Insurance Group Ltd and Its Main Rated Subsidiaries
  • Best’s Market Segment Report: AM Best Maintains Stable Outlook on China’s Non-Life Insurance Segment
  • Understanding Nonequity Split-Dollar
Sponsor
More Life Insurance News

NEWS INSIDE

  • Companies
  • Earnings
  • Economic News
  • INN Magazine
  • Insurtech News
  • Newswires Feed
  • Regulation News
  • Washington Wire
  • Videos

FEATURED OFFERS

Press Releases

  • Classic Car Insurer OpenRoad Insurance Expands to 40 U.S. States in Two Years
  • How Aspire General Turned an Early Technology Bet Into Claims Automation at Scale with Kyber
  • Adjusto launches AI-Native contents claims services powered by its technology platform
  • URL Insurance Group Celebrates 40 Years of Service, Growth, and Industry Leadership
  • MassMutual Ascend Surpasses $2 Billion in Lifetime Advisory Annuity Sales, Reflecting Continued Momentum in RIA Channel
More Press Releases > Add Your Press Release >

How to Write For InsuranceNewsNet

Find out how you can submit content for publishing on our website.
View Guidelines

Topics

  • Advisor News
  • Annuity Index
  • Annuity News
  • Companies
  • Earnings
  • Fiduciary
  • From the Field: Expert Insights
  • Health/Employee Benefits
  • Insurance & Financial Fraud
  • INN Magazine
  • Insiders Only
  • Life Insurance News
  • Newswires
  • Property and Casualty
  • Regulation News
  • Sponsored Articles
  • Washington Wire
  • Videos
  • ———
  • About
  • Meet our Editorial Staff
  • Advertise
  • Contact
  • Newsletters

Top Sections

  • AdvisorNews
  • Annuity News
  • Health/Employee Benefits News
  • InsuranceNewsNet Magazine
  • Life Insurance News
  • Property and Casualty News
  • Washington Wire

Our Company

  • About
  • Advertise
  • Contact
  • Meet our Editorial Staff
  • Magazine Subscription
  • Write for INN

Sign up for our FREE e-Newsletter!

Get breaking news, exclusive stories, and money- making insights straight into your inbox.

select Newsletter Options
Facebook Linkedin Twitter
© 2026 InsuranceNewsNet.com, Inc. All rights reserved.
  • Terms & Conditions
  • Privacy Policy
  • InsuranceNewsNet Magazine

Sign in with your Insider Pro Account

Not registered? Become an Insider Pro.