Examen 2024/12/13
This commit is contained in:
54
.idea/workspace.xml
generated
54
.idea/workspace.xml
generated
@@ -4,12 +4,12 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e2c4f742-461e-4c7a-a6e0-b5f4b8e8f229" name="Changes" comment="Se formatea utils">
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241122/Ejercicio_a.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241122/Ejercicio_b.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241122/Ejercicio_c.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241122/Ejercicio_d.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241122/Utils/Utils.java" afterDir="false" />
|
||||
<list default="true" id="e2c4f742-461e-4c7a-a6e0-b5f4b8e8f229" name="Changes" comment="Examen 2024/12/13">
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241213/Animal.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241213/Ave.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241213/Mamifero.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241213/Zoologico.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/examenes/examen20241213/utils/Utils.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@@ -38,22 +38,24 @@
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"Application.Ejercicio_a.executor": "Run",
|
||||
"Application.Ejercicio_b.executor": "Run",
|
||||
"Application.Ejercicio_c.executor": "Run",
|
||||
"Application.Ejercicio_d.executor": "Run",
|
||||
"Application.Ejercicio_e.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"onboarding.tips.debug.path": "/Users/h4ckx0r/IdeaProjects/ExamenesProgramacion/src/main/java/net/h4ckx0r/Main.java"
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"Application.Ejercicio_a.executor": "Run",
|
||||
"Application.Ejercicio_b.executor": "Run",
|
||||
"Application.Ejercicio_c.executor": "Run",
|
||||
"Application.Ejercicio_d.executor": "Run",
|
||||
"Application.Ejercicio_e.executor": "Run",
|
||||
"Application.Zoologico.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"onboarding.tips.debug.path": "/Users/h4ckx0r/IdeaProjects/ExamenesProgramacion/src/main/java/net/h4ckx0r/Main.java"
|
||||
}
|
||||
}</component>
|
||||
}]]></component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="examenes.examen20241213" />
|
||||
<recent name="examenes.examen20241122" />
|
||||
<recent name="examenes.examen20241025" />
|
||||
</key>
|
||||
@@ -147,7 +149,15 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1729857949405</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="11" />
|
||||
<task id="LOCAL-00011" summary="Examen 2024/11/21">
|
||||
<option name="closed" value="true" />
|
||||
<created>1732277745346</created>
|
||||
<option name="number" value="00011" />
|
||||
<option name="presentableId" value="LOCAL-00011" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1732277745346</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="12" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
@@ -172,6 +182,8 @@
|
||||
<MESSAGE value="Ejercicio A terminado" />
|
||||
<MESSAGE value="utils y resto" />
|
||||
<MESSAGE value="Se formatea utils" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Se formatea utils" />
|
||||
<MESSAGE value="Examen 2024/11/21" />
|
||||
<MESSAGE value="Examen 2024/12/13" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Examen 2024/12/13" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user