Bug 462326 - Refactor SVN API support [use strict types for constant enumerations, improve error codes etc.]
Summary: Refactor SVN API support [use strict types for constant enumerations, improve...
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.5.0   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 462327 462328 462330 462331 462332 462338
Blocks:
  Show dependency tree
 
Reported: 2015-03-17 05:36 EDT by Alexander Gurov CLA
Modified: 2015-03-17 07:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gurov CLA 2015-03-17 05:36:57 EDT
Java 1.4 support is dropped long time ago. So, there is no need to follow old-school style and do not use enumerations where it could give us a definite advantage in code quality. This task is the main target of 3.0.0 release.
Comment 1 Alexander Gurov CLA 2015-03-17 07:42:54 EDT
Done.