Skip to content

Conversation

@devos50
Copy link

@devos50 devos50 commented Jan 16, 2015

Hereby the submission of the 2nd assignment of the Software Reengineering course.

Cleaned up dead code and fixed a nullpointer bug

Refactored the Revision functions to a separate RevisionManager class

added javadoc to the revision manager and created the checkoutmanager class

rolled back the checkoutmanager. Also improved the method complexities

added tests for the RevisionManager class

Refactored eu.squooss.service.abstractmetric

There are no cyclic dependencies between the packages in
eu.squooss.service anymore. Moved AlitheiaPlugin,
AlreadyProcessingException, MetricMismatchException and Result to
eu.squooss.impl.service.metricactivator. Also written tests for the
AbstractMetric class.

Fixed an mistake

where I put the refactored files in the wrong package (should be
eu.squooss.service.metricsactivator instead of
eu.squooss.impl.service.metricsactivator).

one test fails

refactored duplicate code

refactored duplicate code

refactored duplicate code

refactored duplicate code

refactored duplicate code

Updated the RevisionManagerTest

Also removed the logs.

Breaked dependencies

Between eu.squooss.service and eu.squooss.impl.service (see report for
details).

fixed the failing test

changed setup to beforeclass

diabled two tests

removed the two tests

dramatic improvement of test coverage

removed unused imports

Improved the test suite

Fixed naming of test packages

Removed logs

removed TODOs from tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants