Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract price error #277

Closed
GoldenGnu opened this issue Nov 7, 2021 · 1 comment
Closed

Contract price error #277

GoldenGnu opened this issue Nov 7, 2021 · 1 comment
Labels
bug Defect done This feature will be included in the next feature release

Comments

@GoldenGnu
Copy link
Owner

Error:
http://eve.nikr.net/jeveassets/bugs/#bugid791
May be able to fix it by generating a new client?

@GoldenGnu GoldenGnu added the bug Defect label Nov 7, 2021
@GoldenGnu GoldenGnu changed the title Contract price erro Contract price error Nov 7, 2021
@GoldenGnu GoldenGnu added the done This feature will be included in the next feature release label Dec 1, 2021
GoldenGnu added a commit that referenced this issue Dec 1, 2021
commit 5018512
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Dec 1 13:53:11 2021 +0100

    Code: Fixed lgtm.com alerts (issue #275)

commit 981d730
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Dec 1 13:29:49 2021 +0100

    Bug Fix: Possible fix for CtD on when setting new price (Issue #277)

commit 4a8eed4
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Dec 1 13:10:38 2021 +0100

    Bug Fix: Journal is missing entries (Issue #218)
    Updated eve-esi library to 4.6.1

commit 4104363
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Dec 1 12:49:32 2021 +0100

    Bug Fix: NPE in FlatTitlePane (BugId: 980 - Issue #281 )
    Updated FlatLaf library to 1.6.4

commit f3a744b
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Fri Nov 26 16:19:45 2021 +0100

    Updated codeql-analysis.yml

commit ac365b5
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Nov 23 13:36:36 2021 +0100

    Create codeql-analysis.yml

commit b031a4e
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 17 22:37:56 2021 +0100

    Bug Fix: Fixed rendering problems with the Market Detail column's JButton on various look and feels

commit 7503975
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Nov 14 12:48:37 2021 +0100

    Code: Fixed test failures

commit 17f7d92
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Nov 14 12:07:53 2021 +0100

    Bug Fix: CDE/Motif did not have windows Copy/Paste/Cut/Select All shortcuts

commit de4e0ba
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Nov 14 11:52:54 2021 +0100

    Bug Fix: Fixed system look and feel being in the list twice

commit 00b6a70
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Nov 13 17:33:41 2021 +0100

    Release: Static Data 2021-11-13

commit 5e8258b
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Fri Nov 12 12:22:27 2021 +0100

    Code: Removed debug logging

commit b7e9ff7
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 10 13:16:08 2021 +0100

    Bug Fix: NPE in XPDefaultRenderer (JDK-6429812 - BugId: 959 - Issue #279)

commit 78a9af8
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Nov 6 15:23:18 2021 +0100

    Code: Fixed imports again

commit 43d2b34
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Nov 6 15:03:37 2021 +0100

    Code: Fixed imports

commit afc9c25
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 21:56:33 2021 +0100

    Bug Fix: Fixed settings being saved while columns was being moved (now only save when the move is completed)

commit 41ac65c
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 21:15:43 2021 +0100

    Bug Fix: Fixed tree table sorting columns really slowly

commit 0ea51f6
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 21:11:56 2021 +0100

    Bug Fix: Fixed wrong class types returned by TreeAsset getAverage() and getTotal() (BugId:  969, 971, 972, 979)
     - Updated TableFormatTest

commit 7625376
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 20:24:29 2021 +0100

    Bug Fix: Fixed wrong class types in TableFormats (BugId:  969, 971, 972, 979)
     - Updated TableFormatTest

commit 4afa010
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 16:01:43 2021 +0100

    Code: Missing change from last commit

commit bc58223
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 15:58:42 2021 +0100

    Bug Fix: Fixed colors settings triggering eventList update when not needed
     - lookAndfeel changes never need eventList update (as the change only take effect after restart)
     - Color changes was triggering update if there was any change from the default (no matter when the changes was made)

commit 04c21a4
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Nov 4 11:21:15 2021 +0100

    Release: Static Data 2021-11-04
     - Fix meta level

commit 90233af
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 3 23:46:55 2021 +0100

    Code: Update EsiDeprecationOnlineTest with missing endpoints (Issue #272)
    - EsiDivisionsGetter
    - EsiFactionWarfareGetter
    - EsiItemsGetter
    - EsiLocationsGetter
    - EsiOwnerGetter
    - EsiPlanetaryInteractionGetter
    - EsiPublicMarketOrdersGetter

commit 0bf1cbe
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 3 21:13:09 2021 +0100

    Code: Added missing read lock for FilterList when updating statusbar

commit a130411
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 3 20:06:53 2021 +0100

    Bug Fix: Fixed a case where the changed theme colors was not applied

commit 9994487
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Nov 3 11:25:15 2021 +0100

    Release: Static Data 2021-11-03

commit e0b6f29
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 30 18:59:00 2021 +0200

    Release: Making ready for next release iteration 6.9.7

commit c94302e
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 30 18:46:45 2021 +0200

    Release: Making ready to release 6.9.6

commit 508cffe
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 30 17:13:16 2021 +0200

    Changed: Ships are included in their own totals in the Tree Tool

commit 9134cce
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 30 17:01:22 2021 +0200

    Code: Renamed totals to values in TreeAsset

commit 11f5430
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 30 16:52:31 2021 +0200

    Bug Fix: Possible fix for BugID: 973, 974, 975, 976, 977, 978

commit acde821
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Oct 27 00:36:07 2021 +0200

    Release: Making ready for next release iteration 6.9.6

commit 69dc60e
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Oct 27 00:09:37 2021 +0200

    Release: Making ready to release 6.9.5

commit 8c728d2
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Oct 26 23:43:33 2021 +0200

    Release: Static Data 2021-10-26

commit 22e7d91
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Oct 26 22:47:22 2021 +0200

    Code: Updated eve-esi library to version 4.6.0 (fixing account update)

commit 9eed613
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Oct 26 00:05:46 2021 +0200

    Code: Removed unused code

commit bf57e57
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 23 00:18:17 2021 +0200

    Bug Fix: Exporting included disabled filters, giving the wrong results.
    Thanks to MaddMaxx2000 and MojoFlow for reporting it.

commit 25c9895
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Oct 23 00:09:13 2021 +0200

    Code: Removed unused code

commit d82b413
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Fri Sep 24 23:40:26 2021 +0200

    Bug Fix: Formula columns not working with infinity decimals like 1.333... AGAIN! (Issue #268)

commit 0207516
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Fri Sep 24 22:55:36 2021 +0200

    Bug Fix: Removed incorrect column tooltip for formula columns

commit d2da969
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Sep 16 14:51:14 2021 +0200

    Release: Making ready for next release iteration 6.9.5

commit 38b7b66
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Sep 16 14:37:45 2021 +0200

    Release: Making ready to release 6.9.4

commit c574d0c
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Sep 16 13:58:11 2021 +0200

    Code: Never try to catch Error throwable
    Hopefully this can fix problems where OutOfMemoryExceptions are not making jEveAssets crash with the bug dialog, but, instead just freezes it)

commit 0b536ff
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Thu Sep 16 11:19:37 2021 +0200

    Code: Fixed tests

commit 2552aee
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Sep 15 14:48:11 2021 +0200

    Release: Static Data 2021-09-15

commit 7a2016c
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Aug 30 15:44:17 2021 +0200

    Bug Fix: Fixed Tree tool totals in table and table menu. Hopefully fixed slow sorting? Faster collapse and expand all

commit 8a18174
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Aug 30 15:12:49 2021 +0200

    Bug Fix: Changed MathContext from UNLIMITED to DECIMAL64 (Double size) since UNLIMITED error out on numbers with repeating decimals (like 1.333...)

commit a34f94e
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Aug 30 14:58:30 2021 +0200

    Release: Static Data 2021-08-30

commit b618bce
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jul 31 14:57:20 2021 +0200

    Bug Fix: JMenuSum did not work correct for values between 0.0 and 1.0 (Ex: 0.14)

commit b7597f0
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jul 28 12:55:46 2021 +0200

    Code: Changed PriceDataGetter.ZERO_PERCENT_CANCEL_LIMIT from 10 to 25

commit 04614dd
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jul 28 12:14:56 2021 +0200

    Code: Fixed tests

commit c0f5e09
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Jul 27 15:57:17 2021 +0200

    Bug Fix: Fixed Tax/Broker Fee not using the correct journal entry when two or more transactions or order edits happened at the same time.

commit d881a15
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Tue Jul 27 15:46:23 2021 +0200

    Release: Static Data 2021-07-27

commit af83125
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jul 14 11:02:39 2021 +0200

    Release: Static Data 2021-07-14

commit b0de0a6
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jul 10 15:43:00 2021 +0200

    Bug Fix: Fixed tree tool parent items not having the correct total for sub items when sorted repeatedly

commit 61b1315
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Fri Jul 9 13:36:52 2021 +0200

    Release: Static Data 2021-07-09

commit 5bd8d63
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 26 21:11:31 2021 +0200

    Release: Making ready for next release iteration 6.9.4

commit e4ec0da
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 26 21:03:25 2021 +0200

    Release: Making ready to release 6.9.3

commit 8773075
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 26 18:08:17 2021 +0200

    Bug Fix: Fixed ArithmeticException in EnumTableFormatAdaptor (BugId: 951, 952)

commit 794ddb3
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 26 16:41:27 2021 +0200

    Release: Static Data 2021-06-26

commit 69a04c1
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 26 16:35:59 2021 +0200

    Code: Updated eve-esi to version 4.5.0

commit 453a1d9
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 19 15:10:00 2021 +0200

    Bug Fix: Stockpile total row did not work correctly with formula columns (Issue #261)

commit 80be137
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 19 14:31:23 2021 +0200

    Bug Fix: Tree was missing icons for Planetary Industry
    > Added test to avoid this in the future

commit 9eafc80
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sat Jun 19 13:31:59 2021 +0200

    Bug Fix: Formula column precision was set to 7 (now use unlimited)

commit 26202e0
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jun 16 20:31:31 2021 +0200

    Release: Making ready for next release iteration 6.9.3

commit a3fe0b1
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jun 16 20:23:53 2021 +0200

    Release: Making ready to release 6.9.2

commit a4c2edd
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jun 16 19:46:35 2021 +0200

    Bug Fix: NullPointerException in ExportDialog (BugId: 948, 949)
    -Fixed Formula columns export
    -Fixed Column selection list not being enable when selected after restart

commit ff3d8ba
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Wed Jun 16 19:24:56 2021 +0200

    Release: Static Data 2021-06-16

commit a07090b
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 18:19:25 2021 +0200

    Code: Updated bug database

commit 8a15781
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 17:54:50 2021 +0200

    Release: Making ready for next release iteration 6.9.2

commit 6ea9ba1
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 17:42:49 2021 +0200

    Release: Making ready to release 6.9.1

commit f82c268
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 16:40:17 2021 +0200

    Code: Fixed copyright

commit b22128c
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 16:15:34 2021 +0200

    Code: Simplified SettingsUpdateListener calls

commit da29f01
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 16:07:17 2021 +0200

    Big Fix: Fixed StringIndexOutOfBoundsException in JFormulaDialog

commit a72c914
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 01:45:02 2021 +0200

    Bug Fix: Restoring current filter failed for filters with formula/jump columns

commit c155b6b
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 01:23:16 2021 +0200

    Code: Fixed build

commit ed426c0
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 01:16:40 2021 +0200

    Bug Fix: Loading a filter with a formula/jump column compare crashes jEveAssets (BugId: 943, 942)

commit c310d4a
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Mon Jun 14 00:20:59 2021 +0200

    Code: Bug database minor update

commit aa149fa
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Jun 13 23:56:44 2021 +0200

    Big Fix: Fixed IllegalArgumentException in JFormulaDialog (BugId: 944)

commit 0d5af6a
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Jun 13 23:01:31 2021 +0200

    Bug Fix: Filter logic is not updated when switching between numeric/string/date columns

commit b710df2
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Jun 13 20:00:11 2021 +0200

    Bug Fix: NPE in ColumnManager (BugId: 941)

commit 693ba89
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Jun 13 16:25:18 2021 +0200

    Code: Removed zKillboard/HammerTime structure update (Both are dead)

commit 313cbfd
Author: GoldenGnu <GoldenGnu@users.noreply.github.com>
Date:   Sun Jun 13 15:52:04 2021 +0200

    Release: Making ready for next release iteration 6.9.1
@GoldenGnu
Copy link
Owner Author

Released in 7.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defect done This feature will be included in the next feature release
Projects
None yet
Development

No branches or pull requests

1 participant