Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language refactoring #217

Merged
merged 3 commits into from
May 10, 2017
Merged

Conversation

giulianobelinassi
Copy link
Contributor

Refactoring language.rb closes #209

lucaskanashiro and others added 3 commits May 3, 2017 15:57
In file ruby_syntax.rb the issue raised by rubocop
on initialize method does not make any sense. This
method just initialize parameters, thus we prefer
increase the accepted AbcSize metric.

Closes Kuniri#208

Signed-off-by: Lucas Kanashiro <kanashiro@debian.org>
Signed-off-by: Bruno Sesso <bruno.sesso@usp.br>
Signed-off-by: Giuliano Belinassi <giuliano.belinassi@usp.br>
Closes Kuniri#209

Signed-off-by: Giuliano Belinassi <giuliano.belinassi@usp.br>
Signed-off-by: Lucas Kanashiro <kanashiro@debian.org>
Due to modifications in line_inspect method, @methodHandler.method(:get_method)
raises NameError exception because @methodHandler is nil. Before this change,
@methoHandler.get_method(pLine) raised a NoMethodError because nilClass do
not have this method. Since the reasons are the same, the changes are
valid.

Signed-off-by: Lucas Kanashiro <kanashiro.debian.org>
Signed-off-by: Giuliano Belinassi <giuliano.belinassi@usp.br>
@rodrigosiqueira rodrigosiqueira merged commit 2af3718 into Kuniri:dev May 10, 2017
@giulianobelinassi giulianobelinassi deleted the language_refactoring branch June 21, 2017 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants