bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Fix for #454: RSyntaxDocument#getTokenListForLine not final #455

Closed Hellwig-SE closed 2 years ago

Hellwig-SE commented 2 years ago

See issue #454 for an explanation

codecov-commenter commented 2 years ago

Codecov Report

Merging #455 (d36c97d) into master (27f2347) will increase coverage by 0.02%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #455      +/-   ##
============================================
+ Coverage     73.10%   73.12%   +0.02%     
- Complexity     6271     6274       +3     
============================================
  Files           169      169              
  Lines         28853    28853              
  Branches       3782     3782              
============================================
+ Hits          21094    21100       +6     
+ Misses         5951     5945       -6     
  Partials       1808     1808              
Impacted Files Coverage Δ
...a/org/fife/ui/rsyntaxtextarea/RSyntaxDocument.java 86.18% <ø> (ø)
...g/fife/ui/rsyntaxtextarea/MatchedBracketPopup.java 70.10% <0.00%> (-2.07%) :arrow_down:
.../java/org/fife/ui/rtextarea/ConfigurableCaret.java 71.17% <0.00%> (+0.43%) :arrow_up:
...a/org/fife/ui/rtextarea/ClipboardHistoryPopup.java 57.95% <0.00%> (+3.97%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27f2347...d36c97d. Read the comment docs.

Hellwig-SE commented 2 years ago

Fixed without PR, see 95e9072ef9f72e6d2b789f0e6a94dc4ca47cb267

bobbylight commented 2 years ago

Oh sorry @Hellwig-SE , I didn’t see there was a corresponding PR for the ticket yesterday! Otherwise I would have just merged this.

Hellwig-SE commented 2 years ago

No problem and thanks for fixing #454