issues Search Results · repo:plopezgit/Sprint1_T5_JavaUtils language:Java
Filter by
10 results
(126 ms)10 results
inplopezgit/Sprint1_T5_JavaUtils (press backspace or delete to remove)@christianamor3
https://github.com/christianamor3/Especializacion-Java-BackEnd/tree/master/S1T5
Feedback:
exe1:
- [ ] que bueno que ya pueda usar lambda para implementar comparator functional interface ...
documentation
help wanted
plopezgit
- Opened on Jan 16, 2024
- #10
Actual:
private static final long serialVersionUID = 1L;
private Properties properties;
AESCypher encrypter;
private File dir;
private ArrayList String directoryList;
private final String FILE_NOT_FOUND_MSG ...
help wanted
invalid
plopezgit
- 1
- Opened on Sep 27, 2023
- #9
- You must close the resources in the finally block or use a try with resources:
https://www.baeldung.com/java-try-with-resources
help wanted
plopezgit
- 2
- Opened on Sep 27, 2023
- #8
Security:
import java.security.InvalidKeyException; This is the exception for invalid Keys (invalid encoding, wrong length,
uninitialized, etc).
import java.security.NoSuchAlgorithmException; This exception ...
documentation
plopezgit
- 1
- Opened on Sep 26, 2023
- #7
Nivel 3:
- El método dice que arroja una excepción, pero no lo está haciendo:
private SecretKeySpec createKey (String key) throws UnsupportedEncodingException, NoSuchAlgorithmException {
byte[] ...
help wanted
invalid
plopezgit
- 1
- Opened on Sep 26, 2023
- #6
Nivel 1 Ex3-Ex4-Ex5 Nivel 2 y Nivel 3:
- La firma del método dice que este este podría arrojar una excepción, sin embargo lo que se hace es capturarla:
public void readDirectoryFromBackup () throws ...
help wanted
plopezgit
- 1
- Opened on Sep 26, 2023
- #5
- Intenta no subir los archivos .class al repositorio.
help wanted
plopezgit
- 1
- Opened on Sep 26, 2023
- #4
The exercises of the 3 levels must be executed from the command line, and not only from the editor. Create a file called
readme.txt to explain the command to execute in each exercise.
documentation
plopezgit
- 1
- Opened on Sep 23, 2023
- #3
The current solution does not follow strictly the requirement. I have to check alternatives before delivery.
enhancement
plopezgit
- 2
- Opened on Sep 22, 2023
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.