[
https://issues.apache.org/jira/browse/AVRO-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486881#comment-17486881
]
ASF subversion and git services commented on AVRO-3353:
-------------------------------------------------------
Commit 60cdcd0e4dcc87a702a37272767e6e5e5c961aaf in avro's branch
refs/heads/master from Kyle Schoonover
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=60cdcd0 ]
AVRO-3353 simplified naming in CodeGen (#1504)
Co-authored-by: Kyle T. Schoonover <[email protected]>
> Simplify naming in CodeGen
> --------------------------
>
> Key: AVRO-3353
> URL: https://issues.apache.org/jira/browse/AVRO-3353
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.1
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This is a couple of fixes:
> Remove all references to this. and me.
> No need to fully qualify Objects where the class already references the
> namespace.
> ie:
> {code:java}
> using System;
> // use
> ArgumentException("", "")
> // do not use
> System.ArgumentException("", ""){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)