Cost-Effective Quality Assurance for Long-Lived Software Using Automated Static Analysis

Total Page:16

File Type:pdf, Size:1020Kb

Cost-Effective Quality Assurance for Long-Lived Software Using Automated Static Analysis Cost-Effective Quality Assurance For Long-Lived Software Using Automated Static Analysis Daniela Steidl Institut für Informatik der Technischen Universität München Cost-Effective Quality Assurance For Long-Lived Software Using Automated Static Analysis Daniela Steidl Vollständiger Abdruck der von der Fakultät für Informatik der Technischen Universität München zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Bernd Brügge, Ph.D. Prüfer der Dissertation: 1. Univ.-Prof. Dr. Dr. h.c. Manfred Broy 2. Assoc. Prof. Andy Zaidman, Ph.D. Delft University of Technology/ Niederlande Die Dissertation wurde am 05.11.2015 bei der Technischen Universität München eingereicht und durch die Fakultät für Informatik am 26.01.2016 angenommen. Abstract Developing large-scale, long-lived software and adapting it to changing requirements is time and cost intensive. As many systems are maintained for decades, controlling their total life cycle costs is key for commercial success. With source code being the main software artifact, its quality significantly influences arising costs for maintenance. However, as many changes have to be performed under time pressure, suboptimal implementation decisions often lead to gradual code quality decay if no counter measures are taken. To prevent code quality decay, automated static analysis is a powerful quality assurance technique that addresses different aspects of software quality—e. g. security, correctness, or maintainability—and reveals findings: Findings point to code that likely increases future costs in the life cycle of the software. Examples comprise hints to programming faults, vulnerabilities for security attacks, or maintainability problems like redundant code. Although static analyses are widely used, they are often not applied effectively: When introduced to a grown, long-lived system, they typically reveal thousands of findings. As this number is too large and budget for quality improvements is usually limited, not all findings can be removed. Additionally, false positives disturb developers and new findings might be created when existing ones are removed. Due to these challenges, code quality often does not improve in the long term despite static analysis tools being installed. This thesis provides an approach for using static analysis cost-effectively in practice. To reach this goal, we first analyze the state-of-the-practice of using static analysis and inves- tigate the number and the nature of findings occurring in industry. As we show that not all findings can be removed at once, we argue that only those should be selected whichre- veal the best cost-benefit ratio. Consequently, we build a conceptual model which outlines costs and benefits of finding removal. From the model, we derive a prioritization approach which helps developers to effectively select a subset of all findings for removal. However, to actually remove the selected findings, developers also require allocated resources and, thus, management support. To convince management of the benefit of providing resources for quality improvement, we combine the prioritization approach with a continuous quality con- trol process which provides transparency for managers. Further, we evaluate corresponding tool support necessary to apply the process in practice. The combination of our prioritization approach, quality control process, and tooling en- ables the cost-effective usage of static analysis in practice. We evaluate the applicability and usefulness of the cost-benefit prioritization with several empirical studies, industrial case studies, and developer interviews. The evaluations show that the prioritization is ap- preciated by developers as quality-improving measure. We analyze the success of the quality control process with a longitudinal study with one of our industrial partners. The study shows that the number of findings can be decreased in the long term even if systems are still growing in size. ”But it ain’t about how hard you hit. It’s about how hard you can get hit and keep moving forward.” Acknowledgements Rocky Balboa I would like to thank everyone who supported me throughout my thesis. First of all, I thank Prof. Manfred Broy for supervising my thesis, for the fruitful scientific discussions, for his invitations to every Lehrstuhlhuette, and also for providing me my own office desk at university. I always felt warmly welcomed in his lab. My thanks go to the second member of my PhD committee, Prof. Andy Zaidman. His careful and detailed reviews as well as his remote support helped me tremendously in the final period of the PhD. I would like to thank my company CQSE, my colleagues, and my customers, without whom this industry PhD would have not been possible. I greatly enjoyed the opportunity to conduct industry-oriented research while being closely in touch with our customers as a software quality consultant. I deeply appreciated the company environment providing first- hand industry experience combined with a surrounding scientific mind-set. In particular, my thanks go to my advisor Dr. Florian Deissenboeck for his countless, honest and direct reviews of my work, numerous profound and inspiring scientific discussions, and his moral support in moments of frustration. I would also like to thank Dr. Elmar Juergens for his very helpful input on numerous paper stories and the thesis story. Additionally, my thanks go to Dr. Benjamin Hummel for his technical advice and support and for guiding me throughout my bachelor and master thesis as well as guided research. Without having known him, I would not have dared to do an industry PhD in such a small and young company—which my company was at the time I started my PhD. I would also like to thank all my colleagues at university. They helped me to broaden my scientific horizon and prevented me from becoming a lone warrior. In particular, Ithank Benedikt Hauptmann for his support, both scientifically and morally. He kept me grounded on earth and helped me to take it simply step after step. I also thank Sebastian Eder for his co-authorship on our best-paper award, his always available help, and for being the best office mate possible! I really enjoyed the days I was able to spend at university; theywere primarily filled with laughter and joy. I certainly will miss these days and my colleagues. Outside of work, I thank my underwater hockey team in Munich for coping with my ag- gressive playing style and my bad mood when I was not proceeding with my PhD as fast as I wanted to! Hockey has been the best way to get refreshed. The sport, its people, and their friendship have been my greatest source of energy. Last but not least, I thank my parents for the way they raised me, for the possibility to study without any financial worries, for countless supporting phone calls, and for encouraging me to reach my goals day after day. Publication Preface The contribution of this thesis is based on the following five first-author papers. A D. Steidl, B. Hummel, E. Juergens: Incremental Origin Analysis for Source Code Files. Working Conference on Mining Software Repositories, 2014, 10 pages, [89] ©2014 Association for Computing Machinery, Inc. Reprinted by permission. http://doi.acm.org/10.1145/2597073.2597111 B D. Steidl, F. Deissenboeck: How do Java Methods Grow?. Working Conference on Source Code Manipulation and Analysis, 2015, 10 pages, [84] Copyright ©2015 IEEE. Reprinted, with permission. C D. Steidl, N. Goede: Feature-based Detection of Bugs in Clones. International Work- shop on Software Clones, 2013, 7 pages, [87] Copyright ©2013 IEEE. Reprinted, with permission. D D. Steidl, S. Eder: Prioritizing Maintainability Defects Based on Refactoring Recom- mendations. International Conference on Program Comprehension, 2014, 9 pages, [86] ©2014 Association for Computing Machinery, Inc. Reprinted by permission. http://doi.acm.org/10.1145/2597008.2597805 E D. Steidl, F. Deissenboeck et al: Continuous Software Quality Control in Practice. International Conference on Software Maintenance and Evolution, 2014, 4 pages, [85] Copyright ©2014 IEEE. Reprinted, with permission. The other publications with major contributions as second author are also included. F L. Heinemann, B. Hummel, D. Steidl: Teamscale: Software Quality Control in Real- Time. International Conference on Software Engineering, 2014, 4 pages, [40] ©2014 Association for Computing Machinery, Inc. Reprinted by permission. http://doi.acm.org/10.1145/2591062.2591068 Contents Abstract 5 Acknowledgments 7 Publication Preface 9 1 Introduction 13 1.1 Problem Statement . 14 1.2 Approach and Methodology . 15 1.3 Contributions . 22 1.4 Outline . 23 2 Terms and Definitions 25 2.1 Analysis Terms . 25 2.2 Finding Terms . 25 2.3 System Terms . 27 3 Fundamentals 29 3.1 Activity-Based Maintenance Model . 29 3.2 Software Product Quality Model . 29 3.3 Quality Assurance Techniques . 32 3.4 Application of Automated Static Analysis . 37 3.5 Limitations of Automated Static Analysis . 39 3.6 Summary . 40 4 A Quantitative Study of Static Analysis Findings in Industry 41 4.1 Study Design . 41 4.2 Study Objects . 43 4.3 Results . 44 4.4 Discussion . 48 4.5 Summary . 49 5 A Cost Model for Automated Static Analysis 51 5.1 Conceptual Model . 51 5.2 Empirical Studies . 55 5.3 Model Instantiation . 60 5.4 Discussion . 64 5.5 Model-based Prediction . 65 5.6 Threats to Validity . 67 5.7 Summary . 70 11 Contents 6 A Prioritization Approach for Cost-Effective Usage of Static Analysis 71 6.1 Key Concepts . 71 6.2 Automatic Recommendation . 73 6.3 Manual Inspection . 82 6.4 Iterative Application . 84 6.5 Quality Control Process . 87 6.6 Summary . 89 7 Publications 91 7.1 Origin Analysis of Software Evolution . 93 7.2 Analysis of Software Changes . 104 7.3 Prioritizing External Findings Based on Benefit Estimation . 115 7.4 Prioritizing Internal Findings Based on Cost of Removal . 123 7.5 Prioritizing Findings in a Quality Control Process .
Loading...
Loading...
Loading...
Loading...
Loading...

