Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AY1920S1-CS2113T-T12-1] Optix #90

Open
wants to merge 243 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
243 commits
Select commit Hold shift + click to select a range
6b1b712
Team repo set-up
CheeSengg Sep 9, 2019
c5c1332
Updated base code
CheeSengg Sep 13, 2019
4a87373
Updated: DateFormatter class to accept one single date time format
CheeSengg Sep 13, 2019
d3409f2
Merge branch 'gradle'
CheeSengg Sep 13, 2019
ba897e1
Added: Gradle and CheckStyle
CheeSengg Sep 13, 2019
5159055
Merge pull request #3 from CheeSengg/master
CheeSengg Sep 13, 2019
7b712d7
A-Jar
CheeSengg Sep 16, 2019
3cadee9
add reminders function. List all deadlines.edited dukeresponse file a…
OungKennedy Sep 17, 2019
c5ff885
first changes for snooze command.
OungKennedy Sep 17, 2019
b9edd8c
Merge tag 'B-Snooze'
OungKennedy Sep 18, 2019
ce0dbce
Added: DateMap and TimeMap for Schedule viewing and detect anomalies
CheeSengg Sep 17, 2019
a9fd6ae
Fixed: edge cases for DateMap, Added: JUnit for DateMap
CheeSengg Sep 17, 2019
d49c21c
B-DetectAnomalies
CheeSengg Sep 17, 2019
c89d606
first draft for findfreetimes.
OungKennedy Sep 18, 2019
743cdc8
resolving conflicts.event class changed(added functions).
OungKennedy Sep 18, 2019
8b8cbed
first stages of adding findfreetimes.
OungKennedy Sep 18, 2019
4db53af
B-ViewSchedule
CheeSengg Sep 18, 2019
41d5938
B-DoAfterTasks, to debug date reading
NicholasLiu97 Sep 18, 2019
6db9894
Merge pull request #7 from NicholasLiu97/master
NicholasLiu97 Sep 18, 2019
1e54062
Comply with coding standards
CheeSengg Sep 19, 2019
a0484d8
merge without pulling. changes not meaningful.
OungKennedy Sep 20, 2019
371e1f9
non meaningful commit.
OungKennedy Sep 20, 2019
4f50225
merged from master.
OungKennedy Sep 20, 2019
b699c7c
merged from master.
OungKennedy Sep 20, 2019
0c25caf
non meaningful commit.
OungKennedy Sep 20, 2019
e95793b
removed getDate, as it is similar to getDateTime. getDateTime remains.
OungKennedy Sep 20, 2019
e57b9a5
merged parsesnooze branch.(7380ce8)
OungKennedy Sep 17, 2019
ff72997
snooze, findfreetime, reminders working.
OungKennedy Sep 17, 2019
8af8d3c
Merge pull request #9 from OungKennedy/dummybranch
CheeSengg Sep 24, 2019
a76ae40
Morph into Opera
CheeSengg Sep 24, 2019
8341aa9
Merge pull request #10 from CheeSengg/opera-morph
OungKennedy Sep 24, 2019
ba59ce6
Added: Storage Class and ListCommand Class
CheeSengg Sep 24, 2019
376c913
Added: PostponeCommand, to postpone event date
CheeSengg Sep 24, 2019
33af943
Added delete commands (#12)
OungKennedy Sep 26, 2019
c20777c
Merge branch 'opera-morph' into master
OungKennedy Sep 26, 2019
1e15216
Added delete commands (#12) (#13)
OungKennedy Sep 26, 2019
fc52369
Create Images file
NicholasLiu97 Sep 26, 2019
215a953
Opera morph (#14)
CheeSengg Sep 26, 2019
1b1ae6f
Refactored Code into ShowMap<LocalDate, Theatre>
CheeSengg Sep 27, 2019
636e4e9
Refactored Code into ShowMap<LocalDate, Theatre>
CheeSengg Sep 27, 2019
9190fa8
Added ViewSeatsCommand
CheeSengg Sep 27, 2019
2292d1e
Added SellSeatsCommand
CheeSengg Sep 27, 2019
4eac2d8
Add files via upload
OungKennedy Sep 28, 2019
6215477
Create AboutUs.adoc
OungKennedy Sep 28, 2019
e9e32ce
Update AboutUs.adoc
OungKennedy Sep 28, 2019
2708fe6
Update AboutUs.adoc
OungKennedy Sep 28, 2019
2867b6c
Merge branch 'opera-morph' into opera-morph
OungKennedy Sep 28, 2019
8dafd3c
Merge pull request #16 from CheeSengg/opera-morph
CheeSengg Sep 28, 2019
0817f38
Updated AboutUs
CheeSengg Sep 28, 2019
25f04c3
Update README.md
OungKennedy Sep 30, 2019
500b651
Update README.md
OungKennedy Sep 30, 2019
29bd526
fixed bugs.
OungKennedy Sep 30, 2019
c3c6afd
refactored delete-one to delete as per discussion.
OungKennedy Sep 30, 2019
a1b2bb6
added javafx functionality.
OungKennedy Sep 30, 2019
792b1f3
Opera morph (#19)
CheeSengg Oct 1, 2019
364085a
Opera morph (#21)
OungKennedy Oct 1, 2019
f92021d
Add files via upload
NicholasLiu97 Oct 1, 2019
ab53d1e
Update AboutUs.adoc
NicholasLiu97 Oct 1, 2019
0176d79
Update AboutUs.adoc
NicholasLiu97 Oct 1, 2019
3243a1c
Added: HelpCommand Class
CheeSengg Oct 2, 2019
5d6c217
Refactored UI reponse
CheeSengg Oct 2, 2019
27d840e
Added OptixDateFormatter, refactored all dateFormatting methods in Co…
CheeSengg Oct 2, 2019
fde14dc
Create UserGuide.adoc
NicholasLiu97 Oct 2, 2019
678e264
Create DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
49d6132
rename README.md to README.adoc
NicholasLiu97 Oct 2, 2019
13c1979
Add GUI screenshot via upload
NicholasLiu97 Oct 2, 2019
df9b63f
Update README.adoc
NicholasLiu97 Oct 2, 2019
8245bba
Update README.adoc
NicholasLiu97 Oct 2, 2019
1c411cc
Update README.adoc for v1.1
NicholasLiu97 Oct 2, 2019
c92843f
Delete README.md from docs folder
NicholasLiu97 Oct 2, 2019
beaeb05
Update README.adoc for v1.1
NicholasLiu97 Oct 2, 2019
353dd09
Added user stories in DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
a1e01ea
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
4009b29
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
96e65cd
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
cb48d31
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
9145281
Added use cases in DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
f171165
Added use cases in DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
59b0448
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
175127d
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
3408f40
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
c85f72f
Test format of DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
2e6e8c6
Test format for DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
c6729a7
Added use cases in DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
71b9746
Added functional requirements to DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
93d1b06
Update DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
e613a09
Added glossary to DeveloperGuide.adoc
NicholasLiu97 Oct 2, 2019
b3e2646
Added introduction to UserGuide.adoc
NicholasLiu97 Oct 2, 2019
b5daba8
Update UserGuide.adoc
NicholasLiu97 Oct 2, 2019
f0ba3de
Update UserGuide.adoc
NicholasLiu97 Oct 2, 2019
94c49c1
Update UserGuide.adoc
NicholasLiu97 Oct 2, 2019
a1c3fe6
Added GUI image
NicholasLiu97 Oct 2, 2019
6eeb29e
Update picture of GUI
NicholasLiu97 Oct 2, 2019
a0a3035
Added GUI picture
NicholasLiu97 Oct 2, 2019
744027c
Updated: HelpCommand, BugFix: AddCommand, PostponeCommand, DeleteOneC…
CheeSengg Oct 2, 2019
e60c93b
Merge branch 'opera-morph'
NicholasLiu97 Oct 2, 2019
801cbb3
deleted unnecessary files
NicholasLiu97 Oct 3, 2019
8656900
Merge pull request #61 from NicholasLiu97/master
CheeSengg Oct 4, 2019
1f05d87
Remove performances in the past
CheeSengg Oct 4, 2019
c5b16e7
Refactored Commands into packages
CheeSengg Oct 4, 2019
b4f4608
Updated JavaDoc
CheeSengg Oct 4, 2019
0a96a02
Bug Fix for Invalid date input.
CheeSengg Oct 5, 2019
045dfa2
Added j-unit tests (#66)
OungKennedy Oct 6, 2019
c0f0449
Added: EditCommand to update show name
CheeSengg Oct 7, 2019
d38beb5
Junit Test for EditCommand
CheeSengg Oct 7, 2019
958a8f2
Added Archive for past performances. (#68)
CheeSengg Oct 8, 2019
7e96761
Added travis (#69)
OungKennedy Oct 8, 2019
c7170c8
Aliasing (#71)
OungKennedy Oct 9, 2019
33a63d3
updated photo, storage and .gitignore
CheeSengg Oct 11, 2019
e311446
Added ListDateCommand
CheeSengg Oct 12, 2019
505020f
Added: ListDateCommandTest
CheeSengg Oct 12, 2019
3c41c31
Refactored Commands
CheeSengg Oct 12, 2019
7ea4883
Handled Checkstyle and Build report
CheeSengg Oct 12, 2019
d81c96c
Command Parser (#76)
OungKennedy Oct 14, 2019
9275734
Added ViewProfitCommand (#77)
NicholasLiu97 Oct 16, 2019
e7885fb
Refactor model (#78)
CheeSengg Oct 16, 2019
d81625a
Added support to view monthly profit (#79)
NicholasLiu97 Oct 16, 2019
fff4e8e
Add files via upload
NicholasLiu97 Oct 16, 2019
18410f9
Refactored AddCommand
CheeSengg Oct 17, 2019
2e43bcb
Refactored EditCommand
CheeSengg Oct 17, 2019
956fc0d
Refactored ListCommand
CheeSengg Oct 17, 2019
dc52451
Refactored PostponeCommand
CheeSengg Oct 17, 2019
2a0a49e
Refactored ListShowCommand
CheeSengg Oct 17, 2019
3fc22ec
Refactored ListDateCommand and minor bug fix
CheeSengg Oct 17, 2019
be44d6f
Refactored DeleteOneCommand
CheeSengg Oct 17, 2019
d0b9bc7
Refactored DeleteAllCommand
CheeSengg Oct 17, 2019
9a529ec
Refactored SellSeatCommand
CheeSengg Oct 17, 2019
06b85d3
Refactored ViewSeatsCommand
CheeSengg Oct 17, 2019
e1fdb61
Removed ShowHistoryMap
CheeSengg Oct 18, 2019
c5da4d6
Updated HelpCommand
CheeSengg Oct 18, 2019
3ca4777
Bug Fix for Storage
CheeSengg Oct 18, 2019
78a2c13
Enhanced DeleteCommand to allow bulk deletion
CheeSengg Oct 19, 2019
970823b
Enhanced AddCommand for bulk addition
CheeSengg Oct 19, 2019
e1f65c7
Updated HelpCommand
CheeSengg Oct 19, 2019
36652bd
Added MainWindow and Dialog Box logic
CheeSengg Oct 21, 2019
12ecbd4
ChatBox displays CLI message
CheeSengg Oct 21, 2019
ce96f0d
Display closes on command
CheeSengg Oct 21, 2019
a7bccf3
Listing of Shows
CheeSengg Oct 21, 2019
14f0b4b
CheckStyle
CheeSengg Oct 21, 2019
e034ccd
GUI SeatDisplay
CheeSengg Oct 21, 2019
dee89df
Shows Button and Archive Button
CheeSengg Oct 22, 2019
4d87990
Alias handling bug fixes. (#91)
OungKennedy Oct 23, 2019
ee10b64
Added reassign command (#92)
NicholasLiu97 Oct 23, 2019
18b3832
merged CheeSengg's code.
OungKennedy Oct 23, 2019
1160884
Merge branch 'CheeSengg-javafx'
OungKennedy Oct 23, 2019
f986279
Bug Fix for merge
CheeSengg Oct 24, 2019
212a73c
refactored the commands for better exception handling.
OungKennedy Oct 24, 2019
8c2dfa5
CheckStyle and Coding Standards
CheeSengg Oct 26, 2019
609df35
Updated AddCommandTest
CheeSengg Oct 27, 2019
9f271f3
CheckStyleTest
CheeSengg Oct 27, 2019
31faf8b
SeatTest and ShowTest
CheeSengg Oct 27, 2019
644e14e
Added TheatreTest
CheeSengg Oct 27, 2019
0f17546
Added ShowMapTest
CheeSengg Oct 27, 2019
ca9c01a
added junit tests for add, delete edit commands.
OungKennedy Oct 27, 2019
d1e09fb
Updated User Guide
CheeSengg Oct 27, 2019
7332fa3
inserted diagram
CheeSengg Oct 27, 2019
97530d8
Fixed Bugs on UserGuide
CheeSengg Oct 27, 2019
6465a3b
Updated UI.png
CheeSengg Oct 27, 2019
fd077a9
added junit test for list list-date command.
OungKennedy Oct 27, 2019
f6e8091
Junit (#102)
CheeSengg Oct 29, 2019
d1b7741
Added junit tests, edited ug (#104)
OungKennedy Oct 30, 2019
13a3198
Updated view-monthly command (#105)
NicholasLiu97 Oct 30, 2019
f05da0e
Updated UserGuide.adoc (#108)
NicholasLiu97 Oct 30, 2019
10f6c1b
Edited UG (#109)
OungKennedy Oct 31, 2019
d3f6368
Updated UG (#110)
NicholasLiu97 Oct 31, 2019
794f4e6
Add sequence diagram for view monthly
NicholasLiu97 Oct 31, 2019
3097ab7
Add activity diagram for view monthly
NicholasLiu97 Oct 31, 2019
98f90fc
User guide (#111)
CheeSengg Oct 31, 2019
8bb1e9e
update DeveloperGuide.adoc (#112)
NicholasLiu97 Oct 31, 2019
b3f8f37
Edited UserGuide.adoc (#113)
NicholasLiu97 Oct 31, 2019
8e035f9
Add files via upload
NicholasLiu97 Oct 31, 2019
4f06727
Add images to UserGuide.adoc
NicholasLiu97 Oct 31, 2019
362d6e2
Delete image
NicholasLiu97 Oct 31, 2019
d846209
Delete UG_ViewMonthly_GUI.PNG
NicholasLiu97 Oct 31, 2019
0ccf693
Add files via upload
NicholasLiu97 Oct 31, 2019
a41226e
Edited implementations in DeveloperGuide.adoc
NicholasLiu97 Oct 31, 2019
1e9c54b
update dg
NicholasLiu97 Oct 31, 2019
24aea96
Formatted dev guide use-case section (#114)
OungKennedy Oct 31, 2019
d18782e
Updated OptixDateFormatter to handle yr error (#115)
CheeSengg Oct 31, 2019
7f259da
updated DevGuide, Section 3.2 Sell Seat Implementation (#116)
CheeSengg Oct 31, 2019
f38a336
Updated implementations in DevGuide (#117)
NicholasLiu97 Oct 31, 2019
97d3af9
Add files via upload
NicholasLiu97 Oct 31, 2019
b19999a
Update size of images
NicholasLiu97 Oct 31, 2019
e6949c9
Delete UG-remove_alias-success.png
NicholasLiu97 Oct 31, 2019
d13cde6
Delete UG_add-alias_failure.png
NicholasLiu97 Oct 31, 2019
2e166c9
Delete UG_add-alias_illegal.png
NicholasLiu97 Oct 31, 2019
20d3617
Delete UG_add-alias_success.png
NicholasLiu97 Oct 31, 2019
21f27cb
Delete UG_list-alias_success.png
NicholasLiu97 Oct 31, 2019
2718faa
Delete UG_reset-alias_success.png
NicholasLiu97 Oct 31, 2019
ac9bf24
Changes to DG (#118)
OungKennedy Nov 3, 2019
dd5b1e7
Changed Postpone to Reschdule, Bug Fix
CheeSengg Nov 3, 2019
3f814ad
Fixed command alias bug (#136)
OungKennedy Nov 6, 2019
c077275
bug fixes (#138)
NicholasLiu97 Nov 8, 2019
0ea650b
Bug fix (#139)
CheeSengg Nov 9, 2019
2395c91
Updated devGuide
CheeSengg Nov 10, 2019
ef06ed2
Added logging (#141)
OungKennedy Nov 10, 2019
639cfa8
Manual Testing Section in DG (#145)
CheeSengg Nov 10, 2019
4763ccc
Updated DG (#146)
NicholasLiu97 Nov 11, 2019
83a2eca
Add files via upload
NicholasLiu97 Nov 11, 2019
6f7dec2
Update AboutUs.adoc
NicholasLiu97 Nov 11, 2019
505bac7
Delete UI.png
NicholasLiu97 Nov 11, 2019
93636c3
Update AboutUs.adoc
NicholasLiu97 Nov 11, 2019
728c555
Update README.adoc
NicholasLiu97 Nov 11, 2019
b945261
Update AboutUs.adoc
NicholasLiu97 Nov 11, 2019
d3cc497
Update AboutUs.adoc
NicholasLiu97 Nov 11, 2019
83d5cb9
Delete Ui.png
NicholasLiu97 Nov 11, 2019
1a3e2cd
Upload Ui.png
NicholasLiu97 Nov 11, 2019
8e34587
Update README.adoc
NicholasLiu97 Nov 11, 2019
8ae42d6
Update UserGuide.adoc
NicholasLiu97 Nov 11, 2019
6c5cffa
Edited DG (#147)
OungKennedy Nov 11, 2019
6f7128d
Minor changes to logging and checkstyle (#148)
NicholasLiu97 Nov 11, 2019
4e396a2
Update UserGuide.adoc
NicholasLiu97 Nov 11, 2019
f024031
Update ReassignSeatCommandTest.java
NicholasLiu97 Nov 11, 2019
70d3dc2
Add files via upload
NicholasLiu97 Nov 11, 2019
1a0787b
Update DeveloperGuide.adoc
NicholasLiu97 Nov 11, 2019
8a50003
Delete DG_Model_Structure_Diagram.png
NicholasLiu97 Nov 11, 2019
ad2f9e0
Add files via upload
NicholasLiu97 Nov 11, 2019
b7ba07f
Update README.adoc
NicholasLiu97 Nov 11, 2019
8436870
Update DG
NicholasLiu97 Nov 11, 2019
c8449a0
Delete DG_Model_Structure_Diagram.png
NicholasLiu97 Nov 11, 2019
ea94bfc
Add files via upload
NicholasLiu97 Nov 11, 2019
ab1b474
Delete DG_Model_Structure_Diagram.png
NicholasLiu97 Nov 11, 2019
f2109ee
Add files via upload
NicholasLiu97 Nov 11, 2019
a633db6
Delete DG_ViewMonthly_SequenceDiagram.png
NicholasLiu97 Nov 11, 2019
4a19fac
Add files via upload
NicholasLiu97 Nov 11, 2019
37148cf
Delete DG_ViewMonthly_SequenceDiagram.png
NicholasLiu97 Nov 11, 2019
e028e52
Add files via upload
NicholasLiu97 Nov 11, 2019
e3fcdaa
Delete DG_ViewMonthly_ActivityDiagram.png
NicholasLiu97 Nov 11, 2019
fef46c8
Add files via upload
NicholasLiu97 Nov 11, 2019
be80f82
Delete DG_ViewMonthly_ActivityDiagram.png
NicholasLiu97 Nov 11, 2019
21227ea
Add files via upload
NicholasLiu97 Nov 11, 2019
3b16c4b
Delete DG_ViewMonthly_ActivityDiagram.png
NicholasLiu97 Nov 11, 2019
f5b1b52
Add files via upload
NicholasLiu97 Nov 11, 2019
d22d3f6
Update DeveloperGuide.adoc
NicholasLiu97 Nov 11, 2019
d5f5c7a
Changed picture in dg, refactored logging in commands (#150)
OungKennedy Nov 11, 2019
29bdcd8
Added Figure numbers for images, added Links for API (#151)
CheeSengg Nov 11, 2019
0c8a259
Add remove-seat and refund-seat command for full and half refund resp…
TianchangLiao Nov 11, 2019
0e8202b
Added ppp
OungKennedy Nov 11, 2019
fdd62b5
Add PPP
NicholasLiu97 Nov 11, 2019
4b8b207
updated UG and bug fix
CheeSengg Nov 11, 2019
e23af4d
Fixes to logger for remove-seat and refund-seat command and improved …
TianchangLiao Nov 11, 2019
1d17b3b
Update cheesengg.adoc
NicholasLiu97 Nov 11, 2019
6f941ae
Updated test package name
CheeSengg Nov 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ src/main/resources/docs/
.DS_Store
*.iml
bin/

# ignore save file
/src/main/data/archive.txt
/src/main/data/optix.txt

# ignore log files
/OptixLogger.*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java
20 changes: 20 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= OPTIX - An easy way to manage theatre bookings
ifdef::env-github,env-browser[:relfileprefix: docs/]


ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
endif::[]

ifndef::env-github[]
image::images/Ui.png[width="600"]
endif::[]

* This is a desktop application made for users who want to manage the seating of a theatre or other venues while keeping track of the finances earned. A GUI is made but the main user input is done using the Command Line Interface (CLI).

== Site Map

* <<UserGuide#, User Guide>>
* <<DeveloperGuide#, Developer Guide>>
* <<AboutUs#, About Us>>

39 changes: 0 additions & 39 deletions README.md

This file was deleted.

66 changes: 66 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'org.openjfx.javafxplugin' version '0.0.7'
}

repositories {
mavenCentral()
}

dependencies {
compile 'com.jfoenix:jfoenix:9.0.8'
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0'
}

test {
useJUnitPlatform()
}

javafx {
version = "11.0.2"
modules = [ 'javafx.controls', 'javafx.fxml' ]
}

shadowJar {
archiveBaseName = "Optix"
archiveVersion = "1.3"
archiveClassifier = null
archiveAppendix = null
}

checkstyle {
toolVersion = '8.23'
}

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

group 'duke'
version '0.1.0'


application {
// Change this to your main class.
mainClassName = "Main"
}

run {
standardInput = System.in
}

sourceSets {
main {
java {
srcDirs = ["src/main/java"]
}
resources {
srcDirs = ["src/main/resource"]
}
}
}


12 changes: 12 additions & 0 deletions config/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>

<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
"https://checkstyle.org/dtds/suppressions_1_0.dtd">

<suppressions>
<suppress checks="MemberName"
files="Theatre.java"/>
<suppress checks="MemberName"
files="OptixResponse"/>
</suppressions>
Loading