Skip to content

Commit 9c82bb8

Browse files
committed
Added logging to all files
1 parent a3adffc commit 9c82bb8

File tree

92 files changed

+464
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+464
-473
lines changed

.idea/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/cs 474 hw1-build.iml

Lines changed: 0 additions & 198 deletions
This file was deleted.

.idea/modules/cs 474 hw1.iml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/sbt.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scala_compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.sbt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
name := "cs 474 hw1"
1+
name := "hw1"
22

33
version := "0.1"
44

55
scalaVersion := "2.13.1"
66

7+
mainClass in(Compile, run) := Some("com.DePaCoG")
8+
mainClass in(Compile, packageBin) := Some("com.DePaCoG")
9+
710
libraryDependencies += "org.junit.jupiter" % "junit-jupiter-api" % "5.6.0" % Test
811

912
// https://mvnrepository.com/artifact/com.squareup/javapoet
1013
libraryDependencies += "com.squareup" % "javapoet" % "1.12.1"
1114

1215
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
13-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.3.0-alpha5" % Test
16+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.3.0-alpha5"
1417

1518
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
16-
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.0-alpha1"
19+
//libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.0-alpha1"
1720

1821
// https://mvnrepository.com/artifact/com.typesafe/config
1922
libraryDependencies += "com.typesafe" % "config" % "1.4.0"

outputs/.idea/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

outputs/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

outputs/.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

outputs/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

outputs/.idea/outputs.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

outputs/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

outputs/com/CreationalDP/prototype/Client.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

outputs/com/CreationalDP/prototype/Prototype.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

outputs/com/CreationalDP/prototype/concretePrototype.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

outputs/com/CreationalDP/singleton/Singleton.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

project/assembly.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56305816
1+
24526377

project/target/scala-2.12/sbt-1.0/update/update_cache_2.12/output

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
[debug] downloaded https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.10/sbt-assembly-0.14.10.pom
2+
[debug] downloaded https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.10/sbt-assembly-0.14.10.pom.sha1
3+
[debug] downloaded https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.12/sbt_1.0/0.14.10/ivys/ivy.xml
4+
[debug] downloaded https://repo1.maven.org/maven2/org/pantsbuild/jarjar/1.7.2/jarjar-1.7.2.pom
5+
[debug] downloaded https://repo1.maven.org/maven2/org/scalactic/scalactic_2.12/3.0.8/scalactic_2.12-3.0.8.pom
6+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom
7+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.pom
8+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.9/ant-1.9.9.pom
9+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
10+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom
11+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
12+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.9.9/ant-parent-1.9.9.pom
13+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
14+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/apache/17/apache-17.pom
15+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.9/ant-launcher-1.9.9.pom
16+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
17+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
18+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom
19+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom
20+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom
21+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom
22+
[debug] downloaded https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
23+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom
24+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
25+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
26+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
27+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
28+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
29+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom
30+
[debug] downloaded https://repo1.maven.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
31+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom
32+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
33+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/apache/16/apache-16.pom
34+
[debug] downloaded https://repo1.maven.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
35+
[debug] downloaded https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
36+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
37+
[debug] downloaded https://repo1.maven.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
38+
[debug] downloaded https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
39+
[debug] downloaded https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
40+
[debug] downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
41+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
42+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
43+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.9/ant-1.9.9.jar
44+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
45+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
46+
[debug] downloaded https://repo1.maven.org/maven2/org/scalactic/scalactic_2.12/3.0.8/scalactic_2.12-3.0.8.jar
47+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.9/ant-launcher-1.9.9.jar
48+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
49+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar
50+
[debug] downloaded https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
51+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar
52+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar
53+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
54+
[debug] downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar
55+
[debug] downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
56+
[debug] downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar
57+
[debug] downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
58+
[debug] downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar
59+
[debug] downloaded https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.12/sbt_1.0/0.14.10/jars/sbt-assembly.jar
60+
[debug] downloaded https://repo1.maven.org/maven2/org/pantsbuild/jarjar/1.7.2/jarjar-1.7.2.jar
61+
[debug] downloaded https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-1413115869
1+
-263297096
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"{\"organization\":\"org.scala-lang\",\"name\":\"scala-library\",\"revision\":\"2.12.10\",\"configurations\":\"provided\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","startLine"],"path":"(sbt.Classpaths.jvmBaseSettings) Defaults.scala","startLine":2528},"type":"LinePosition"}}
1+
{"{\"organization\":\"org.jetbrains\",\"name\":\"sbt-structure-extractor\",\"revision\":\"2018.2.1+4-88400d3f\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{\"e:sbtVersion\":\"1.0\",\"e:scalaVersion\":\"2.12\"},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","range"],"path":"C:\\Users\\SAMUJJ~1\\AppData\\Local\\Temp\\idea1.sbt","range":{"$fields":["start","end"],"start":4,"end":10}},"type":"RangePosition"},"{\"organization\":\"com.eed3si9n\",\"name\":\"sbt-assembly\",\"revision\":\"0.14.10\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{\"e:sbtVersion\":\"1.0\",\"e:scalaVersion\":\"2.12\"},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","range"],"path":"C:\\Users\\Samujjwaal Dey\\Desktop\\CS 474 OOLE\\homework1\\project\\assembly.sbt","range":{"$fields":["start","end"],"start":1,"end":2}},"type":"RangePosition"},"{\"organization\":\"org.jetbrains\",\"name\":\"sbt-idea-compiler-indices\",\"revision\":\"0.1.3\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{\"e:sbtVersion\":\"1.0\",\"e:scalaVersion\":\"2.12\"},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","range"],"path":"C:\\Users\\SAMUJJ~1\\AppData\\Local\\Temp\\idea1.sbt","range":{"$fields":["start","end"],"start":4,"end":10}},"type":"RangePosition"},"{\"organization\":\"org.scala-lang\",\"name\":\"scala-library\",\"revision\":\"2.12.10\",\"configurations\":\"provided\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","startLine"],"path":"(sbt.Classpaths.jvmBaseSettings) Defaults.scala","startLine":2528},"type":"LinePosition"},"{\"organization\":\"org.jetbrains\",\"name\":\"sbt-idea-shell\",\"revision\":\"2018.3\",\"isChanging\":false,\"isTransitive\":true,\"isForce\":false,\"explicitArtifacts\":[],\"inclusions\":[],\"exclusions\":[],\"extraAttributes\":{\"e:sbtVersion\":\"1.0\",\"e:scalaVersion\":\"2.12\"},\"crossVersion\":{\"type\":\"Disabled\"}}":{"value":{"$fields":["path","range"],"path":"C:\\Users\\SAMUJJ~1\\AppData\\Local\\Temp\\idea1.sbt","range":{"$fields":["start","end"],"start":4,"end":10}},"type":"RangePosition"}}

0 commit comments

Comments
 (0)