159 pages remaining, click to load more.

Recommended publications
  • Boenig-Liptsin / Entrepreneurs of the Mind / 1 Citizen's Mind
    Margo Boenig-Liptsin SIGCIS Workshop, November 9, 2014 Work in !rogress Session "orking draft – please do not cite (ear SIGCIS Workshop !articipants) *hank you $or reading this partial draft of one of my dissertation 'hapters) I-m submitting to your review a draft of a 'hapter $rom the mi##&e of my dissertation, therefore to contextualize the "riting that you "i&& be reading, I inc&ude be&ow an abstract of my "hole dissertation project and a chapter out&ine. 2s you "i&& see, this early draft of Chapter 2 is based primari&y on empirical research of my three national cases1 I haven't yet integrated into it any secondary &iterature. I "ould be very gratef,& $or your suggestions of re$erences that you $eel "ould be interesting $or me to incorporate/refect upon, especial&y $rom the &iterature on the history of computing, given the topi's that I am exploring in this chapter or in the dissertation as a "hole. *his early draft is also missing complete $ootnotes—they are current&y 0ust notes $or mysel$ and references that I need to tidy up. I-m gratef,& $or al& of your comments, "hich "i&& no doubt make the next #raft of this signifcant&y better) Best "ishes, Margo (issertation abstract Making the Citi/en of the Information 2ge7 2 comparative study of computer &iteracy programs $or 'hi&dren, 1960s-1990s My dissertation is a comparative history of the frst computer &iteracy programs $or chi&dren. *he project examines how programs to introduce 'hi&dren to computers in the 9nited States, :rance, and the Soviet 9nion $rom the 1960s to 1990s embodied political, epistemic, and moral debates about the kind of citi/en required $or &i$e in the 21st century.
    [Show full text]
  • Cpp-Skript SS18.Pdf
    Programmierung mit C++ für Computerlinguisten CIS, LMU München Max Hadersbeck Mitarbeiter Daniel Bruder, Ekaterina Peters, Jekaterina Siilivask, Kiran Wallner, Stefan Schweter, Susanne Peters, Nicola Greth — Version Sommersemester 2018 — Inhaltsverzeichnis 1 Einleitung1 1.1 Prozedurale und objektorientierte Programmiersprachen . .1 1.2 Encapsulation, Polymorphismus, Inheritance . .1 1.3 Statische und dynamische Bindung . .2 1.4 Die Geschichte von C++ . .2 1.5 Literaturhinweise . .3 2 Traditionelle und objektorientierte Programmierung4 2.1 Strukturiertes Programmieren . .4 2.2 Objektorientiertes Programmieren . .5 3 Grundlagen7 3.1 Installation von Eclipse und Übungsskript . .7 3.2 Starten eines C++ Programms . .7 3.3 Allgemeine Programmstruktur . .8 3.4 Kommentare in Programmen . 10 3.5 Variablen . 11 3.5.1 Was sind Variablen? . 11 3.5.2 Regeln für Variablen . 12 3.5.3 Grundtypen von Variablen . 12 3.5.4 Deklaration und Initialisierung von Variablen . 13 3.5.5 Lebensdauer von Variablen . 14 3.5.6 Gültigkeit von Variablen . 15 3.6 Namespace . 16 3.6.1 Defaultnamespace . 16 3.7 Zuweisen von Werten an eine Variable . 17 3.8 Einlesen und Ausgeben von Variablenwerten . 19 3.8.1 Einlesen von Daten . 19 3.8.2 Zeichenweises Lesen und Ausgeben von Daten . 21 3.8.3 Ausgeben von Daten . 22 3.8.4 Arbeit mit Dateien . 23 3.8.4.1 Textdateien unter Unix ................... 23 3.8.4.2 Textdateien unter Windows ................ 24 3.8.4.3 Lesen aus einer Datei . 25 3.8.4.4 Lesen aus einer WINDOWS Textdatei . 26 i ii Inhaltsverzeichnis 3.8.4.5 Schreiben in eine Datei . 26 3.9 Operatoren .
    [Show full text]
  • A Python Implementation for Racket
    PyonR: A Python Implementation for Racket Pedro Alexandre Henriques Palma Ramos Thesis to obtain the Master of Science Degree in Information Systems and Computer Engineering Supervisor: António Paulo Teles de Menezes Correia Leitão Examination Committee Chairperson: Prof. Dr. José Manuel da Costa Alves Marques Supervisor: Prof. Dr. António Paulo Teles de Menezes Correia Leitão Member of the Committee: Prof. Dr. João Coelho Garcia October 2014 ii Agradecimentos Agradec¸o... Em primeiro lugar ao Prof. Antonio´ Leitao,˜ por me ter dado a oportunidade de participar no projecto Rosetta com esta tese de mestrado, por todos os sabios´ conselhos e pelos momentos de discussao˜ e elucidac¸ao˜ que se proporcionaram ao longo deste trabalho. Aos meus pais excepcionais e a` minha mana preferida, por me terem aturado e suportado ao longo destes quase 23 anos e sobretudo pelo incondicional apoio durante estes 5 anos de formac¸ao˜ superior. Ao pessoal do Grupo de Arquitectura e Computac¸ao˜ (Hugo Correia, Sara Proenc¸a, Francisco Freire, Pedro Alfaiate, Bruno Ferreira, Guilherme Ferreira, Inesˆ Caetano e Carmo Cardoso), por todas as sug- estoes˜ e pelo inestimavel´ feedback em artigos e apresentac¸oes.˜ Aos amigos em Tomar (Rodrigo Carrao,˜ Hugo Matos, Andre´ Marques e Rui Santos) e em Lisboa (Diogo da Silva, Nuno Silva, Pedro Engana, Kaguedes, Clara Paiva e Odemira), por terem estado pre- sentes, duma forma ou doutra, nos essenciais momentos de lazer. A` Fundac¸ao˜ para a Cienciaˆ e Tecnologia (FCT) e ao INESC-ID pelo financiamento e acolhimento atraves´ da atribuic¸ao˜ de uma bolsa de investigac¸ao˜ no ambitoˆ dos contratos Pest-OE/EEI/LA0021/2013 e PTDC/ATP-AQI/5224/2012.
    [Show full text]
  • A Comparative Study of the First Computer Literacy Programs for Children in the United States, France, and the Soviet Union, 1970-1990
    Making Citizens of the Information Age: A Comparative Study of the First Computer Literacy Programs for Children in the United States, France, and the Soviet Union, 1970-1990 The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Boenig-Liptsin, Margarita. 2015. Making Citizens of the Information Age: A Comparative Study of the First Computer Literacy Programs for Children in the United States, France, and the Soviet Union, 1970-1990. Doctoral dissertation, Harvard University, Graduate School of Arts & Sciences. Citable link http://nrs.harvard.edu/urn-3:HUL.InstRepos:23845438 Terms of Use This article was downloaded from Harvard University’s DASH repository, and is made available under the terms and conditions applicable to Other Posted Material, as set forth at http:// nrs.harvard.edu/urn-3:HUL.InstRepos:dash.current.terms-of- use#LAA Making Citizens of the Information Age: A comparative study of the first computer literacy programs for children in the United States, France, and the Soviet Union, 1970-1990 A dissertation presented by Margarita Boenig-Liptsin to The Department of History of Science in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the subject of History of Science Harvard University Cambridge, Massachusetts August 2015 © 2015 Margarita Boenig-Liptsin All rights reserved. Dissertation Advisor: Professor Sheila Jasanoff Margarita Boenig-Liptsin Making Citizens of the Information Age: A comparative study of the first computer literacy programs for children in the United States, France, and the Soviet Union, 1970-1990 ABSTRACT In this dissertation I trace the formation of citizens of the information age by comparing visions and practices to make children and the general public computer literate or cultured in the United States, France, and the Soviet Union.
    [Show full text]
  • Benchmarking the Amazon Elastic Compute Cloud (EC2)
    Benchmarking the Amazon Elastic Compute Cloud (EC2) A Major Qualifying Project Report submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by Patrick Coffey Niyanta Mogre Jason Beliveau Andrew Harner Approved By: WPI Project Advisor Professor Donald R. Brown March 9, 2011 Abstract This project sought to determine whether Amazon EC2 is an economically viable environment for scientific research-oriented activities within a university setting. The methodology involved benchmarking the performance of the cloud servers against the best systems available at the WPI ECE department. Results indicate that the newest ECE server outperformed the best EC2 instance by approximately 25% in most cases. A comprehensive cost analysis suggests that EC2 instances can achieve up to 60% better cost to performance ratios in the short-term when compared against the ECE servers. However, a long-term projected cost analysis determined that the overall cost of owning a large set of reserved instances comes out to almost 60% more than the cost of comparable in-house servers. Acknowledgments We would like to thank our advisor, Professor Donald R. Brown for his guidance throughout the course of this project. We would also like to thank Professor Sergey Makarov for providing us access to his research for our case study, as well as Professor Berk Sunar for advising us on the aspects of computer architecture that were needed to analyze our results. We would also like to thank Professor Hugh Lauer for allowing us the opportunity to run the SPEC benchmarks, as well as his advice in understanding benchmarking concepts.
    [Show full text]
  • Chapter 13 Educational Technology at BBN Wallace Feurzeig
    Feurzeig, W. (2011). Educational technology at BBN. In D. Walden & R. Nickerson (Eds.), A culture of innovation. East Sandwich, MA: Waterside Publishing. Chapter 13 Educational Technology at BBN Wallace Feurzeig Since the early 1960s, BBN mathematicians, scientists, and engineershave explored ways tousecomputer and communications technologies to improve teaching and learning. BBN staff members have conducted basic research in human cognition and learning, developed innovativesoftware tools toextend and enrich the traditional curriculum, and provided professional development tohelpeducatorsmakeeffectiveuseofthe new technologies.They have helped schools employ networking facilities to connectteachers and students with each other and with national and global resources.1 13.1 From drill-and-practice to “intelligent” CAI No one,in the early sixties, saw the enormous potential of computers for education moreclearly than J. C. R.Licklider. Atthattime,the prevailing modelforthe use oftech- nologyin education was drill-and-practice.The computer, like earlier electromechanical teaching devices, directed the interaction;itposed questions (typically multiplechoice) and assessed the correctness ofthe student’sanswers.The student’s rolewaspurely responsive. Paired-associate drill Anearly exampleofthiskind of computer-aided instruction (CAI) was the paired- associatedrill tutor developed byLickliderin 1960(Coulson,1962). the program was used toprovide practice in learning German language vocabulary. However, it could be used toprovide practice in learning any kind of paired-associatematerial, thatis, materialthatisorganized in pairs,the firstitem of which is treated as a question, the second as an answer. The program worked roughly as follows. Oneachtrial, the program would type the first item of a pair (i.e., the question) and wait for the student to type an answer. If the studenttyped the correct answer(i.e., the second item of the pair), the program would indicate thatthe response was correct, and moveonto the next question.
    [Show full text]
  • Scripting User's Guide 12C Release 1 (12.2.1.4.0) E93588-02
    Oracle® Fusion Middleware Oracle WebCenter Forms Recognition Scripting User's Guide 12c Release 1 (12.2.1.4.0) E93588-02 September 2019 Documentation for WebCenter Forms Recognition project developers that describes how to develop scripts for creating and customizing projects. Oracle Fusion Middleware Oracle WebCenter Forms Recognition Scripting User's Guide, 12c Release 1 (12.2.1.4.0) E93588-02 Copyright © 2009, 2019, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Characterization and Compensation of Stray Light Effects in Time of Flight Based Range Sensors
    Characterization and compensation of Stray light effects in Time of flight based range sensors Jonas Holmlund Master’s Thesis in Engineering Physics, Department of Physics, Umeå University, 2013 Department of physics Linnaeus väg 20 901 87 Umeå Sweden www.physics.umu.se Characterization and compensation of Stray light effects in Time of flight based range sensors Jonas Holmlund joho0035@student.umu.se MAY 2013 Supervisors: Emil Jonze Jonas Sjöberg Examiner: Ove Axner Abstract Recently much work has been done with the development of 3D real-time imagers, including the Time-of-flight (ToF) camera. This type of camera uses the principle of time of flight, in order to perform a distance measurement to every point in the field of view of the camera. This is done by sending a light signal towards the objects of the observed scene of the camera, where the light is reflected and returns to the camera. The signal is detected at the camera sensor, usually a CCD- or CMOS-chip with an array of pixels, where a distance measurement is made at every pixel, creating a 3D image of the whole scene. The problem is that some of the signal light travels through the optical system of the camera in a way that was not meant in the design. This light is called stray light. The measurement of the distance to different points within the field of view of the camera depends on the amount of light and the distance traveled by the light that reaches each and every one of the sensor pixels. This means that the effects of stray light will directly affect the accuracy of the depth data for the images when stray light spreads to different parts of the sensor.
    [Show full text]
  • Njit-Etd2006-063
    Copyright Warning & Restrictions The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material. Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy or other reproduction. One of these specified conditions is that the photocopy or reproduction is not to be “used for any purpose other than private study, scholarship, or research.” If a, user makes a request for, or later uses, a photocopy or reproduction for purposes in excess of “fair use” that user may be liable for copyright infringement, This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law. Please Note: The author retains the copyright while the New Jersey Institute of Technology reserves the right to distribute this thesis or dissertation Printing note: If you do not wish to print this page, then select “Pages from: first page # to: last page #” on the print dialog screen The Van Houten library has removed some of the personal information and all signatures from the approval page and biographical sketches of theses and dissertations in order to protect the identity of NJIT graduates and faculty. ABSTRACT FINDING ROLE ERRORS OF THE NCIT GENE HIERARCHY USING THE NCBI by Marc Oren Due to the knowledge discovery process of gene information, details such as organism and chromosomal location should be known. Furthermore, the extensive biomedical research in genomics led to discovery of processes and diseases in which a gene plays a role.
    [Show full text]
  • Oracle Forms Recognition Scripting Guide 10G Release 3 (10.1.3.5.0) Copyright © 2009, Oracle And/Or Its Affiliates
    Oracle® Forms Recognition Scripting Guide 10g Release 3 (10.1.3.5.0) October 2009 Oracle Forms Recognition Scripting Guide 10g Release 3 (10.1.3.5.0) Copyright © 2009, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Tierless Web Programming in ML
    Thèse de doctorat de l’Université Sorbonne Paris Cité Préparée à l’Université Paris Diderot au Laboratoire IRIF Ecole Doctorale 386 - Science Mathématiques De Paris Centre Tierless Web programming in ML par Gabriel Radanne Dirigée par Roberto Di Cosmo et Jérôme Vouillon Thèse soutenue publiquement le 14 Novembre 2017 devant le jury constitué de Roberto Di Cosmo Directeur de thèse Jérôme Vouillon Co-Directeur de thèse Koen Claessen Rapporteur Jacques Garrigue Rapporteur Coen De Roover Examinateur Xavier Leroy Examinateur Manuel Serrano Examinateur Jeremy Yallop Examinateur Abstract Eliom is a dialect of OCaml for Web programming in which server and client pieces of code can be mixed in the same file using syntactic annotations. This allows to build a whole application as a single distributed program, in which it is possible to define in a composable way reusable widgets with both server and client behaviors. Eliom is type-safe, as it ensures that communications are well-behaved through novel language constructs that match the specificity of Web pro- gramming. Eliom is also efficient, it provides static slicing which sepa- rates client and server parts at compile time and avoids back-and-forth communications between the client and the server. Finally, Eliom sup- ports modularity and encapsulation thanks to an extension of the OCaml module system featuring tierless annotations that specify whether some definitions should be on the server, on the client, or both. This thesis presents the design, the formalization and the implementa- tion of the Eliom language. Résumé Eliom est un dialecte d’OCaml pour la programmation Web qui permet, à l’aide d’annotations syntaxiques, de déclarer code client et code serveur dans un même fichier.
    [Show full text]
  • Content Delivery Network API Documentation
    Content Delivery Network Content Delivery Network API Documentation Product Documentation ©2013-2019 Tencent Cloud. All rights reserved. Page 1 of 376 Content Delivery Network Copyright Notice ©2013-2019 Tencent Cloud. All rights reserved. Copyright in this document is exclusively owned by Tencent Cloud. You must not reproduce, modify, copy or distribute in any way, in whole or in part, the contents of this document without Tencent Cloud's the prior written consent. Trademark Notice All trademarks associated with Tencent Cloud and its services are owned by Tencent Cloud Computing (Beijing) Company Limited and its affiliated companies. Trademarks of third parties referred to in this document are owned by their respective proprietors. Service Statement This document is intended to provide users with general information about Tencent Cloud's products and services only and does not form part of Tencent Cloud's terms and conditions. Tencent Cloud's products or services are subject to change. Specific products and services and the standards applicable to them are exclusively provided for in Tencent Cloud's applicable terms and conditions. ©2013-2019 Tencent Cloud. All rights reserved. Page 2 of 376 Content Delivery Network Contents API Documentation History Introduction API Category Making API Requests Request Structure Common Params Signature v3 Signature Responses Data Query APIs ListTopData DescribeOriginData DescribeIpVisit DescribeCdnData DescribeBillingData DescribeReportData Service Query APIs DescribePayType DescribeMapInfo DescribeCdnIp
    [Show full text]