Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / CodesAway/BEXCodeCompare issues and pull requests

#131 - Request: Introductory material

Issue - State: open - Opened by MisterScott over 1 year ago - 1 comment

#130 - Plugin jar at update site is corrupt

Issue - State: closed - Opened by sebthom over 2 years ago - 4 comments
Labels: bug

#129 - Dev 0.14.0

Pull Request - State: closed - Opened by CodesAway over 2 years ago

#127 - JSP parser throws errors for certain scenarios

Issue - State: open - Opened by CodesAway about 3 years ago - 2 comments

#126 - Upgrade parser version in ParsingUtilities.getParser(String, String)

Issue - State: open - Opened by CodesAway about 3 years ago - 1 comment

#125 - Upgrade ParsingUtilities.getClasspath to handle Java 9

Issue - State: open - Opened by CodesAway about 3 years ago - 1 comment

#123 - Handle unimportant change of adding / removing "this" modifier

Issue - State: open - Opened by CodesAway about 3 years ago - 1 comment

#120 - Add method level code compare

Issue - State: open - Opened by CodesAway over 3 years ago

#119 - Implement Histogram diff logic (similar to Patience diff)

Issue - State: open - Opened by CodesAway over 3 years ago
Labels: enhancement

#118 - Overload existing methods to accept NormalizationFunction (new interface added in 0.14)

Issue - State: open - Opened by CodesAway over 3 years ago - 1 comment
Labels: enhancement

#115 - Improve ignore comments logic

Issue - State: open - Opened by CodesAway over 3 years ago
Labels: enhancement

#114 - Add similarity logic from DYCE plugin to BEX

Issue - State: open - Opened by CodesAway almost 4 years ago
Labels: enhancement

#113 - Add comparators for Indexed class

Issue - State: open - Opened by CodesAway almost 4 years ago
Labels: enhancement

#112 - Ignoring comments doesn't handle if remove comments and replace with blank line

Issue - State: open - Opened by CodesAway almost 4 years ago
Labels: invalid

#111 - BEX plugin add ability to start with first change after imports

Issue - State: open - Opened by CodesAway almost 4 years ago
Labels: enhancement

#110 - Dev 0.13.0

Pull Request - State: closed - Opened by CodesAway almost 4 years ago - 2 comments

#109 - For SQL nested comments include parent info

Issue - State: open - Opened by CodesAway almost 4 years ago
Labels: enhancement

#108 - Add unwrap parsing state utility method

Issue - State: closed - Opened by CodesAway almost 4 years ago
Labels: enhancement

#107 - Reorder substitutions applied since final not recognized as non important change

Issue - State: closed - Opened by CodesAway almost 4 years ago
Labels: bug

#106 - Dev 0.12.0

Pull Request - State: closed - Opened by CodesAway almost 4 years ago

#105 - For MatchingStateOption indicate if within another group

Issue - State: closed - Opened by CodesAway almost 4 years ago
Labels: enhancement

#104 - Represent JSP language states better

Issue - State: closed - Opened by CodesAway almost 4 years ago - 1 comment
Labels: enhancement

#103 - BEX Matching doesn't recognize casting as non-important change (regression bug)

Issue - State: closed - Opened by CodesAway almost 4 years ago - 3 comments
Labels: bug

#102 - Fix JSP parsing

Issue - State: closed - Opened by CodesAway almost 4 years ago - 2 comments
Labels: bug

#101 - MethodSignature.getSignatureWithClass doesn't return short classname if getting short signature

Issue - State: closed - Opened by CodesAway almost 4 years ago - 2 comments
Labels: bug

#100 - BEX compare ignore comments if end block comment and has line comment after

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#99 - BEX ignoring comments doesn't show range in BEX view if lines are on right side

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: invalid

#98 - Eclipse sometimes freezes when comparing large files with tons of differences

Issue - State: open - Opened by CodesAway about 4 years ago - 2 comments
Labels: bug

#97 - Add BEXPair default method to indicate if left equals right

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#96 - Recognize refactoring for X == true and X == false

Issue - State: open - Opened by CodesAway about 4 years ago
Labels: enhancement

#95 - Add useful methods to MatchingStateOption interface

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: invalid

#94 - Indicate MatchingLanguage as a @FunctionalInterface

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: invalid

#93 - For JSP Matching, recognize comments

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: bug

#92 - BEX plugin - click top level, should go to first change

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#91 - Combine changes if have same type and are not important

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#90 - BEX Plugin improve scrolling

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#89 - For SQL Matching add other special word characters

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: invalid

#88 - Dev 0.11.0

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#87 - For SQL Matching, ensure BEGIN / END are balanced

Issue - State: closed - Opened by CodesAway about 4 years ago - 3 comments
Labels: enhancement

