mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 08:58:02 +00:00
Merge branch 'main' of https://github.com/JonathanFleischmann/CompilerULTIMATE
This commit is contained in:
commit
efd6353517
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,10 +4,7 @@ target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
1
.idea/encodings.xml
generated
1
.idea/encodings.xml
generated
@ -2,5 +2,6 @@
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="MavenProjectsManager">
|
||||
<option name="originalFiles">
|
||||
<list>
|
||||
|
2
.idea/vcs.xml
generated
2
.idea/vcs.xml
generated
@ -2,7 +2,5 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/CompilerUltimate" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
43
.idea/workspace.xml
generated
43
.idea/workspace.xml
generated
@ -4,9 +4,17 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="534a833a-fe3f-476c-8d82-46f799af4d01" name="Changes" comment="add empty java project">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
<list default="true" id="534a833a-fe3f-476c-8d82-46f799af4d01" name="Changes" comment="added .ide to gitignore">
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithAssignment.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMethod.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMethodAndAssignement.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMoreComplexMethod.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/OnlyClass.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/PublicClass.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/test/java/test.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -25,20 +33,20 @@
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"git-widget-placeholder": "main",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="SharedIndexes">
|
||||
<attachedChunks>
|
||||
<set>
|
||||
@ -74,6 +82,7 @@
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="add empty java project" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="add empty java project" />
|
||||
<MESSAGE value="added .ide to gitignore" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="added .ide to gitignore" />
|
||||
</component>
|
||||
</project>
|
3
src/main/resources/ClassWithAssignment.java
Normal file
3
src/main/resources/ClassWithAssignment.java
Normal file
@ -0,0 +1,3 @@
|
||||
public class ClassWithAssignment {
|
||||
int x = 10;
|
||||
}
|
4
src/main/resources/ClassWithMethod.java
Normal file
4
src/main/resources/ClassWithMethod.java
Normal file
@ -0,0 +1,4 @@
|
||||
public class ClassWithMethod {
|
||||
public boolean method() {
|
||||
}
|
||||
}
|
6
src/main/resources/ClassWithMethodAndAssignement.java
Normal file
6
src/main/resources/ClassWithMethodAndAssignement.java
Normal file
@ -0,0 +1,6 @@
|
||||
public class ClassWithMethodAndAssignement {
|
||||
char c = 'c';
|
||||
|
||||
public boolean method() {
|
||||
}
|
||||
}
|
6
src/main/resources/ClassWithMoreComplexMethod.java
Normal file
6
src/main/resources/ClassWithMoreComplexMethod.java
Normal file
@ -0,0 +1,6 @@
|
||||
public class ClassWithMoreComplexMethod {
|
||||
public boolean moreComplexMethod() {
|
||||
int i = 0;
|
||||
return true;
|
||||
}
|
||||
}
|
2
src/main/resources/OnlyClass.java
Normal file
2
src/main/resources/OnlyClass.java
Normal file
@ -0,0 +1,2 @@
|
||||
class OnlyClass {
|
||||
}
|
2
src/main/resources/PublicClass.java
Normal file
2
src/main/resources/PublicClass.java
Normal file
@ -0,0 +1,2 @@
|
||||
public class PublicClass {
|
||||
}
|
2
src/test/java/Test.java
Normal file
2
src/test/java/Test.java
Normal file
@ -0,0 +1,2 @@
|
||||
public class Test {
|
||||
}
|
Loading…
Reference in New Issue
Block a user