Patents by Inventor Raul Fernando Perez Acosta

Raul Fernando Perez Acosta has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Patent number: 9928156
    Abstract: When writing program code, syntax errors can be detected and a diagnostic error message can be provided. One of the causes of errors in a C-based programming language such as but not limited to C++ is a missing definition. The definition can exist in a file that is separate from the source program file. The file may be designated by a particular statement such as a “#include” statement which points to the file in which the token used in the code is defined. The list of files and their relationships form an include graph. A feature inside an IDE can suggest potential “#include” statements to correct a missing “#include” statement error. By using the include graph a more accurate list of potential corrections can be suggested so that standard and platform independent code can be written.
    Type: Grant
    Filed: February 3, 2016
    Date of Patent: March 27, 2018
    Assignee: MICROSOFT TECHNOLOGY LICENSING, LLC.
    Inventors: Raul Fernando Perez Acosta, Marian Luparu
  • Publication number: 20170116109
    Abstract: When writing program code, syntax errors can be detected and a diagnostic error message can be provided. One of the causes of errors in a C-based programming language such as but not limited to C++ is a missing definition. The definition can exist in a file that is separate from the source program file. The file may be designated by a particular statement such as a “#include” statement which points to the file in which the token used in the code is defined. The list of files and their relationships form an include graph. A feature inside an IDE can suggest potential “#include” statements to correct a missing “#include” statement error. By using the include graph a more accurate list of potential corrections can be suggested so that standard and platform independent code can be written.
    Type: Application
    Filed: February 3, 2016
    Publication date: April 27, 2017
    Inventors: Raul Fernando Perez Acosta, Marian Luparu