ニュース

Java-Code-Identifier-Extractor A program using the javaparser library to extract code identifiers from Java source code for further analysis. This tool was developed for the research project "Using ...
Mining Java class identifier naming conventions Abstract: Classes represent key elements of knowledge in object-orientated source code. Class identifier names describe the knowledge recorded in the ...
Basics The identification report is a composition of two objects. The Identification Report itself and a subject that was identified. The identified subject is a free JSON-object and is placed in the ...
Identifier renaming is an important aspect of code obfuscation. Identifier renaming can increase program's complexities and makes the program less readable. Programs after code obfuscated by ...
Check if a non-ASCII Java Unicode character can start identifiers. This is like ascii-identifier-start-p, but for Unicode characters that are not ASCII. For now we leave this predicate almost ...
This may be useful, for example, to check that an identifier has no ignorable characters, i.e. that it is in some sense ``canonical ...