Ignore:
Timestamp:
2018-09-15T13:50:24+02:00 (6 years ago)
Author:
donvip
Message:

fix UnnecessaryParentheses warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Rules.java

    r33995 r34652  
    546546                                        Renderer.symbol(Beacons.Stake, getScheme(feature.type));
    547547                                }
    548                         } else if ((shape == BcnSHP.BCN_PRCH) && (feature.type == Obj.BCNLAT) && !(feature.objs.containsKey(Obj.TOPMAR))) {
     548                        } else if (shape == BcnSHP.BCN_PRCH && feature.type == Obj.BCNLAT && !feature.objs.containsKey(Obj.TOPMAR)) {
    549549                                switch ((CatLAM) getAttEnum(feature.type, Att.CATLAM)) {
    550550                                case LAM_PORT:
     
    565565                                        }
    566566                                        if (topmap.containsKey(Att.TOPSHP)) {
    567                                                 Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.TOPMAR), Topmarks.BeaconDelta);
     567                                                Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.TOPMAR), Topmarks.BeaconDelta);
    568568                                        }
    569569                                } else if (feature.objs.containsKey(Obj.DAYMAR)) {
    570570                                        AttMap topmap = feature.objs.get(Obj.DAYMAR).get(0);
    571571                                        if (topmap.containsKey(Att.TOPSHP)) {
    572                                                 Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.DAYMAR), Topmarks.BeaconDelta);
     572                                                Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.DAYMAR), Topmarks.BeaconDelta);
    573573                                        }
    574574                                }
     
    591591                                AttMap topmap = feature.objs.get(Obj.TOPMAR).get(0);
    592592                                if (topmap.containsKey(Att.TOPSHP)) {
    593                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.TOPMAR), Topmarks.BuoyDeltas.get(shape));
     593                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.TOPMAR), Topmarks.BuoyDeltas.get(shape));
    594594                                }
    595595                        } else if (feature.objs.containsKey(Obj.DAYMAR)) {
    596596                                AttMap topmap = feature.objs.get(Obj.DAYMAR).get(0);
    597597                                if (topmap.containsKey(Att.TOPSHP)) {
    598                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.DAYMAR), Topmarks.BuoyDeltas.get(shape));
     598                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.DAYMAR), Topmarks.BuoyDeltas.get(shape));
    599599                                }
    600600                        }
     
    649649                        } else if (feature.type == Obj.CBLOHD) {
    650650                                AttMap atts = feature.objs.get(Obj.CBLOHD).get(0);
    651                                 if ((atts != null) && (atts.containsKey(Att.CATCBL)) && (atts.get(Att.CATCBL).val == CatCBL.CBL_POWR)) {
     651                                if (atts != null && atts.containsKey(Att.CATCBL) && atts.get(Att.CATCBL).val == CatCBL.CBL_POWR) {
    652652                                        Renderer.lineSymbols(Areas.CableDash, 0, Areas.CableDot, Areas.CableFlash, 2, Color.black);
    653653                                } else {
     
    724724                        if (Renderer.zoom >= 15) {
    725725                                AttMap atts = getAtts(Obj.DISMAR, 0);
    726                                 if ((atts != null) && (atts.containsKey(Att.WTWDIS))) {
     726                                if (atts != null && atts.containsKey(Att.WTWDIS)) {
    727727                                        Double dist = (Double) atts.get(Att.WTWDIS).val;
    728728                                        String str = "";
     
    777777                                AttMap topmap = feature.objs.get(Obj.TOPMAR).get(0);
    778778                                if (topmap.containsKey(Att.TOPSHP)) {
    779                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.TOPMAR), Topmarks.FloatDelta);
     779                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.TOPMAR), Topmarks.FloatDelta);
    780780                                }
    781781                        } else if (feature.objs.containsKey(Obj.DAYMAR)) {
    782782                                AttMap topmap = feature.objs.get(Obj.DAYMAR).get(0);
    783783                                if (topmap.containsKey(Att.TOPSHP)) {
    784                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.DAYMAR), Topmarks.FloatDelta);
     784                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.DAYMAR), Topmarks.FloatDelta);
    785785                                }
    786786                        }
     
    830830                                addName(15, new Font("Arial", Font.BOLD, 60), Symbols.Mline, new Delta(Handle.LC, AffineTransform.getTranslateInstance(70, 0)));
    831831                                ArrayList<StsSTS> sts = (ArrayList<StsSTS>) getAttList(Obj.ACHARE, Att.STATUS);
    832                                 if ((Renderer.zoom >= 15) && (sts.contains(StsSTS.STS_RESV))) {
     832                                if (Renderer.zoom >= 15 && sts.contains(StsSTS.STS_RESV)) {
    833833                                        Renderer.labelText("Reserved", new Font("Arial", Font.PLAIN, 50), Symbols.Mline, new Delta(Handle.TC, AffineTransform.getTranslateInstance(0, 60)));
    834834                                }
     
    923923                switch (feature.type) {
    924924                case ROADWY:
    925                         ArrayList<CatROD> cat = (ArrayList<CatROD>) (getAttList(Obj.ROADWY, Att.CATROD));
     925                        ArrayList<CatROD> cat = (ArrayList<CatROD>) getAttList(Obj.ROADWY, Att.CATROD);
    926926                        if (cat.size() > 0) {
    927927                                switch (cat.get(0)) {
     
    10181018                                AttMap topmap = feature.objs.get(Obj.TOPMAR).get(0);
    10191019                                if (topmap.containsKey(Att.TOPSHP)) {
    1020                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.TOPMAR), Topmarks.LightDelta);
     1020                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.TOPMAR), Topmarks.LightDelta);
    10211021                                }
    10221022                        } else if (feature.objs.containsKey(Obj.DAYMAR)) {
    10231023                                AttMap topmap = feature.objs.get(Obj.DAYMAR).get(0);
    10241024                                if (topmap.containsKey(Att.TOPSHP)) {
    1025                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.DAYMAR), Topmarks.LightDelta);
     1025                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.DAYMAR), Topmarks.LightDelta);
    10261026                                }
    10271027                        }
     
    11081108                                for (AttMap atts : objs.values()) {
    11091109                                        if (atts.get(Att.MARSYS) != null)
    1110                                                 sys = ((ArrayList<MarSYS>) (atts.get(Att.MARSYS).val)).get(0);
     1110                                                sys = ((ArrayList<MarSYS>) atts.get(Att.MARSYS).val).get(0);
    11111111                                        if (atts.get(Att.BNKWTW) != null)
    1112                                                 bnk = ((ArrayList<BnkWTW>) (atts.get(Att.BNKWTW).val)).get(0);
     1112                                                bnk = ((ArrayList<BnkWTW>) atts.get(Att.BNKWTW).val).get(0);
    11131113                                        CatNMK cat = CatNMK.NMK_UNKN;
    11141114                                        if (atts.get(Att.CATNMK) != null)
    1115                                                 cat = ((ArrayList<CatNMK>) (atts.get(Att.CATNMK).val)).get(0);
     1115                                                cat = ((ArrayList<CatNMK>) atts.get(Att.CATNMK).val).get(0);
    11161116                                        Symbol sym = Notices.getNotice(cat, sys, bnk);
    11171117                                        Scheme sch = Notices.getScheme(sys, bnk);
    11181118                                        ArrayList<AddMRK> add = new ArrayList<>();
    11191119                                        if (atts.get(Att.ADDMRK) != null)
    1120                                                 add = (ArrayList<AddMRK>) (atts.get(Att.ADDMRK).val);
     1120                                                add = (ArrayList<AddMRK>) atts.get(Att.ADDMRK).val;
    11211121                                        Handle h = Handle.CC;
    11221122                                        double ax = 0.0;
     
    12541254                                AttMap topmap = feature.objs.get(Obj.TOPMAR).get(0);
    12551255                                if (topmap.containsKey(Att.TOPSHP)) {
    1256                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.TOPMAR), null);
     1256                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.TOPMAR), null);
    12571257                                }
    12581258                        } else if (feature.objs.containsKey(Obj.DAYMAR)) {
    12591259                                AttMap topmap = feature.objs.get(Obj.DAYMAR).get(0);
    12601260                                if (topmap.containsKey(Att.TOPSHP)) {
    1261                                         Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) (topmap.get(Att.TOPSHP).val)).get(0)), getScheme(Obj.DAYMAR), null);
     1261                                        Renderer.symbol(Topmarks.Shapes.get(((ArrayList<TopSHP>) topmap.get(Att.TOPSHP).val).get(0)), getScheme(Obj.DAYMAR), null);
    12621262                                }
    12631263                        }
Note: See TracChangeset for help on using the changeset viewer.