Menu

#609 Perl::Critic additional options not used correctly

v0.6.x
closed-fixed
nobody
Core (65)
5
2011-02-21
2010-12-10
No

SourceCritic.java is adding the additional critic options string as single commandline option. This means that you cannot put sth like --profile pathtoyourprofile or multiple options into the text field.

Discussion

  • Oliver Trosien

    Oliver Trosien - 2010-12-10

    trivial fix, does not work for quoted strings containing spaces

     
  • Jan Ploski

    Jan Ploski - 2010-12-10

    See org/epic/perleditor/editors/util/SourceFormatter.java for how it should be done properly (via CommandLineTokenizer).

     
  • Oliver Trosien

    Oliver Trosien - 2011-02-21

    Fixed in CVS

     
  • Oliver Trosien

    Oliver Trosien - 2011-02-21
    • status: open --> closed-fixed
     
  • Jan Ploski

    Jan Ploski - 2011-04-22

    Fixed in 0.6.40.

     

Log in to post a comment.