Connect-Four/.idea/workspace.xml

419 lines
29 KiB
XML
Raw Normal View History

2018-04-16 13:40:41 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="Four-In-A-Row" />
</artifacts-to-build>
</component>
<component name="ChangeListManager">
2020-02-14 14:48:29 +01:00
<list default="true" id="69d4eee3-654f-4f1f-a941-c4798b813245" name="Default" comment="Cleanup">
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/IVerticalBoard.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/VerticalBoard.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/random/Block.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/random/IRandomEvent.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/winning/FourInARow.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/winning/ThreeInARow.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/CLI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/ConnectFourCLI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/ConnectFourGUI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/ConnectGUI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/IVerticalGameInterface.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/TicTacToeCLI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/IGameObject.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/IPlayerObject.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/player/AI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/player/IAI.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/player/IPlayer.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/player/Player.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/AITest.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/BoardTest.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/PlayerTest.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/RandomEventTest.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/VerticalBoardTest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.classpath" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/artifacts/Four_In_A_Row.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/libraries/junit_junit_5_0_SNAPSHOT.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.project" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.settings/org.eclipse.core.resources.prefs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.settings/org.eclipse.jdt.core.prefs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.settings/org.eclipse.jdt.ui.prefs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/AUTHORS.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Connect_4_Board_and_Box.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Connect_Four.gif" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/LICENSE" afterDir="false" />
<change beforePath="$PROJECT_DIR$/META-INF/MANIFEST.MF" beforeDir="false" afterPath="$PROJECT_DIR$/META-INF/MANIFEST.MF" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/SEM-2.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/artifacts/Four_In_A_Row/Four-In-A-Row.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/artifacts/Four_In_A_Row/Four-In-A-Row.zip" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/Main$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/Main$Gamemode.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/Main.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/Plan.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/board/Board.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/board/Grid.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/board/IBoard.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/board/IGrid.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/Block.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/Bomb.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/FourInARow.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/IRandomEvent.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/IWinCondition.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/InARow.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/RandomEvent.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/events/ThreeInARow.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/FourInARowGUI$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/FourInARowGUI.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/GUI.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/IGameInterface.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/NInARowGUI$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/NInARowGUI.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/TicTacToeGUI$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/interfaces/TicTacToeGUI.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/objects/Empty.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/objects/GameObject.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/objects/Immovable.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/objects/Player.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Four-In-A-Row/objects/Token.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/test/Four-In-A-Row/FourInARowTest.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/test/Four-In-A-Row/GridTest.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/test/Four-In-A-Row/TicTacToeTest.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/Main.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Plan.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/board/Board.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/Board.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/board/Grid.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/Grid.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/board/IBoard.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/IBoard.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/board/IGrid.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/board/IGrid.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/Block.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/Bomb.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/random/Bomb.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/FourInARow.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/IRandomEvent.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/IWinCondition.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/winning/IWinCondition.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/InARow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/winning/InARow.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/RandomEvent.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/events/random/RandomEvent.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/events/ThreeInARow.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/inf101/v18/sem2/AppInfo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/interfaces/FourInARowGUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/ConnectFourClassicGUI.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/interfaces/GUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/GUI.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/interfaces/IGameInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/IGameInterface.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/interfaces/NInARowGUI.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/interfaces/TicTacToeGUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/interfaces/TicTacToeGUI.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/objects/Empty.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/Empty.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/objects/GameObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/GameObject.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/objects/Immovable.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/Immovable.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/objects/Player.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/Player.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/objects/Token.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour/objects/Token.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/FourInARowTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/FourInARowTest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/GridTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/GridTest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/TicTacToeTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/inf101/v18/connectfour/TicTacToeTest.java" afterDir="false" />
2018-04-16 13:46:07 +02:00
</list>
2018-04-16 13:40:41 +02:00
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Interface" />
<option value="Class" />
</list>
</option>
</component>
2018-04-16 13:46:07 +02:00
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
2020-02-14 14:48:29 +01:00
<component name="ProjectId" id="1XnIvFFADD6NCLhouoab1HLuzfl" />
2018-04-16 13:40:41 +02:00
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
<State>
<id>Java</id>
</State>
<State>
<id>Probable bugsJava</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>SuspiciousSystemArraycopy</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
2018-04-16 13:46:07 +02:00
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
2020-02-14 14:48:29 +01:00
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
<option name="showLibraryContents" value="true" />
2018-04-16 13:40:41 +02:00
</component>
<component name="PropertiesComponent">
<property name="Downloaded.Files.Path.Enabled" value="false" />
2020-02-14 14:48:29 +01:00
<property name="GenerateAntBuildDialog.backupFiles" value="true" />
2018-04-16 13:40:41 +02:00
<property name="GenerateAntBuildDialog.enableUiFormCompile" value="true" />
<property name="GenerateAntBuildDialog.forceTargetJdk" value="true" />
<property name="GenerateAntBuildDialog.outputFileNameProperty" value="four-in-a-row" />
2020-02-14 14:48:29 +01:00
<property name="Repository.Attach.Annotations" value="false" />
<property name="Repository.Attach.JavaDocs" value="false" />
<property name="Repository.Attach.Sources" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/java/inf101/v18/connectfour" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.15" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="run.code.analysis.last.selected.profile" value="pProject Default" />
2018-04-16 13:40:41 +02:00
<property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
</component>
2020-02-14 14:48:29 +01:00
<component name="RecentsManager">
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
<recent name="inf101.v18.connectfour" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java\inf101\v18\connectfour" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java\inf101\v18\connectfour\objects" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java\inf101\v18\connectfour\interfaces" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java\inf101\v18\connectfour\events" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java\inf101\v18\connectfour\board" />
</key>
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="inf101.v18.connectfour" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main\java" />
<recent name="C:\Users\Kristian\IdeaProjects\Connect-Four\src\main" />
</key>
</component>
<component name="RunAnythingCache">
<option name="myCommands">
<command value="mvn clean install" />
2018-04-16 13:40:41 +02:00
</option>
</component>
<component name="RunManager" selected="Application.Main">
<configuration default="true" type="Applet" factoryName="Applet">
<option name="HTML_USED" value="false" />
<option name="WIDTH" value="400" />
<option name="HEIGHT" value="300" />
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
<module />
</configuration>
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
2020-02-14 14:48:29 +01:00
<option name="MAIN_CLASS_NAME" value="inf101.v18.connectfour.Main" />
2018-04-16 13:40:41 +02:00
<module name="Four-In-A-Row" />
2020-02-14 14:48:29 +01:00
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
<configuration default="true" type="Application" factoryName="Application">
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
2020-02-14 14:48:29 +01:00
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
<configuration name="FourInARowTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Four-In-A-Row" />
2020-02-14 14:48:29 +01:00
<option name="PACKAGE_NAME" value="inf101.v18.connectfour" />
<option name="MAIN_CLASS_NAME" value="inf101.v18.connectfour.FourInARowTest" />
2018-04-16 13:40:41 +02:00
<option name="TEST_OBJECT" value="class" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
2020-02-14 14:48:29 +01:00
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
<configuration name="GridTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Four-In-A-Row" />
2020-02-14 14:48:29 +01:00
<option name="PACKAGE_NAME" value="inf101.v18.connectfour" />
<option name="MAIN_CLASS_NAME" value="inf101.v18.connectfour.GridTest" />
2018-04-16 13:40:41 +02:00
<option name="TEST_OBJECT" value="class" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
2020-02-14 14:48:29 +01:00
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
<configuration name="TicTacToeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Four-In-A-Row" />
2020-02-14 14:48:29 +01:00
<option name="PACKAGE_NAME" value="inf101.v18.connectfour" />
<option name="MAIN_CLASS_NAME" value="inf101.v18.connectfour.TicTacToeTest" />
2018-04-16 13:40:41 +02:00
<option name="TEST_OBJECT" value="class" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
2020-02-14 14:48:29 +01:00
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
<configuration default="true" type="JUnit" factoryName="JUnit">
<option name="TEST_OBJECT" value="class" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
2020-02-14 14:48:29 +01:00
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
2020-02-14 14:48:29 +01:00
<configuration name="inf101.v18.connectfour in Four-In-A-Row" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
2018-04-16 13:46:07 +02:00
<module name="Four-In-A-Row" />
2020-02-14 14:48:29 +01:00
<extension name="coverage">
<pattern>
<option name="PATTERN" value="inf101.v18.connectfour.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="inf101.v18.connectfour" />
<option name="TEST_OBJECT" value="package" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:46:07 +02:00
</configuration>
2020-02-14 14:48:29 +01:00
<configuration default="true" type="TestNG">
<option name="TEST_OBJECT" value="CLASS" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
<properties />
<listeners />
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
2020-02-14 14:48:29 +01:00
<configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
2018-04-16 13:40:41 +02:00
<module name="" />
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
<option name="PROGRAM_PARAMETERS" />
2020-02-14 14:48:29 +01:00
<predefined_log_file enabled="true" id="idea.log" />
<method v="2">
<option name="Make" enabled="true" />
</method>
2018-04-16 13:40:41 +02:00
</configuration>
2020-02-14 14:48:29 +01:00
<list>
<item itemvalue="Application.Main" />
<item itemvalue="JUnit.FourInARowTest" />
<item itemvalue="JUnit.GridTest" />
<item itemvalue="JUnit.TicTacToeTest" />
<item itemvalue="JUnit.inf101.v18.connectfour in Four-In-A-Row" />
2018-04-16 13:40:41 +02:00
</list>
<recent_temporary>
2020-02-14 14:48:29 +01:00
<list>
<item itemvalue="Application.Main" />
<item itemvalue="JUnit.inf101.v18.connectfour in Four-In-A-Row" />
<item itemvalue="JUnit.TicTacToeTest" />
<item itemvalue="JUnit.FourInARowTest" />
<item itemvalue="JUnit.GridTest" />
2018-04-16 13:40:41 +02:00
</list>
</recent_temporary>
</component>
2020-02-14 14:48:29 +01:00
<component name="SvnConfiguration">
<configuration />
2018-04-16 13:40:41 +02:00
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="69d4eee3-654f-4f1f-a941-c4798b813245" name="Default" comment="" />
<created>1523355832400</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1523355832400</updated>
</task>
<servers />
</component>
<component name="TestHistory">
<history-entry file="FourInARowTest - 2018.04.14 at 14h 05m 58s.xml">
<configuration name="FourInARowTest" configurationId="JUnit" />
</history-entry>
<history-entry file="FourInARowTest - 2018.04.14 at 14h 07m 47s.xml">
<configuration name="FourInARowTest" configurationId="JUnit" />
</history-entry>
<history-entry file="GridTest - 2018.04.14 at 14h 06m 03s.xml">
<configuration name="GridTest" configurationId="JUnit" />
</history-entry>
<history-entry file="GridTest - 2018.04.14 at 14h 06m 05s.xml">
<configuration name="GridTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 13h 45m 27s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 13h 45m 52s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 13h 51m 52s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 14h 06m 01s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 14h 07m 49s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
<history-entry file="TicTacToeTest - 2018.04.14 at 14h 08m 06s.xml">
<configuration name="TicTacToeTest" configurationId="JUnit" />
</history-entry>
</component>
2020-02-14 14:48:29 +01:00
<component name="VcsManagerConfiguration">
<MESSAGE value="Cleanup" />
<option name="LAST_COMMIT_MESSAGE" value="Cleanup" />
2018-04-16 13:40:41 +02:00
</component>
2020-02-14 14:48:29 +01:00
<component name="WindowStateProjectService">
<state x="79" y="179" key="#Project_Structure" timestamp="1581676513435">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="79" y="179" key="#Project_Structure/0.0.1920.1040@0.0.1920.1040" timestamp="1581676513435" />
<state x="210" y="209" key="#com.intellij.ide.util.frameworkSupport.AddFrameworkSupportDialog" timestamp="1581676521232">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="210" y="209" key="#com.intellij.ide.util.frameworkSupport.AddFrameworkSupportDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1581676521232" />
<state x="335" y="409" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog" timestamp="1581675775360">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="335" y="409" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1581675775360" />
<state x="137" y="446" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1581676122608">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="137" y="446" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1581676122608" />
<state x="283" y="380" width="408" height="289" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1581676810583">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="283" y="380" width="408" height="289" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1920.1040@0.0.1920.1040" timestamp="1581676810583" />
<state x="217" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1581677645897">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="217" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1581677645897" />
<state x="0" y="118" key="CommitChangelistDialog2" timestamp="1581688086026">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="0" y="118" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1581688086026" />
<state width="928" height="229" key="GridCell.Tab.0.bottom" timestamp="1581687507009">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="928" height="229" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1581687507009" />
<state width="928" height="229" key="GridCell.Tab.0.center" timestamp="1581687507008">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="928" height="229" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1581687507008" />
<state width="928" height="229" key="GridCell.Tab.0.left" timestamp="1581687507008">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="928" height="229" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1581687507008" />
<state width="928" height="229" key="GridCell.Tab.0.right" timestamp="1581687507009">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="928" height="229" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1581687507009" />
<state x="191" y="414" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD" timestamp="1581676493427">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="191" y="414" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD/0.0.1920.1040@0.0.1920.1040" timestamp="1581676493427" />
<state x="118" y="217" width="737" height="606" key="find.popup" timestamp="1581679322863">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="118" y="217" width="737" height="606" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1581679322863" />
<state x="143" y="242" width="672" height="677" key="run.anything.popup" timestamp="1581681774519">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="143" y="242" width="672" height="677" key="run.anything.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1581681774519" />
2018-04-16 13:40:41 +02:00
</component>
</project>