#86 - Fix to retry matching if run into mismatched brackes

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#85 - Lots of changes for 0.10 release

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#84 - Check if Comby \n syntax cares about balanced brackets

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: invalid

#83 - Add bexPair static method to allow easy creation of BEXPair

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#82 - Verify ^ and $ are still working as expected

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: invalid

#81 - Add support for Comby group \n syntax

Issue - State: closed - Opened by CodesAway about 4 years ago - 3 comments
Labels: enhancement

#80 - Throw error if don't have match (such as if find isn't called or returns false)

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: bug

#79 - Make BEXPair comparable (left then right)

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#78 - Add BEXString substring method which takes IntPair

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#77 - Bugfix 0.9.1

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#76 - Prevent trying to find match outside of current "scope" if would be invalid

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: bug

#75 - Infinite loop in some cases when try to match

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: bug

#74 - Support multi character "brackets"

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#73 - Make pom.xml consistent between projects

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: invalid

#72 - Dev 0.9

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#71 - Add support for Comby styled regex

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#70 - Add support for regex in pattern to match prior groups

Issue - State: open - Opened by CodesAway about 4 years ago
Labels: enhancement

#69 - Space between required and optional group should be required

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: bug

#68 - Space between two groups in pattern should be required

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: bug

#67 - Add unused code tool to BECR

Issue - State: open - Opened by CodesAway about 4 years ago
Labels: enhancement

#66 - Add call hierarchy tool to BECR

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#65 - Add evaluating expressions to BECR

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement, wontfix

#64 - Dev 0.8

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#63 - Dev 0.7

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#62 - Add IntRangeMap

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#61 - Add useful functionality from RegExPlus to BEXPattern / BEXMatcher

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#60 - Add pattern option to make spaces always required

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#59 - Space in pattern before or after group should only be required if next to word

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: bug

#58 - Add support for parsing JSP

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#57 - Mimic IN_STRING_LITERAL for single quote

Issue - State: closed - Opened by CodesAway about 4 years ago

#56 - Dev 0.6

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#55 - BEXMatcher getReplacement that references entire match

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#54 - BEXMatcher replacement text should be able to escape colon

Issue - State: closed - Opened by CodesAway about 4 years ago - 4 comments
Labels: enhancement

#53 - Decide whether to continue publishing under short name (like BECR) versus bex-refactoring

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#52 - Move structured code matching into BEX or another project (not BECR)

Issue - State: closed - Opened by CodesAway about 4 years ago - 3 comments
Labels: invalid

#51 - Add reset methods to BECRMatcher

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#50 - Add appendReplacement / appendTail like Matcher class

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#49 - Add syntax to match digits

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#48 - Dev 0.5

Pull Request - State: closed - Opened by CodesAway about 4 years ago

#47 - Add rewrite functionality to BECR

Issue - State: open - Opened by CodesAway about 4 years ago - 1 comment
Labels: enhancement

#46 - Add examples and tests from Comby to BEX matching

Issue - State: open - Opened by CodesAway about 4 years ago - 1 comment
Labels: documentation

#45 - Handle parsing code if ends while still in string literal or block comment

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: bug

#44 - Should keywords (like int and try) be handled differently than other words?

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement, wontfix

#43 - If pattern starts with word, force word boundary

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: invalid, wontfix

#42 - For space, make required of between word and capture group

Issue - State: closed - Opened by CodesAway about 4 years ago - 1 comment
Labels: invalid

#41 - Make class to store text and text info (string literal and comments)

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#40 - BECR support + option to match one or more characters (excluding line terminators)

Issue - State: closed - Opened by CodesAway about 4 years ago - 2 comments
Labels: enhancement

#37 - Excel limits sheet names to 31 characters (if project name is longer, causes error)

Issue - State: open - Opened by CodesAway about 4 years ago - 3 comments
Labels: bug, documentation

#36 - Generate Excel report can throw error if infoText to long

Issue - State: open - Opened by CodesAway about 4 years ago - 1 comment
Labels: bug

#34 - Add version parameter to CompareDirectories

Issue - State: open - Opened by CodesAway about 4 years ago
Labels: bug

#19 - Add Refactoring to recognize basic rename (such as local variable)

Issue - State: open - Opened by CodesAway about 4 years ago
Labels: enhancement

#18 - (Eclipse bug) Wonky scrolling in some cases

Issue - State: closed - Opened by CodesAway about 4 years ago
Labels: enhancement

#16 - Enhance ignore comments

Issue - State: closed - Opened by CodesAway about 4 years ago - 5 comments
Labels: enhancement

#1 - 3-way merge shows line numbers flipped in BEX View

Issue - State: open - Opened by CodesAway over 4 years ago - 2 comments
Labels: bug