[root]/test/net/java/sip/communicator/slick/configuration

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 1218 (100.0%) | 42.0 |
| emcho | 17 (58.6%) | 1149 (94.3%) | 67.5 |
| lubomir_m | 8 (27.6%) | 37 (3.0%) | 4.6 |
| wernerd | 3 (10.3%) | 26 (2.1%) | 8.6 |
| damencho | 1 (3.4%) | 6 (0.5%) | 6.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in the XML backend of the ConfigurationService implementation in order to allow storing properties with names not limited to valid XML element names. The functionality is implemented in order to allow EntityCapsManager to store Jabber DiscoverInfo (when running the tests) but it turns out that the reconnect plugin also has started trying to store properties with names which are not valid XML element names (which is probably not in the tests, I don't know).
6 lines of code changed in:
Cleanup some left-overs of PropertyChange event handling.
Modified some files to use SC ConfigPropertyVetoException (see also the
comment/modifications at revision 6978). The ConfigPropertyVetoException
extends RuntimeException, not Exception as the standard PropertyVetoException.
7 lines of code changed in:
Just fix a typo in ConfigPropertyVetoException
9 lines of code changed in:
Cleanup PropertyChangeEvent stuff
Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.
10 lines of code changed in:
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
1 lines of code changed in:
Take two at fixing the failing Jabber account uninstallation test this time pretty much forcing the XML store on the ConfigurationService implementation because the configuration tests write the configuration file in XML format on their own, without the ConfigurationService implementation.
10 lines of code changed in:
Fixes the unit tests of the ConfigurationService broken by the previous commit.
18 lines of code changed in:
Fixes warnings.
1 lines of code changed in:
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
1 lines of code changed in:
Change configuration tests to see if configuration home directory name has changed through system property
6 lines of code changed in:
Code format
11 lines of code changed in:
Moved from src to test.
46 lines of code changed in:
Fixed javadoc conflicts
4 lines of code changed in:
An insignificant modification meant to trigger a CC build.
0 lines of code changed in:
Refactoring to allow the implementation frequent writes of the configuration file
19 lines of code changed in:
Added a finalizer test which would purge the configuration file at the end of testing so that it doesn't mess with next runs
1 lines of code changed in:
Added tests for the methods allowing retrieval of configuration directories.
70 lines of code changed in:
Initial sip-communicator-1.0 commit
994 lines of code changed in: