* #1842 Setting up project and creating example classes. Issues running site and deploy
* #1842 Added unit tests
* #1842 Improved example
* #1842 Added UML class diagram
* #1842 Added comments to Genre class
* #1842 Improved readability of lambda function
* #1842 Started working on the README and created initial UML
* #1842 Added example to README
* #1842 Replaced prints with LOGGER
* #1842 Fixed typo in README
* #1842 Testing commit account
* #1842 Adding documentation to App class
* #1842 Improved documentation
* #1842 Added documentation to AppTest
* #1842 Fixing latex formating issue
* #1842 Improving the intent description
* #1842 Removed override methods from the UML diagram for clarity
* #1842 Renamed the SCI_FI enum
* #1842 Updated the currying pom.xml
* #1842 Removed unneeded comment
* #1842 Improving documentation and README
* Added review changes.
* Fixing build issues and added javadoc comments to functional interfaces.
* Removing code smells
* Removed unnecessary toString method
* Using lombok to reduce boiler plate.
* Fixed frontmatter.
* Removing function name code smell
* Fixed README typo
* Added book_creator test to improve coverage
Co-authored-by: Hugo Kat <u7286091@anu.edu.au>
* update the explanation in README.md
* #556 update initial files
* added README to component design pattern
* Rearrange the file
* Finalize the directory
* Add test sample
* Update the title for README.md
* Update the title for README.md
* Update the title for README.md
* Update the title for README.md
* Finish the component design pattern
* Updated comments and docstrings for component DP, added basic tests for App and GameObject java classes. Slight modifications to pom.xml to reflect the test suite introduction.
* updated comments/docstrings for all classes - wrote v1 of README.md for component design pattern.
This still requires the class diagram sketch.
* Update the UML and linked with the README.md
* Update the README.md
* Remove the additional update method and rearrange the file based on the CheckStyle plugin
* Changed the structure based on the code smells feedback from PR
* Documentation update - uml
* Documentation update - grammar
* Updated readme to reflect the use of the LOGGER instead of the system output prints.
* Correct the constant name
* Uses Lombok to remove getter/setter boilerplate
* Rename the constant name
* Branch out from master and finish all the review changes
* Correct the CheckStyle warning
Co-authored-by: Samman Palihapitiya Gamage <u7287889@anu.edu.au>
Co-authored-by: SammanPali <110753804+SammanPali@users.noreply.github.com>
* #1261 Added base directories, folders, and file for the collecting parameter design pattern.
* #1261 Added initial comment
* #1261 Added Maven Dependencies
* #1261 Added Maven Dependencies
* #1261 Finished README.md file
* #1261 Added tests
* #1261 Code adheres to the standard
* #1261 Code adheres to the standard
* #1261 Code adheres to the standard
* #1261
- Added table to README.md
- Explicitly state that result is the collecting parameter
- Improved applicability
- Separated PrinterItem.java from PrinterQueue.java
- Tests work now
- Giant comment split
* #1261 fixed programmatic example in README.md.
* #1261 updated class diagram
* #1261 Fixed everything.
* #1261 Minor edit to README.md.
* #1261 Minor edit to README.md.
* #1261 Minor updates.
* #1261 Fixed code style.
* #1261 Removed getPrinterQueue test
* #1261 Removed code smells
* #1261 Added UML plugin.
* #1261 Dependencies resolved.
* #1261 Specified the UML diagram paths. Perhaps this will work.
* #1261 pom.xml updated with UML wrapper. Maybe this will create class diagram when built?
* #1261 UML added.
* #1261
- README.md obeys the YAML requirements
- Typo in README.md fixed
- UMLWrapper removed from module pom.xml
- More comments added
Should be able to merge now :)
* refactor: drop tables according to their dependencies
* refactor: renamed table because USER is an SQL keyword
* dep: upgrade com.h2database.h2 1.4.190 to 2.1.214
* refactor: move tests of leader-followers into correct package
* dep: remove version constraint for Mockito in acyclic-visitor
* dep: remove version constraint for Mockito in caching
* chore: cleanup mockito-core import on some POMs
* dep: upgrade core.mocktio 3.5.6 to 4.5.1
"- org.mockito.Mockito#verifyZeroInteractions an alias of verifyNoMoreInteractions"
https://github.com/mockito/mockito/commit/caf35b24e2764df0498469526ecb3e7ec68a0430
* fix: update the version in pom.xml
* fixes the checksyle error and adds javadoc
* fix: bugs and code-smells in sonarcloud
* replaced logger library with Slf4j
* fix tests and add a previously dropped method
* adds license
* fix: codesmells and bug
* replace Random with SecureRandom
* test: add tests for Main to improve coverage
* initial commit, created package, README, pom, and directory structure.
* Issue#1264, continue working on JavaBeans, added getters, setters, and private fields. Created test file for JavaBeans.
* set up junit for tests folder.
* Issue#1264, set up local server and added web-application framework to composite-view to allow the JSP to run on a local Tomcat container. Wrote unit tests for Java-bean class, working on JSP pages.
* Issue#1264, Added forwarding functionality to servlet and main composite view page.
* Issue#1264, Finished composite view template in newsDisplay.jsp and created atomic sub-view components in businessNews.jsp, header.jsp, localNews.jsp, scienceNews.jsp, sportsNews.jsp, worldNews.jsp. Composite view page renders correctly, atomic views are inserted in and substituted in the template page depending on request parameters.
* Issue#1264, Added all views, updated README.md with documentation.
* Issue#1264, updated README.md, moved images folder into etc folder.
* Issue#1264, removed build artifacts from tracked files.
* Issue#1264, updated README.md
* Issue#1264, updated README.md
* Issue#1264, removed unused import, made AppServlet class final, changed to .equals() for string comparison.
* Issue#1264, in AppServlet, put the output writing into try blocks to ensure writers are closed.
* Issue#1264, added tests for Servlet, coverage up to 100%, used lombok to reduce boilerplate setters and getter, updated README.md with better grammar, appropriate tags and links to related patterns. Updated pom.xml to get rid of superfluous lines.
* Issue#1264, made changes as requested in README.md.
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
* #1667: Fixing the serverless tests to use Junit5 and also modifying other classes to remove the deprecated initMock() method
* #1667: Fixing the sonar code smells
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>