Robert Marcano

Results 13 issues of Robert Marcano

I am importing data and don't really have an use for formulas, I need to validate the data type of a cell, and currently if the spreadsheet is using formulas,...

Eclipse has a settings for custom rules to define replacements for how package names are shown; ``` com.mycompany.myproject=.. com.mycompany=.. ``` Something like the previous example make Eclipse replace these package...

When building a multi module Maven project with multiple levels like: ``` . ├── my-project (project) │ ├── pom.xml │ ├── module-a (folder inside a project) | └── pom.xml │...