Search Results - (( java source code ) OR ( java resource code ))*
-
1
Wicked cool Java: code bits, open-source libraries, and project ideas
ISBN: 9781593271084, 9781593270612, 1593271085, 1593270615Published: San Francisco No Starch Press, Inc 2005“… Full of example code and ideas for combining the code examples into useful projects, this book is perfect for hobbyists and professionals looking for tips and open source projects to enhance…”
Get full text
eBook -
2
JAVA Basics Using ChatGPT/GPT-4
ISBN: 9781501522437, 1501522434Published: Herndon, VA Mercury Learning & Information 2024“… It offers a unique approach to learning Java, combining traditional hand-written code with cutting-edge ChatGPT-generated examples…”
Get full text
eBook -
3
A Comparative Study of Static Code Analysis tools for Vulnerability Detection in C/C++ and JAVA Source Code
ISSN: 1877-0509, 1877-0509Published: Elsevier B.V 2020Published in Procedia computer science (2020)“… To ensure software security, one of the major task is to identify vulnerabilities present in the source code before the software is being deployed…”
Get full text
Journal Article -
4
A Pilot Study of Testing Infrastructure as Code for Cloud Systems
ISSN: 2640-0715Published: IEEE 04.12.2023Published in Proceedings / Asia Pacific Software Engineering Conference (04.12.2023)“… Just like general source code (e.g., Java, etc.), infrastructure code also has numerous bugs so it needs to be tested…”
Get full text
Conference Proceeding -
5
SPOON: A library for implementing analyses and transformations of Java source code
ISSN: 0038-0644, 1097-024XPublished: Bognor Regis Blackwell Publishing Ltd 01.09.2016Published in Software, practice & experience (01.09.2016)“…Summary This paper presents SPOON, a library for the analysis and transformation of Java source code…”
Get full text
Journal Article -
6
Open-Source Java Code Coverage using Source and Byte Code Instruments: An Experimental Analysis
ISSN: 1303-5150Published: Bornova Izmir NeuroQuantology 01.01.2022Published in NeuroQuantology (01.01.2022)“…The software testers inherently face the challenges of code coverage while designing test cases…”
Get full text
Journal Article -
7
Translation of Low-Resource COBOL to Logically Correct and Readable Java leveraging High-Resource Java Refinement
Published: ACM 20.04.2024Published in 2024 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code) (20.04.2024)“… modularization and refactoring of the source COBOL code to translate to human-readable target Java code…”
Get full text
Conference Proceeding -
8
Java Source Code Vulnerability Detection Using Large Language Model
ISSN: 1877-0509, 1877-0509Published: Elsevier B.V 2025Published in Procedia computer science (2025)“…) has shown promising performance compared to static code analysis and machine learning with neural architecture in vulnerability detection…”
Get full text
Journal Article -
9
Vulnerability detection in Java source code using a quantum convolutional neural network with self-attentive pooling, deep sequence, and graph-based hybrid feature extraction
ISSN: 2045-2322, 2045-2322Published: London Nature Publishing Group UK 28.03.2024Published in Scientific reports (28.03.2024)“… This study presents a novel deep learning-based vulnerability detection system for Java code…”
Get full text
Journal Article -
10
CodeGuard: enhancing accuracy in detecting clones within java source code
ISSN: 2624-9898, 2624-9898Published: Frontiers Media S.A 10.12.2024Published in Frontiers in computer science (Lausanne) (10.12.2024)“…Detecting code clones remains challenging, particularly for Type-II clones, with modified identifiers, and Type-III ST and MT clones, where up to 30% and 50…”
Get full text
Journal Article -
11
Code coverage differences of Java bytecode and source code instrumentation tools
ISSN: 0963-9314, 1573-1367Published: New York Springer US 01.03.2019Published in Software quality journal (01.03.2019)“… For Java, the prevalent approach to code coverage measurement is using bytecode instrumentation due to its various benefits over source code instrumentation…”
Get full text
Journal Article -
12
An Efficient and Scalable Platform for Java Source Code Analysis using Overlaid Graph Representations
ISSN: 2169-3536, 2169-3536Published: Piscataway IEEE 01.01.2020Published in IEEE access (01.01.2020)“…Although source code programs are commonly written as textual information, they enclose syntactic and semantic information that is usually represented as graphs…”
Get full text
Journal Article -
13
Meta-Heuristic Guided Feature Optimization for Enhanced Authorship Attribution in Java Source Code
ISSN: 2169-3536, 2169-3536Published: Piscataway IEEE 01.01.2023Published in IEEE access (01.01.2023)“…Source code authorship attribution is the task of identifying who develops the code based on learning based on the programmer style…”
Get full text
Journal Article -
14
Is code coverage of performance tests related to source code features? An empirical study on open-source Java systems
ISSN: 1382-3256, 1573-7616Published: New York Springer US 01.12.2025Published in Empirical software engineering : an international journal (01.12.2025)“… In this paper, we examine (i) the coverage of performance testing suites, (ii) the characteristics of source code associated with performance…”
Get full text
Journal Article -
15
Model-Driven Fault Injection in Java Source Code
ISSN: 2332-6549Published: IEEE 01.10.2020Published in Proceedings - International Symposium on Software Reliability Engineering (01.10.2020)“…The injection of software faults in source code requires accurate knowledge of the programming language, both to craft faults and to identify injection locations…”
Get full text
Conference Proceeding -
16
Extracting ontological knowledge from Java source code using Hidden Markov Models
ISSN: 2299-1093, 2299-1093Published: De Gruyter Open 01.01.2019Published in Open computer science (01.01.2019)“… Source code which naturally embed domain knowledge is rarely used. In this paper, we propose…”
Get full text
Journal Article -
17
Server-Side GPS and Assisted-GPS in Java
ISBN: 9781607839866, 1607839865, 9781607839859, 1607839857Published: Norwood, MA Artech 2009“… Moreover, this unique resource includes example code in Java for all key functions, along with sequence diagrams in UML that help ensure a solid understanding…”
Get full text
eBook -
18
Incorporating Domain Knowledge into GNNs for Advanced Vulnerability Detection in Java
ISSN: 2833-9061Published: IEEE 28.04.2025Published in Proceedings (International Workshop on Automation of Software Test. Online) (28.04.2025)“…In recent years, security testing and vulnerability detection in source code have experienced a significant transformation with the adoption of data-driven techniques…”
Get full text
Conference Proceeding -
19
JavaScript Dead Code Identification, Elimination, and Empirical Assessment
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.07.2023Published in IEEE transactions on software engineering (01.07.2023)“…Web apps are built by using a combination of HTML, CSS, and JavaScript. While building modern web apps, it is common practice to make use of third-party libraries and frameworks, as to improve developers' productivity and code quality…”
Get full text
Journal Article -
20
The Strengths and Behavioral Quirks of Java Bytecode Decompilers
ISSN: 2470-6892Published: IEEE 01.09.2019Published in Proceedings / IEEE International Working Conference on Source Code Analysis and Manipulation (01.09.2019)“…During compilation from Java source code to bytecode, some information is irreversibly lost…”
Get full text
Conference Proceeding

