[
https://issues.apache.org/jira/browse/TOMEE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated TOMEE-2114:
----------------------------------
Labels: pull-request-available (was: )
> Collection added to itself
> --------------------------
>
> Key: TOMEE-2114
> URL: https://issues.apache.org/jira/browse/TOMEE-2114
> Project: TomEE
> Issue Type: Bug
> Reporter: JC
> Priority: Trivial
> Labels: pull-request-available
>
> Hi
> In a recent github mirror, I've found suspicious code.
> Branch: master
> Path:
> container/openejb-core/src/main/java/org/apache/openejb/util/PropertiesService.java
> {code:java}
> 42 private final Properties props = new Properties();
> ...
> 91 public void putAll(final Properties props) {
> 92 props.putAll(props);
> 93 }
> {code}
> In Line 92, props.putAll should be this.props.putAll? This might not be an
> issue but I wanted to report just in case.
> Thanks!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)