Ignore:
Timestamp:
2016-10-08T21:50:48+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - fix various issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/ChangesetCacheTest.java

    r11104 r11105  
    5555
    5656    @Test
    57     public void updateGetRemoveCycle() {
     57    public void testUpdateGetRemoveCycle() {
    5858        ChangesetCache cache = ChangesetCache.getInstance();
    5959        cache.clear();
     
    6868
    6969    @Test
    70     public void updateTwice() {
     70    public void testUpdateTwice() {
    7171        ChangesetCache cache = ChangesetCache.getInstance();
    7272        cache.clear();
     
    9494
    9595    @Test
    96     public void contains() throws ReflectiveOperationException {
     96    public void testContains() throws ReflectiveOperationException {
    9797        ChangesetCache cache = ChangesetCache.getInstance();
    9898        getListeners(cache).clear();
     
    112112
    113113    @Test
    114     public void fireingEventsAddAChangeset() throws ReflectiveOperationException {
     114    public void testFireingEventsAddAChangeset() throws ReflectiveOperationException {
    115115        ChangesetCache cache = ChangesetCache.getInstance();
    116116        cache.clear();
     
    134134
    135135    @Test
    136     public void fireingEventsUpdateChangeset() throws ReflectiveOperationException {
     136    public void testFireingEventsUpdateChangeset() throws ReflectiveOperationException {
    137137        ChangesetCache cache = ChangesetCache.getInstance();
    138138        cache.clear();
     
    158158
    159159    @Test
    160     public void fireingEventsRemoveChangeset() throws ReflectiveOperationException {
     160    public void testFireingEventsRemoveChangeset() throws ReflectiveOperationException {
    161161        ChangesetCache cache = ChangesetCache.getInstance();
    162162        cache.clear();
Note: See TracChangeset for help on using the changeset viewer.