Commit 79fb155
committed
refactor: drop underscore prefix from member fields
Renames public/protected fields in internal helper/struct classes
(IndexPageCache, QueryImpl, Expressionator, CursorImpl, etc.) and
private fields in DataType and the builder classes away from
the leading-underscore convention, without introducing getters where
access stays internal to the class/package.1 parent 5c63643 commit 79fb155
95 files changed
Lines changed: 3513 additions & 3509 deletions
File tree
- src
- main/java/io/github/spannm/jackcess
- impl
- complex
- expr
- query
- query
- util
- test
- java/io/github/spannm/jackcess
- impl
- query
- util
- resources/team
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
0 commit comments