You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Xiangdong Huang (Jira)" <ji...@apache.org> on 2020/02/15 09:57:00 UTC

[jira] [Closed] (IOTDB-488) Static members shouldn't be accessed through class instances

     [ https://issues.apache.org/jira/browse/IOTDB-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiangdong Huang closed IOTDB-488.
---------------------------------
    Fix Version/s: 0.10.0-SNAPSHOT
       Resolution: Fixed

done.

> Static members shouldn't be accessed through class instances
> ------------------------------------------------------------
>
>                 Key: IOTDB-488
>                 URL: https://issues.apache.org/jira/browse/IOTDB-488
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: Core/Engine
>            Reporter: Xin Wang
>            Assignee: Xin Wang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.10.0-SNAPSHOT
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Static members shouldn't be accessed through class instances in
> _org.apache.iotdb.db.qp.strategy.PhysicalGenerator_
>  
> Before:
> _Path concatPath = filterPath.addPrefixPath(filterPath, prefix);_
> After:
> _Path concatPath = Path.addPrefixPath(filterPath, prefix);_
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)