Results 103 issues of rnveach

This happens when trying to view a ticket I created and happens everytime I open that ticket. Also happened when pushing a change to said ticket. ``` org.eclipse.jgit.errors.MissingObjectException: Missing blob...

Priority-Medium
:cat: Defect
Status-New

I would like a feature to be added that when on the ticket page there is an option that allows users to edit their own comments they have made. This...

Priority-Medium
Status-New
:cat: Feature
Topic: Tickets

https://pitest.org/downloads/ `Historic releases` latest information is 0.32. While https://github.com/hcoles/pitest/releases is up to 1.7.4 . The main reason this is coming is the downloads page does not link to anywhere that...

Issue #11604 This separates DetailAST from xpath so that more of its base classes can be expanded upon and make use of xpath for other ASTs without re-inventing everything. Not...

Issue #11604 Our current module identification process is very strict. This PR is to allow that to be loosened so 3rd parties can create their own sub-modules that our current...

This mutator is considered unstable for certain types like Objects where NullPointerExceptions are likely. http://pitest.org/quickstart/mutators/#NON_VOID_METHOD_CALLS > The non void method call mutator removes method calls to non void methods. Their...

approved
miscellaneous

This is not an unstable mutator, just disabled by default. http://pitest.org/quickstart/mutators/#REMOVE_CONDITIONALS > The remove conditionals mutator will remove all conditionals statements such that the guarded statements always execute Although not...

approved
miscellaneous
has bounty

Taken from PR #4120 , When reviewing the tokens of EmptyBlockCheck, it is unclear if we should add the following tokens to google configuration. > "INSTANCE_INIT", "LITERAL_DO", "LITERAL_FOR", "LITERAL_SYNCHRONIZED", "LITERAL_WHILE",...

approved
medium

Identified at https://github.com/checkstyle/checkstyle/pull/6198#issuecomment-437386863 , We need to expand XPath IT Regression to all checks that support it. All checks listed under [Currently, filter supports the following checks](http://checkstyle.sourceforge.net/config_filters.html#SuppressionXpathFilter_Description) must appear with...

approved
miscellaneous
easy
good third issue

Issue #11651 This starts the split, that IT xpath and checkstyle are different form of tests that will be for google/sun's tests as the latter relies on configurations and these...