Mein ganzes Repo auf den Kopf gestellt

This commit is contained in:
cmerkens 2024-04-30 17:23:13 +02:00
parent b89f7bc496
commit a11a03f692
26 changed files with 79 additions and 5 deletions

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="openjdk-22" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Hochschule.iml" filepath="$PROJECT_DIR$/Hochschule.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

11
Hochschule.iml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,4 +1,5 @@
package Uebungsaufgaben; package Semester1;
public class Aufgabe3 { public class Aufgabe3 {
//Hier steht jetzt ein Kommentar //Hier steht jetzt ein Kommentar

View File

@ -1,4 +1,4 @@
package Uebungsaufgaben; package Semester1;
public class Aufgabe4 { public class Aufgabe4 {
public static void main(String[] args) { public static void main(String[] args) {

View File

@ -1,4 +1,4 @@
package Uebungsaufgaben; package Semester1;
import java.util.Arrays; import java.util.Arrays;

View File

@ -1,4 +1,5 @@
package Uebungsaufgaben; package Semester1;
public class Aufgabe6 { public class Aufgabe6 {
public static void main(String[] args){ public static void main(String[] args){
@ -81,7 +82,7 @@ class Manager extends LeitenderAngestellter{
System.out.println(getVorname()); System.out.println(getVorname());
System.out.println(monatsGehalt); System.out.println(monatsGehalt);
System.out.println(bonus); System.out.println(bonus);
System.out.println(firmenWagen); System.out.println(firmenWagenTyp);
} }
} }

View File

@ -0,0 +1,4 @@
package Semester2;
public class Vorlesung1 {
}

3
out/production/Hochschule/.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="openjdk-22" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Hochschule.iml" filepath="$PROJECT_DIR$/Hochschule.iml" />
</modules>
</component>
</project>

6
out/production/Hochschule/.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.