Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs2-20wi
lab09
Commits
edfae0b4
Commit
edfae0b4
authored
5 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Fix JUnit warnings
parent
2782f834
master
No related merge requests found
Pipeline
#29499
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/libraries/junit_junit_4_11.xml
+0
-11
.idea/libraries/junit_junit_4_11.xml
lab09-bfs.iml
+0
-1
lab09-bfs.iml
with
0 additions
and
12 deletions
+0
-12
.idea/libraries/junit_junit_4_11.xml
deleted
100644 → 0
View file @
2782f834
<component
name=
"libraryTable"
>
<library
name=
"junit:junit:4.11"
type=
"repository"
>
<properties
maven-id=
"junit:junit:4.11"
/>
<CLASSES>
<root
url=
"jar://$MAVEN_REPOSITORY$/junit/junit/4.11/junit-4.11.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</component>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lab09-bfs.iml
View file @
edfae0b4
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
</content>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"junit:junit:4.11"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.junit.jupiter:junit-jupiter:5.4.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.junit.jupiter:junit-jupiter:5.4.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"com.github.javaparser:javaparser-core:3.5.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"com.github.javaparser:javaparser-core:3.5.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"com.btmatthews.hamcrest:hamcrest-matchers:1.0.1"
level=
"application"
/>
<orderEntry
type=
"library"
name=
"com.btmatthews.hamcrest:hamcrest-matchers:1.0.1"
level=
"application"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help