[
https://issues.apache.org/jira/browse/AVRO-3353?focusedWorklogId=720738&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-720738
]
ASF GitHub Bot logged work on AVRO-3353:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Feb/22 09:07
Start Date: 04/Feb/22 09:07
Worklog Time Spent: 10m
Work Description: martin-g commented on pull request #1504:
URL: https://github.com/apache/avro/pull/1504#issuecomment-1029782805
Thank you, @KyleSchoonover !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 720738)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)