Search Results - Java Source Code Check
-
1
Java Source Code Static Check Eclipse Plug-In Based on Common Design Pattern
ISBN: 9781479928828, 1479928828Published: IEEE 01.12.2013Published in WCSE 2013 : proceedings : 2013 fourth World Congress on Software Engineering : 3-4 December 2013, Hong Kong, China (01.12.2013)“… This paper proposes a new way to detect design pattern in Java applications by analyzing the java source code…”
Get full text
Conference Proceeding -
2
Verifying temporal specifications of Java programs
ISSN: 0963-9314, 1573-1367Published: New York Springer US 01.06.2020Published in Software quality journal (01.06.2020)“…Many Java programs encode temporal behaviors in their source code, typically mixing three features provided by the Java language: (1…”
Get full text
Journal Article -
3
An Implementation of Naming Rule Checking Function and its Applications to Java Programming Codes
ISSN: 2158-4001Published: IEEE 11.01.2025Published in Proceedings of IEEE International Symposium on Consumer Electronics (11.01.2025)“… them. For evaluations, we applied the proposal to 2, 908 source codes submitted in Java programming courses from students in Okayama University, Japan, Malang State Polytechnic, Indonesia, and Yamaguchi University, Japan…”
Get full text
Conference Proceeding -
4
Compilation Techniques for Real-Time Java Programs
ISBN: 9780769527642, 0769527647Published: Washington, DC, USA IEEE Computer Society 11.03.2007Published in Proceedings of the International Symposium on Code Generation and Optimization (11.03.2007)“…). The main focus of this paper is on the various techniques employed by the TR compilers to optimize and regulate the performance of code running in a real-time Java environment through a simple Java source code example…”
Get full text
Conference Proceeding -
5
Tracking Null Checks in Open-Source Java Systems
Published: IEEE 01.03.2016Published in 2016 IEEE 23rd International Conference on Software Analysis, Evolution, and Reengineering (SANER) (01.03.2016)“… However, a study on understanding null usage is still missing. In this paper we analyze null checks in 810 open-source Java systems and manually inspect 100 code samples to understand when and why developers use null. We find that 35…”
Get full text
Conference Proceeding -
6
A study and toolkit of CHECK-THEN-ACT idioms of Java concurrent collections
ISSN: 0960-0833, 1099-1689Published: Chichester Blackwell Publishing Ltd 01.06.2015Published in Software testing, verification & reliability (01.06.2015)“…) concurrent collections. We analyze 28 widely used open‐source Java projects (comprising 6.4 million lines of code…”
Get full text
Journal Article -
7
GRADESTYLE: GitHub-Integrated and Automated Assessment of Java Code Style
ISSN: 2832-7578Published: IEEE 01.05.2023Published in IEEE/ACM International Conference on Software Engineering: Software Engineering Education and Training (Online) (01.05.2023)“… This paper presents GRADESTYLE, a tool for automatically assessing the code style of Java assignments…”
Get full text
Conference Proceeding -
8
Nopol: Automatic Repair of Conditional Statement Bugs in Java Programs
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.01.2017Published in IEEE transactions on software engineering (01.01.2017)“… Second, runtime trace collection is used to collect variables and their actual values, including primitive data types and objected-oriented features (e.g., nullness checks…”
Get full text
Journal Article -
9
Comparing the understandability of iteration mechanisms over Collections in Java
ISSN: 2300-3405, 0867-6356, 2300-3405Published: Poznan Sciendo 01.03.2023Published in Foundations of computing and decision sciences (01.03.2023)“…Source code understandability is a desirable quality factor affecting long-term code maintenance…”
Get full text
Journal Article -
10
DiffSearch: A Scalable and Precise Search Engine for Code Changes
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.04.2023Published in IEEE transactions on software engineering (01.04.2023)“…The source code of successful projects is evolving all the time, resulting in hundreds of thousands of code changes stored in source code repositories…”
Get full text
Journal Article -
11
Data Structures in Java
ISBN: 1683929551, 9781683929550Published: Herndon, VA Mercury Learning & Information 2023“… The first chapter contains a quick introduction to Java, along with Java code samples to check for leap years, find divisors of a number, and work with arrays of strings…”
Get full text
eBook -
12
Source Code Authorship Identification Using Deep Neural Networks
ISSN: 2073-8994, 2073-8994Published: Basel MDPI AG 01.12.2020Published in Symmetry (Basel) (01.12.2020)“… The more source code is open, the more the project is open to contributors. The possibility of accidental or deliberate use of someone…”
Get full text
Journal Article -
13
A Credential Usage Study: Flow-Aware Leakage Detection in Open-Source Projects
ISSN: 1556-6013, 1556-6021Published: New York IEEE 2024Published in IEEE transactions on information forensics and security (2024)“… We implemented a detection tool, SEAGULL, to automatically check open-source projects based on string literal and code structure information…”
Get full text
Journal Article -
14
Automated refactoring to the Null Object design pattern
ISSN: 0950-5849, 1873-6025Published: Amsterdam Elsevier B.V 01.03.2015Published in Information and software technology (01.03.2015)“…•We introduce an algorithm for automated discovery of refactoring opportunities.•We specify refactoring preconditions and the source code transformation procedure…”
Get full text
Journal Article -
15
A Comparative Analysis of Static Code Analysis Tools that check Java Code Adherence to Java Coding Standards
Published: IEEE 01.03.2019Published in 2019 2nd International Conference on Communication, Computing and Digital systems (C-CODE) (01.03.2019)“… Implementing Java Coding standards on Java code has great importance as it creates consistency and as a result better development and maintenance…”
Get full text
Conference Proceeding -
16
Machine Learning for Technical Debt Identification
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.12.2022Published in IEEE transactions on software engineering (01.12.2022)“… To alleviate this issue we use 18 metrics pertaining to source code, repository activity, issue tracking, refactorings, duplication and commenting rates of each class as features for statistical…”
Get full text
Journal Article -
17
Is Your Android App Insecure? Patching Security Functions With Dynamic Policy Based on a Java Reflection Technique
ISSN: 2169-3536, 2169-3536Published: Piscataway IEEE 2020Published in IEEE access (2020)“… security function insertion or misused code patching without the original application (app) source code. Studies on permission control, misused code patching, security function insertion based on static policies, etc…”
Get full text
Journal Article -
18
Static code analysis
ISSN: 0740-7459, 1937-4194Published: Los Alamitos IEEE 01.07.2006Published in IEEE software (01.07.2006)“… (when it's tested). We use FindBugs, a popular open source static code checker for Java. Static code checkers in Java come in two flavors…”
Get full text
Journal Article -
19
Automated Validation of COBOL to Java Transformation
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…Recent advances in Large Language Model (LLM) based Generative AI techniques have made it feasible to translate enterprise-level code from legacy languages such as COBOL to modern languages such as Java or Python…”
Get full text
Conference Proceeding -
20
Towards Detecting Inconsistent Comments in Java Source Code Automatically
ISSN: 2470-6892Published: IEEE 01.09.2020Published in Proceedings / IEEE International Working Conference on Source Code Analysis and Manipulation (01.09.2020)“…A number of tools are available to software developers to check consistency of source code during software evolution…”
Get full text
Conference Proceeding

