jcryptool / crypto

JCrypTool Crypto Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
67 stars 37 forks source link

Substitution scrollbar unfinished #336

Closed Eduard951 closed 3 years ago

Eduard951 commented 3 years ago

Transposition analysis big file fix and text changes for CertVierification for correct button layout

simlei commented 3 years ago

Can't merge -- you have got compilation failure (see Travis report on the PR page, which complains:)

[ERROR] /home/travis/build/jcryptool/crypto/org.jcryptool.analysis.transpositionanalysis/src/org/jcryptool/analysis/transpositionanalysis/ui/wizards/TranspTextWizardPage.java:[374] 
[ERROR]     lblTextshortened.setText(Messages.TranspTextWizardPage_0);
[ERROR]                                       ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] TranspTextWizardPage_0 cannot be resolved or is not a field

maybe you forgot to push the newest version of that Messages.java?

simlei commented 3 years ago