View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window inconsistency-detection-0.21.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
edu.kit.kastel.mcse.ardoco.core.inconsistency
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.InconsistencyChecker.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.InconsistencyStateImpl.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.InconsistencyStatesImpl.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.MissingElementInconsistencyCandidate.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.MissingElementSupport.class - [JAR]
edu.kit.kastel.mcse.ardoco.core.inconsistency.agents
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.agents.InitialInconsistencyAgent.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.agents.MissingModelElementInconsistencyAgent.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.agents.UndocumentedModelElementInconsistencyAgent.class - [JAR]
edu.kit.kastel.mcse.ardoco.core.inconsistency.types
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.types.MissingModelInstanceInconsistency.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.types.MissingTextForModelElementInconsistency.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.types.NameInconsistency.class - [JAR]
edu.kit.kastel.mcse.ardoco.core.inconsistency.informants
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.Filter.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.MissingModelElementInconsistencyInformant.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.OccasionFilter.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.RecommendedInstanceProbabilityFilter.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.UndocumentedModelElementInconsistencyInformant.class - [JAR]
├─ edu.kit.kastel.mcse.ardoco.core.inconsistency.informants.UnwantedWordsFilter.class - [JAR]