You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/01/12 03:10:39 UTC

[jira] [Commented] (REEF-212) Remove file names from Constants.cs

    [ https://issues.apache.org/jira/browse/REEF-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093146#comment-15093146 ] 

Mariia Mykhailova commented on REEF-212:
----------------------------------------

After REEF-724, there will be the following file names left:

* {{ClassHierarchyBin}} - needs to be marked obsolete, since it's only used in {{ClrHandlerHelper}} in obsolete methods;
* {{GlobalUserSuppliedJavaLibraries}} - same
* {{DriverAppDirectory}} - used only in ClrHandlerHelper, methods {{GetAssembliesListForReefDriverApp}} and {{CopyDllsToAppDirectory}} which have 0 references each. If we don't need them, maybe they should be marked as obsolete in 0.14 as well?
* {{JavaBridgeJarFileName}} seems to be the only one still used

So this work item is reduced to marking 3 files obsolete (they can be removed in REEF-842 which will touch this file) and moving {{JavaBridgeJarFileName}}, right?

> Remove file names from Constants.cs
> -----------------------------------
>
>                 Key: REEF-212
>                 URL: https://issues.apache.org/jira/browse/REEF-212
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF.NET
>            Reporter: Markus Weimer
>
> {{Org.Apache.REEF.Driver.Constants}} contains several file name constants. Those should be moved to {{REEFFilenames}}, similarly to Java. Also, that class should be in {{REEF.Common}}, to clean up the dependencies.
> (I have this in a branch, and just need to extract it)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)