You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Dubreil e269f2a3fd
[infer][java] basic support to run Infer using Buck genrules
8 years ago
..
.project initial synchronization 10 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
TODO initial synchronization 10 years ago
doc.odocl initial synchronization 10 years ago
jAnnotation.ml [infer][java] Simplify the API to translate Java method names into SIL procedure names 8 years ago
jAnnotation.mli [infer][java] Simplify the API to translate Java method names into SIL procedure names 8 years ago
jClasspath.ml [infer][java] basic support to run Infer using Buck genrules 8 years ago
jClasspath.mli [DB.source_file] Explicitly specify what path is relative to, keep cpp model paths relative 8 years ago
jConfig.ml [IR] Do not use JBasics.java_lang_object in IR/backend 8 years ago
jContext.ml [IR] Move Procdesc module to a separate file. 8 years ago
jContext.mli [IR] Move Procdesc module to a separate file. 8 years ago
jFrontend.ml [infer][java] Translate the local variables directly from the bytecode 8 years ago
jFrontend.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
jMain.ml [DB.source_file] Explicitly specify what path is relative to, keep cpp model paths relative 8 years ago
jTrans.ml [infer][java] removing Thread.start() special treatment 8 years ago
jTrans.mli [infer][java] Translate the local variables directly from the bytecode 8 years ago
jTransExn.ml [IR] Move Procdesc module to a separate file. 8 years ago
jTransExn.mli [IR] Move Procdesc module to a separate file. 8 years ago
jTransType.ml [infer][java] Simplify the API to translate Java method names into SIL procedure names 8 years ago
jTransType.mli [infer][java] Simplify the API to translate Java method names into SIL procedure names 8 years ago

README.md

Java Front-End

This is the front-end for java compilers.

The main entry point is JMain.