Syed Ishtiaque Ahmad

Results 5 issues of Syed Ishtiaque Ahmad

This is strange but running all the tests from this branch (#76) is causing frequent heap exceptions. The problem might be with `CodeShovel` caching as some test takes forever to...

```json "f7cda475cd784369a345bcee687bb2de630c8d6a": { "type": "Ydocchange", "commitMessage": "joc change\n", "commitDate": "23/02/21 1:39 PM", "commitName": "f7cda475cd784369a345bcee687bb2de630c8d6a", "commitAuthor": "Syed Ishtiaque Ahmad", "commitDateOld": "23/02/21 12:21 PM", "commitNameOld": "76efe8b277f2be70003630ef53b4b44ebc123ec2", "commitAuthorOld": "Syed Ishtiaque Ahmad", "daysBetweenCommits": 0.05,...

enhancement

> > I'm realizing that this may be a bigger change than the annotation change. We would probably want to use javadoc in the similarity algorithm. > > Is this...

enhancement

Discussion #65 Todo: - [ ] Implement `getInitialDoc` for python and typescript - [ ] Handle Ydocchange

Test file: [https://github.com/checkstyle/checkstyle/blob/master/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java#L6](https://github.com/checkstyle/checkstyle/blob/master/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java#L6) I tried generating method history of abstract method `getClassInfo` in the test file location with the following command `java -jar codeshovel-0.3.1-SNAPSHOT.jar -repopath checkstyle -filepath src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java -methodname getClassInfo...